#E9D34D

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

Shades of Festival #E9D34D

Tints of Festival #E9D34D

Color information

#E9D34D (or 0xE9D34D) is unknown color: approx Festival. HEX triplet: E9, D3 and 4D. RGB value is (233,211,77). Sum of RGB (Red+Green+Blue) = 233+211+77=521 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.72% from 521); Green value is 211 (82.81% from 255 or 40.50% from 521); Blue value is 77 (30.47% from 255 or 14.78% from 521); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D34D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D34D is #162CB2. Grayscale: #CACACA. Windows color (decimal): -1453235 or 5100521. OLE color: 5100521.

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

Color convert

RGB23321177-
CMYK00.090.670.09
HSL51.54º78%60.78%-
HSV(B)51.54º66.95%91.37%-
XYZ58.2464.4516.39-
YUV202.357.29149.9-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.72%
GREEN value IS 211 (82.81% from 255) = 40.50%
BLUE value IS 77 (30.47% from 255) = 14.78%
R=44.72%
G=40.50%
B=14.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2332117700.090.670.0951.547860.78
HexE9D34D09439344e3d
Octal351323115011103116411675
Binary1110100111010011100110101001100001110011101001001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D34D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D34D; }

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

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

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

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

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

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

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

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