#E9D04D

Color #E9D04D Festival (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Festival #E9D04D

Tints of Festival #E9D04D

Color information

#E9D04D (or 0xE9D04D) is unknown color: approx Festival. HEX triplet: E9, D0 and 4D. RGB value is (233,208,77). Sum of RGB (Red+Green+Blue) = 233+208+77=518 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.98% from 518); Green value is 208 (81.64% from 255 or 40.15% from 518); Blue value is 77 (30.47% from 255 or 14.86% from 518); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D04D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D04D is #162FB2. Grayscale: #C9C9C9. Windows color (decimal): -1454003 or 5099753. OLE color: 5099753.

HSL color Cylindrical-coordinate representation of color #E9D04D: hue angle of 50.38º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E9D04D is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB23320877-
CMYK00.110.670.09
HSL50.38º78%60.78%-
HSV(B)50.38º66.95%91.37%-
XYZ57.562.9716.15-
YUV200.5458.28151.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 233 (91.41% from 255) = 44.98%
GREEN value IS 208 (81.64% from 255) = 40.15%
BLUE value IS 77 (30.47% from 255) = 14.86%
R=44.98%
G=40.15%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2332087700.110.670.0950.387860.78
HexE9D04D0B439324e3d
Octal351320115013103116211675
Binary1110100111010000100110101011100001110011100101001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D04D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D04D; }

 p { color: rgb(233,208,77); }

 H1.HeaderClassName
 {
   color: #E9D04D;
 }
 .AnyTagClassName
 {
   color: #E9D04D;
 }
</style>
background-color css

<style>
 a { background-color: #E9D04D; }

 a { background-color: rgb(233,208,77); }

 div.DivClassName
 {
   background-color: #E9D04D;
 }
 .BgClassName
 {
   background-color: #E9D04D;
 }
</style>
border-color css

<style>
 span { border-color: #E9D04D; }

 span { border-color: rgb(233,208,77); }

 td.TdClassName
 {
   border-color: #E9D04D;
 }
 .TagClassName
 {
   border-color: #E9D04D;
 }
</style>