Html Css Color HEX #E5D14C Festival

📋 copy color: '#E5D14C'

red 229 ◦ green 209 ◦ blue 76

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

Shades of Festival #E5D14C

Tints of Festival #E5D14C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 14.79%

R = 44.55%
G = 40.66%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E5D14C (or 0xE5D14C) is known color: Festival. HEX triplet: E5, D1 and 4C. RGB value is (229,209,76). Sum of RGB (Red+Green+Blue) = 229+209+76=514 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.55% from 514); Green value is 209 (82.03% from 255 or 40.66% from 514); Blue value is 76 (30.08% from 255 or 14.79% from 514); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D14C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D14C is #1A2EB3. Grayscale: #C8C8C8. Windows color (decimal): -1715892 or 5034469. OLE color: 5034469.

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

Color convert

RGB 229 209 76 -
CMYK 0 0.09 0.67 0.10
HSL 52.16º 0.75% 0.6% -
HSV(B) 52.16º 0.67% 0.9% -
XYZ 56.42 62.78 15.98 -
YUV 199.82 58.13 148.81 -
System Red Green Blue C M Y K H S L
Decimal 229 209 76 0 0.09 0.67 0.10 52.16 0.75 0.6
Hex E5 D1 4C 0 9 43 A 34 4B 3C
Octal 345 321 114 0 11 103 12 64 113 74
Binary 11100101 11010001 1001100 0 1001 1000011 1010 110100 1001011 111100

Color Harmonies of #E5D14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D14C

Black with #E5D14C

Text Example


Text Example

White with #E5D14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D14C; }

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

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

background-color css

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

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

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

border-color css

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

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

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