#E9CF45

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

Shades of Festival #E9CF45

Tints of Festival #E9CF45

Color information

#E9CF45 (or 0xE9CF45) is unknown color: approx Festival. HEX triplet: E9, CF and 45. RGB value is (233,207,69). Sum of RGB (Red+Green+Blue) = 233+207+69=509 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.78% from 509); Green value is 207 (81.25% from 255 or 40.67% from 509); Blue value is 69 (27.34% from 255 or 13.56% from 509); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CF45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9CF45 is #1630BA. Grayscale: #C7C7C7. Windows color (decimal): -1454267 or 4575209. OLE color: 4575209.

HSL color Cylindrical-coordinate representation of color #E9CF45: hue angle of 50.49º 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 #E9CF45 is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB23320769-
CMYK00.110.700.09
HSL50.49º78.85%59.22%-
HSV(B)50.49º70.39%91.37%-
XYZ56.9962.3814.67-
YUV199.0454.61152.22-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.78%
GREEN value IS 207 (81.25% from 255) = 40.67%
BLUE value IS 69 (27.34% from 255) = 13.56%
R=45.78%
G=40.67%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.70
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2332076900.110.700.0950.4978.8559.22
HexE9CF450B469324f3b
Octal351317105013106116211773
Binary1110100111001111100010101011100011010011100101001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CF45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CF45; }

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

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

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

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

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

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

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

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