Html Css Color HEX #E5D24A Festival

📋 copy color: '#E5D24A'

red 229 ◦ green 210 ◦ blue 74

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

Shades of Festival #E5D24A

Tints of Festival #E5D24A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.94%

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

R = 44.64%
G = 40.94%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E5D24A (or 0xE5D24A) is known color: Festival. HEX triplet: E5, D2 and 4A. RGB value is (229,210,74). Sum of RGB (Red+Green+Blue) = 229+210+74=513 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.64% from 513); Green value is 210 (82.42% from 255 or 40.94% from 513); Blue value is 74 (29.30% from 255 or 14.42% from 513); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D24A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D24A is #1A2DB5. Grayscale: #C8C8C8. Windows color (decimal): -1715638 or 4903653. OLE color: 4903653.

HSL color Cylindrical-coordinate representation of color #E5D24A: hue angle of 52.65º 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 #E5D24A is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 210 74 -
CMYK 0 0.08 0.68 0.10
HSL 52.65º 0.75% 0.59% -
HSV(B) 52.65º 0.68% 0.9% -
XYZ 56.6 63.25 15.7 -
YUV 200.18 56.79 148.56 -
System Red Green Blue C M Y K H S L
Decimal 229 210 74 0 0.08 0.68 0.10 52.65 0.75 0.59
Hex E5 D2 4A 0 8 44 A 35 4B 3B
Octal 345 322 112 0 10 104 12 65 113 73
Binary 11100101 11010010 1001010 0 1000 1000100 1010 110101 1001011 111011

Color Harmonies of #E5D24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D24A

Black with #E5D24A

Text Example


Text Example

White with #E5D24A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D24A; }

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

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

background-color css

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

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

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

border-color css

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

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

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