Html Css Color HEX #E5D04F Festival

📋 copy color: '#E5D04F'

red 229 ◦ green 208 ◦ blue 79

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

Shades of Festival #E5D04F

Tints of Festival #E5D04F

RGB

 RED value IS 229 (89.84% from 255) = 44.38%

 GREEN value IS 208 (81.64% from 255) = 40.31%

 BLUE value IS 79 (31.25% from 255) = 15.31%

R = 44.38%
G = 40.31%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#E5D04F (or 0xE5D04F) is known color: Festival. HEX triplet: E5, D0 and 4F. RGB value is (229,208,79). Sum of RGB (Red+Green+Blue) = 229+208+79=516 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.38% from 516); Green value is 208 (81.64% from 255 or 40.31% from 516); Blue value is 79 (31.25% from 255 or 15.31% from 516); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D04F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D04F is #1A2FB0. Grayscale: #C8C8C8. Windows color (decimal): -1716145 or 5230821. OLE color: 5230821.

HSL color Cylindrical-coordinate representation of color #E5D04F: hue angle of 51.6º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E5D04F is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 208 79 -
CMYK 0 0.09 0.66 0.10
HSL 51.6º 0.74% 0.6% -
HSV(B) 51.6º 0.66% 0.9% -
XYZ 56.28 62.33 16.46 -
YUV 199.57 59.96 148.99 -
System Red Green Blue C M Y K H S L
Decimal 229 208 79 0 0.09 0.66 0.10 51.6 0.74 0.6
Hex E5 D0 4F 0 9 42 A 34 4A 3C
Octal 345 320 117 0 11 102 12 64 112 74
Binary 11100101 11010000 1001111 0 1001 1000010 1010 110100 1001010 111100

Color Harmonies of #E5D04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D04F

Black with #E5D04F

Text Example


Text Example

White with #E5D04F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D04F; }

 p { color: rgb(229,208,79); }

 H1.HeaderClassName
 {
   color: #E5D04F;
 }
 .AnyTagClassName
 {
   color: #E5D04F;
 }
</style>

background-color css

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

 a { background-color: rgb(229,208,79); }

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

border-color css

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

 span { border-color: rgb(229,208,79); }

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