#E4C94C

Color #E4C94C Festival (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Festival #E4C94C

Tints of Festival #E4C94C

Color information

#E4C94C (or 0xE4C94C) is unknown color: approx Festival. HEX triplet: E4, C9 and 4C. RGB value is (228,201,76). Sum of RGB (Red+Green+Blue) = 228+201+76=505 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.15% from 505); Green value is 201 (78.91% from 255 or 39.80% from 505); Blue value is 76 (30.08% from 255 or 15.05% from 505); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C94C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4C94C is #1B36B3. Grayscale: #C3C3C3. Windows color (decimal): -1783476 or 5032420. OLE color: 5032420.

HSL color Cylindrical-coordinate representation of color #E4C94C: hue angle of 49.34º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E4C94C is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB22820176-
CMYK00.120.670.11
HSL49.34º73.79%59.61%-
HSV(B)49.34º66.67%89.41%-
XYZ54.1958.7915.33-
YUV194.8260.95151.66-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 45.15%
GREEN value IS 201 (78.91% from 255) = 39.80%
BLUE value IS 76 (30.08% from 255) = 15.05%
R=45.15%
G=39.80%
B=15.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.67
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2282017600.120.670.1149.3473.7959.61
HexE4C94C0C43B314a3c
Octal344311114014103136111274
Binary1110010011001001100110001100100001110111100011001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4C94C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4C94C; }

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

 H1.HeaderClassName
 {
   color: #E4C94C;
 }
 .AnyTagClassName
 {
   color: #E4C94C;
 }
</style>
background-color css

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

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

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

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

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

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