#e9c94b

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

Shades of Festival #E9C94B

Tints of Festival #E9C94B

Color information

#E9C94B (or 0xE9C94B) is unknown color: approx Festival. HEX triplet: E9, C9 and 4B. RGB value is (233,201,75). Sum of RGB (Red+Green+Blue) = 233+201+75=509 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.78% from 509); Green value is 201 (78.91% from 255 or 39.49% from 509); Blue value is 75 (29.69% from 255 or 14.73% from 509); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C94B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9C94B is #1636B4. Grayscale: #C4C4C4. Windows color (decimal): -1455797 or 4966889. OLE color: 4966889.

HSL color Cylindrical-coordinate representation of color #E9C94B: hue angle of 47.85º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E9C94B is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB23320175-
CMYK00.140.680.09
HSL47.85º78.22%60.39%-
HSV(B)47.85º67.81%91.37%-
XYZ55.7659.615.22-
YUV196.259.6154.25-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.78%
GREEN value IS 201 (78.91% from 255) = 39.49%
BLUE value IS 75 (29.69% from 255) = 14.73%
R=45.78%
G=39.49%
B=14.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.68
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2332017500.140.680.0947.8578.2260.39
HexE9C94B0E449304e3c
Octal351311113016104116011674
Binary1110100111001001100101101110100010010011100001001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e9c94b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e9c94b; }

 p { color: rgb(233,201,75); }

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

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

 a { background-color: rgb(233,201,75); }

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

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

 span { border-color: rgb(233,201,75); }

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