COLOR #EBD601

HEX: #EBD601
RGB: (235,214,1)

Renk bilgisi

#EBD601 contains mainly red and green colors. #EBD601 ‘ nin web güvenlik rengi #FFCC00 (ya da #FC0) dir.

RGB renk modeli

#EBD601 color RGB value is (235,214,1).

  • kırmız ton 235;
  • yeşil ton 214;
  • mavi ton 1.
RGB:
(235,214,1)
(92%,84%,0%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 214 of 255 = 84%
B 1 of 255 = 0%

235
214
1

R + G + B ~ 59%. #EBD601 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 214 + 1 = 450 (100%)
R 235 of 450 ~ 52.22%
G 214 of 450 ~ 47.56%
B 1 of 450 ~ 0.22%

%52.22
%47.56

CMYK RENK MODELİ

#EBD601 rengi CMYK tonu (0,9,100,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.94%
  • sarı tonu 99.57%
  • ana renk tonu 7.84%
CMYK:
(0,9,100,8)
C0M9Y100K8 
(0%,9%,100%,8%)
(0.00/0.09/1.00/0.08)	

CMYK yüzdeleri

%0
%8.94
%99.57
%7.84

Codes

Color #EBD601 in popluar color models

EBD601
RGB2352141
HSL55°99.15%46.27%
HSB/HSV55°99.57%92.16%
CMYK0.00%8.94%99.57%
7.84%

Color #EBD601 in popluar number systems.

HEXEBD601
Decimal2352141
Binary11101011110101101
Octal3533261

Shades and tints

Shades of #EBD601

#EBD601
(235,214,1)
#D6C301
(214,195,1)
#C1B001
(193,176,1)
#AC9D01
(172,157,1)
#978A01
(151,138,1)
#827701
(130,119,1)
#6D6401
(109,100,1)
#585101
(88,81,1)
#433E01
(67,62,1)
#2E2B01
(46,43,1)
#191801
(25,24,1)
#000000
(0,0,0)

Tints of #EBD601

#EBD601
(235,214,1)
#ECD918
(236,217,24)
#EDDC2F
(237,220,47)
#EEDF46
(238,223,70)
#EFE25D
(239,226,93)
#F0E574
(240,229,116)
#F1E88B
(241,232,139)
#F2EBA2
(242,235,162)
#F3EEB9
(243,238,185)
#F4F1D0
(244,241,208)
#F5F4E7
(245,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBD601 color. Also use rgb(235,214,1) instead hex code.

Text Font Color

.myTextColor { color: #EBD601; }

<p style="color:#EBD601">This sample text font color is #EBD601.</p>

This text font color is #EBD601.


Background Color

.myBgColor { background-color: #EBD601; }

<div style="background-color:#EBD601">Inner text</div>

This div background color is #EBD601.


Border color

.myBorderColor { border: 1px solid #EBD601; }

<div style="border:3px solid #EBD601">Div</div>

This div border color is #EBD601.


Opacity

.myOpacity80 { color: #EBD601; opacity: 0.8; }

<p style="color:#EBD601;opacity:0.8;">80%</p>

Text with #EBD601 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EBD601;}

<p style="text-shadow: 3px 3px 1px #EBD601">Text here.</p>

This text has shadow with #EBD601 color.

.textShadow {text-shadow: 3px 3px 1px #EBD601, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EBD601, 5px 5px 20px red">Text here.</p>

This text has shadow with #EBD601 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EBD601, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EBD601, Direction=45, Strength=4)">Text</p>

This text has shadow with #EBD601 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EBD601;
  -webkit-box-shadow:	1px 1px 3px 2px #EBD601;
  box-shadow:		1px 1px 3px 2px #EBD601;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EBD601;
-webkit-box-shadow: 1px 1px 3px 2px #EBD601;
box-shadow:1px 1px 3px 2px #EBD601;">
Div content here</div>
This div box has shadow with color #EBD601.

Preview

Color preview on black background

This text has color #EBD601 on black background.


Color preview on white background

This text has color #EBD601 on white background.



Black color preview on #EBD601 background

This text has black color on #EBD601 background.


White color preview on #EBD601 background

This text has white color on #EBD601 background.