Html Css Color HEX #E5D14F Festival

📋 copy color: '#E5D14F'

red 229 ◦ green 209 ◦ blue 79

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

Shades of Festival #E5D14F

Tints of Festival #E5D14F

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.43%

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

R = 44.29%
G = 40.43%
B = 15.28%

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

#E5D14F (or 0xE5D14F) is known color: Festival. HEX triplet: E5, D1 and 4F. RGB value is (229,209,79). Sum of RGB (Red+Green+Blue) = 229+209+79=517 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.29% from 517); Green value is 209 (82.03% from 255 or 40.43% from 517); Blue value is 79 (31.25% from 255 or 15.28% from 517); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D14F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D14F is #1A2EB0. Grayscale: #C8C8C8. Windows color (decimal): -1715889 or 5231077. OLE color: 5231077.

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

Color convert

RGB 229 209 79 -
CMYK 0 0.09 0.66 0.10
HSL 52º 0.74% 0.6% -
HSV(B) 52º 0.66% 0.9% -
XYZ 56.52 62.82 16.54 -
YUV 200.16 59.63 148.57 -
System Red Green Blue C M Y K H S L
Decimal 229 209 79 0 0.09 0.66 0.10 52 0.74 0.6
Hex E5 D1 4F 0 9 42 A 34 4A 3C
Octal 345 321 117 0 11 102 12 64 112 74
Binary 11100101 11010001 1001111 0 1001 1000010 1010 110100 1001010 111100

Color Harmonies of #E5D14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D14F

Black with #E5D14F

Text Example


Text Example

White with #E5D14F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D14F; }

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

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

background-color css

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

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

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

border-color css

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

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

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