#E9C242

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

Shades of Festival #E9C242

Tints of Festival #E9C242

Color information

#E9C242 (or 0xE9C242) is unknown color: approx Festival. HEX triplet: E9, C2 and 42. RGB value is (233,194,66). Sum of RGB (Red+Green+Blue) = 233+194+66=493 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.26% from 493); Green value is 194 (76.17% from 255 or 39.35% from 493); Blue value is 66 (26.17% from 255 or 13.39% from 493); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C242 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9C242 is #163DBD. Grayscale: #BFBFBF. Windows color (decimal): -1457598 or 4375273. OLE color: 4375273.

HSL color Cylindrical-coordinate representation of color #E9C242: hue angle of 45.99º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E9C242 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB23319466-
CMYK00.170.720.09
HSL45.99º79.15%58.63%-
HSV(B)45.99º71.67%91.37%-
XYZ53.8856.313.18-
YUV191.0757.42157.91-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 47.26%
GREEN value IS 194 (76.17% from 255) = 39.35%
BLUE value IS 66 (26.17% from 255) = 13.39%
R=47.26%
G=39.35%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331946600.170.720.0945.9979.1558.63
HexE9C2420114892e4f3b
Octal351302102021110115611773
Binary11101001110000101000010010001100100010011011101001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9C242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9C242; }

 p { color: rgb(233,194,66); }

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

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

 a { background-color: rgb(233,194,66); }

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

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

 span { border-color: rgb(233,194,66); }

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