#E9C245

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

Shades of Festival #E9C245

Tints of Festival #E9C245

Color information

#E9C245 (or 0xE9C245) is unknown color: approx Festival. HEX triplet: E9, C2 and 45. RGB value is (233,194,69). Sum of RGB (Red+Green+Blue) = 233+194+69=496 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.98% from 496); Green value is 194 (76.17% from 255 or 39.11% from 496); Blue value is 69 (27.34% from 255 or 13.91% from 496); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C245 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9C245 is #163DBA. Grayscale: #BFBFBF. Windows color (decimal): -1457595 or 4571881. OLE color: 4571881.

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

Color convert

RGB23319469-
CMYK00.170.700.09
HSL45.73º78.85%59.22%-
HSV(B)45.73º70.39%91.37%-
XYZ53.9756.3413.66-
YUV191.4158.92157.66-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.98%
GREEN value IS 194 (76.17% from 255) = 39.11%
BLUE value IS 69 (27.34% from 255) = 13.91%
R=46.98%
G=39.11%
B=13.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.70
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331946900.170.700.0945.7378.8559.22
HexE9C2450114692e4f3b
Octal351302105021106115611773
Binary11101001110000101000101010001100011010011011101001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9C245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9C245; }

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

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

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

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

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

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

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

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