Html Css Color HEX #E5C442 Festival

📋 copy color: '#E5C442'

red 229 ◦ green 196 ◦ blue 66

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

Shades of Festival #E5C442

Tints of Festival #E5C442

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.92%

 BLUE value IS 66 (26.17% from 255) = 13.44%

R = 46.64%
G = 39.92%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.71

 K value IS 0.10

RGB Variations

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

Color information

#E5C442 (or 0xE5C442) is known color: Festival. HEX triplet: E5, C4 and 42. RGB value is (229,196,66). Sum of RGB (Red+Green+Blue) = 229+196+66=491 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.64% from 491); Green value is 196 (76.95% from 255 or 39.92% from 491); Blue value is 66 (26.17% from 255 or 13.44% from 491); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C442 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5C442 is #1A3BBD. Grayscale: #BFBFBF. Windows color (decimal): -1719230 or 4375781. OLE color: 4375781.

HSL color Cylindrical-coordinate representation of color #E5C442: hue angle of 47.85º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E5C442 is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 196 66 -
CMYK 0 0.14 0.71 0.10
HSL 47.85º 0.76% 0.58% -
HSV(B) 47.85º 0.71% 0.9% -
XYZ 53.04 56.53 13.27 -
YUV 191.05 57.43 155.07 -
System Red Green Blue C M Y K H S L
Decimal 229 196 66 0 0.14 0.71 0.10 47.85 0.76 0.58
Hex E5 C4 42 0 E 47 A 30 4C 3A
Octal 345 304 102 0 16 107 12 60 114 72
Binary 11100101 11000100 1000010 0 1110 1000111 1010 110000 1001100 111010

Color Harmonies of #E5C442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C442

Black with #E5C442

Text Example


Text Example

White with #E5C442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C442; }

 p { color: rgb(229,196,66); }

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

background-color css

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

 a { background-color: rgb(229,196,66); }

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

border-color css

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

 span { border-color: rgb(229,196,66); }

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