#E9D34A

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

Shades of Festival #E9D34A

Tints of Festival #E9D34A

Color information

#E9D34A (or 0xE9D34A) is unknown color: approx Festival. HEX triplet: E9, D3 and 4A. RGB value is (233,211,74). Sum of RGB (Red+Green+Blue) = 233+211+74=518 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.98% from 518); Green value is 211 (82.81% from 255 or 40.73% from 518); Blue value is 74 (29.30% from 255 or 14.29% from 518); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D34A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9D34A is #162CB5. Grayscale: #CACACA. Windows color (decimal): -1453238 or 4903913. OLE color: 4903913.

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

Color convert

RGB23321174-
CMYK00.090.680.09
HSL51.7º78.33%60.2%-
HSV(B)51.7º68.24%91.37%-
XYZ58.1364.4115.85-
YUV201.9655.79150.14-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.98%
GREEN value IS 211 (82.81% from 255) = 40.73%
BLUE value IS 74 (29.30% from 255) = 14.29%
R=44.98%
G=40.73%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.68
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2332117400.090.680.0951.778.3360.2
HexE9D34A09449344e3c
Octal351323112011104116411674
Binary1110100111010011100101001001100010010011101001001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D34A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D34A; }

 p { color: rgb(233,211,74); }

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

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

 a { background-color: rgb(233,211,74); }

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

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

 span { border-color: rgb(233,211,74); }

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