Html Css Color HEX #E5D04A Festival

📋 copy color: '#E5D04A'

red 229 ◦ green 208 ◦ blue 74

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

Shades of Festival #E5D04A

Tints of Festival #E5D04A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.48%

R = 44.81%
G = 40.7%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E5D04A (or 0xE5D04A) is known color: Festival. HEX triplet: E5, D0 and 4A. RGB value is (229,208,74). Sum of RGB (Red+Green+Blue) = 229+208+74=511 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.81% from 511); Green value is 208 (81.64% from 255 or 40.70% from 511); Blue value is 74 (29.30% from 255 or 14.48% from 511); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D04A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D04A is #1A2FB5. Grayscale: #C7C7C7. Windows color (decimal): -1716150 or 4903141. OLE color: 4903141.

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

Color convert

RGB 229 208 74 -
CMYK 0 0.09 0.68 0.10
HSL 51.87º 0.75% 0.59% -
HSV(B) 51.87º 0.68% 0.9% -
XYZ 56.11 62.26 15.54 -
YUV 199 57.46 149.4 -
System Red Green Blue C M Y K H S L
Decimal 229 208 74 0 0.09 0.68 0.10 51.87 0.75 0.59
Hex E5 D0 4A 0 9 44 A 34 4B 3B
Octal 345 320 112 0 11 104 12 64 113 73
Binary 11100101 11010000 1001010 0 1001 1000100 1010 110100 1001011 111011

Color Harmonies of #E5D04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D04A

Black with #E5D04A

Text Example


Text Example

White with #E5D04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D04A; }

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

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

background-color css

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

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

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

border-color css

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

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

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