COLOR #E9BD08

HEX: #E9BD08
RGB: (233,189,8)

Renk bilgisi

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

RGB renk modeli

#E9BD08 color RGB value is (233,189,8).

  • kırmız ton 233;
  • yeşil ton 189;
  • mavi ton 8.
RGB:
(233,189,8)
(91%,74%,3%)

RGB bağlantıları ve doygunluk

R 233 of 255 = 91%
G 189 of 255 = 74%
B 8 of 255 = 3%

233
189
8

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

Yüzdelerle RGB renk parçaları

R + G + B =
233 + 189 + 8 = 430 (100%)
R 233 of 430 ~ 54.19%
G 189 of 430 ~ 43.95%
B 8 of 430 ~ 1.86%

%54.19
%43.95

CMYK RENK MODELİ

#E9BD08 rengi CMYK tonu (0,19,97,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.88%
  • sarı tonu 96.57%
  • ana renk tonu 8.63%
CMYK:
(0,19,97,9)
C0M19Y97K9 
(0%,19%,97%,9%)
(0.00/0.19/0.97/0.09)	

CMYK yüzdeleri

%0
%18.88
%96.57
%8.63

Codes

Color #E9BD08 in popluar color models

E9BD08
RGB2331898
HSL48°93.36%47.25%
HSB/HSV48°96.57%91.37%
CMYK0.00%18.88%96.57%
8.63%

Color #E9BD08 in popluar number systems.

HEXE9BD08
Decimal2331898
Binary11101001101111011000
Octal35127510

Shades and tints

Shades of #E9BD08

#E9BD08
(233,189,8)
#D4AC08
(212,172,8)
#BF9B08
(191,155,8)
#AA8A08
(170,138,8)
#957908
(149,121,8)
#806808
(128,104,8)
#6B5708
(107,87,8)
#564608
(86,70,8)
#413508
(65,53,8)
#2C2408
(44,36,8)
#171308
(23,19,8)
#000000
(0,0,0)

Tints of #E9BD08

#E9BD08
(233,189,8)
#EBC31E
(235,195,30)
#EDC934
(237,201,52)
#EFCF4A
(239,207,74)
#F1D560
(241,213,96)
#F3DB76
(243,219,118)
#F5E18C
(245,225,140)
#F7E7A2
(247,231,162)
#F9EDB8
(249,237,184)
#FBF3CE
(251,243,206)
#FDF9E4
(253,249,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9BD08 color. Also use rgb(233,189,8) instead hex code.

Text Font Color

.myTextColor { color: #E9BD08; }

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

This text font color is #E9BD08.


Background Color

.myBgColor { background-color: #E9BD08; }

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

This div background color is #E9BD08.


Border color

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

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

This div border color is #E9BD08.


Opacity

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

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

Text with #E9BD08 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 #E9BD08;}

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

This text has shadow with #E9BD08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9BD08 on black background.


Color preview on white background

This text has color #E9BD08 on white background.



Black color preview on #E9BD08 background

This text has black color on #E9BD08 background.


White color preview on #E9BD08 background

This text has white color on #E9BD08 background.