Html Css Color HEX #E5C94C Festival

📋 copy color: '#E5C94C'

red 229 ◦ green 201 ◦ blue 76

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

Shades of Festival #E5C94C

Tints of Festival #E5C94C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.72%

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

R = 45.26%
G = 39.72%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E5C94C (or 0xE5C94C) is known color: Festival. HEX triplet: E5, C9 and 4C. RGB value is (229,201,76). Sum of RGB (Red+Green+Blue) = 229+201+76=506 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.26% from 506); Green value is 201 (78.91% from 255 or 39.72% from 506); Blue value is 76 (30.08% from 255 or 15.02% from 506); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C94C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5C94C is #1A36B3. Grayscale: #C3C3C3. Windows color (decimal): -1717940 or 5032421. OLE color: 5032421.

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

Color convert

RGB 229 201 76 -
CMYK 0 0.12 0.67 0.10
HSL 49.02º 0.75% 0.6% -
HSV(B) 49.02º 0.67% 0.9% -
XYZ 54.5 58.95 15.34 -
YUV 195.12 60.78 152.16 -
System Red Green Blue C M Y K H S L
Decimal 229 201 76 0 0.12 0.67 0.10 49.02 0.75 0.6
Hex E5 C9 4C 0 C 43 A 31 4B 3C
Octal 345 311 114 0 14 103 12 61 113 74
Binary 11100101 11001001 1001100 0 1100 1000011 1010 110001 1001011 111100

Color Harmonies of #E5C94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C94C

Black with #E5C94C

Text Example


Text Example

White with #E5C94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C94C; }

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

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

background-color css

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

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

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

border-color css

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

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

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