#E7D24C

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

Shades of Festival #E7D24C

Tints of Festival #E7D24C

Color information

#E7D24C (or 0xE7D24C) is unknown color: approx Festival. HEX triplet: E7, D2 and 4C. RGB value is (231,210,76). Sum of RGB (Red+Green+Blue) = 231+210+76=517 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.68% from 517); Green value is 210 (82.42% from 255 or 40.62% from 517); Blue value is 76 (30.08% from 255 or 14.70% from 517); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D24C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7D24C is #182DB3. Grayscale: #C9C9C9. Windows color (decimal): -1584564 or 5034727. OLE color: 5034727.

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

Color convert

RGB23121076-
CMYK00.090.670.09
HSL51.87º76.35%60.2%-
HSV(B)51.87º67.1%90.59%-
XYZ57.3163.616.09-
YUV20157.46149.4-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.68%
GREEN value IS 210 (82.42% from 255) = 40.62%
BLUE value IS 76 (30.08% from 255) = 14.70%
R=44.68%
G=40.62%
B=14.70%

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
Decimal2312107600.090.670.0951.8776.3560.2
HexE7D24C09439344c3c
Octal347322114011103116411474
Binary1110011111010010100110001001100001110011101001001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D24C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D24C; }

 p { color: rgb(231,210,76); }

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

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

 a { background-color: rgb(231,210,76); }

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

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

 span { border-color: rgb(231,210,76); }

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