Html Css Color HEX #E9D04D Festival

📋 copy color: '#E9D04D'

red 233 ◦ green 208 ◦ blue 77

#E9D04D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Festival #E9D04D

Tints of Festival #E9D04D

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 value IS 0

 M value IS 0.11

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E9D04D (or 0xE9D04D) is known color: 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

RGB 233 208 77 -
CMYK 0 0.11 0.67 0.09
HSL 50.38º 0.78% 0.61% -
HSV(B) 50.38º 0.67% 0.91% -
XYZ 57.5 62.97 16.15 -
YUV 200.54 58.28 151.15 -
System Red Green Blue C M Y K H S L
Decimal 233 208 77 0 0.11 0.67 0.09 50.38 0.78 0.61
Hex E9 D0 4D 0 B 43 9 32 4E 3D
Octal 351 320 115 0 13 103 11 62 116 75
Binary 11101001 11010000 1001101 0 1011 1000011 1001 110010 1001110 111101

Color Harmonies of #E9D04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D04D

Black with #E9D04D

Text Example


Text Example

White with #E9D04D

Text Example


Text Example

HTML Codes & Css Web 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>