COLOR #E9E00D

HEX: #E9E00D
RGB: (233,224,13)

Renk bilgisi

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

RGB renk modeli

#E9E00D color RGB value is (233,224,13).

  • kırmız ton 233;
  • yeşil ton 224;
  • mavi ton 13.
RGB:
(233,224,13)
(91%,88%,5%)

RGB bağlantıları ve doygunluk

R 233 of 255 = 91%
G 224 of 255 = 88%
B 13 of 255 = 5%

233
224
13

R + G + B ~ 61%. #E9E00D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
233 + 224 + 13 = 470 (100%)
R 233 of 470 ~ 49.57%
G 224 of 470 ~ 47.66%
B 13 of 470 ~ 2.77%

%49.57
%47.66

CMYK RENK MODELİ

#E9E00D rengi CMYK tonu (0,4,94,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.86%
  • sarı tonu 94.42%
  • ana renk tonu 8.63%
CMYK:
(0,4,94,9)
C0M4Y94K9 
(0%,4%,94%,9%)
(0.00/0.04/0.94/0.09)	

CMYK yüzdeleri

%0
%3.86
%94.42
%8.63

Codes

Color #E9E00D in popluar color models

E9E00D
RGB23322413
HSL58°89.43%48.24%
HSB/HSV58°94.42%91.37%
CMYK0.00%3.86%94.42%
8.63%

Color #E9E00D in popluar number systems.

HEXE9E00D
Decimal23322413
Binary11101001111000001101
Octal35134015

Shades and tints

Shades of #E9E00D

#E9E00D
(233,224,13)
#D4CC0C
(212,204,12)
#BFB80B
(191,184,11)
#AAA40A
(170,164,10)
#959009
(149,144,9)
#807C08
(128,124,8)
#6B6807
(107,104,7)
#565406
(86,84,6)
#414005
(65,64,5)
#2C2C04
(44,44,4)
#171803
(23,24,3)
#000000
(0,0,0)

Tints of #E9E00D

#E9E00D
(233,224,13)
#EBE223
(235,226,35)
#EDE439
(237,228,57)
#EFE64F
(239,230,79)
#F1E865
(241,232,101)
#F3EA7B
(243,234,123)
#F5EC91
(245,236,145)
#F7EEA7
(247,238,167)
#F9F0BD
(249,240,189)
#FBF2D3
(251,242,211)
#FDF4E9
(253,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9E00D color. Also use rgb(233,224,13) instead hex code.

Text Font Color

.myTextColor { color: #E9E00D; }

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

This text font color is #E9E00D.


Background Color

.myBgColor { background-color: #E9E00D; }

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

This div background color is #E9E00D.


Border color

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

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

This div border color is #E9E00D.


Opacity

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

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

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

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

This text has shadow with #E9E00D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9E00D on black background.


Color preview on white background

This text has color #E9E00D on white background.



Black color preview on #E9E00D background

This text has black color on #E9E00D background.


White color preview on #E9E00D background

This text has white color on #E9E00D background.