#e9cd42

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

Shades of Festival #E9CD42

Tints of Festival #E9CD42

Color information

#E9CD42 (or 0xE9CD42) is unknown color: approx Festival. HEX triplet: E9, CD and 42. RGB value is (233,205,66). Sum of RGB (Red+Green+Blue) = 233+205+66=504 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.23% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 66 (26.17% from 255 or 13.10% from 504); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CD42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9CD42 is #1632BD. Grayscale: #C6C6C6. Windows color (decimal): -1454782 or 4378089. OLE color: 4378089.

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

Color convert

RGB23320566-
CMYK00.120.720.09
HSL49.94º79.15%58.63%-
HSV(B)49.94º71.67%91.37%-
XYZ56.4261.3814.03-
YUV197.5353.78153.3-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.23%
GREEN value IS 205 (80.47% from 255) = 40.67%
BLUE value IS 66 (26.17% from 255) = 13.10%
R=46.23%
G=40.67%
B=13.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2332056600.120.720.0949.9479.1558.63
HexE9CD420C489324f3b
Octal351315102014110116211773
Binary1110100111001101100001001100100100010011100101001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e9cd42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e9cd42; }

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

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

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

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

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

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

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

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