#E7D24A

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

Shades of Festival #E7D24A

Tints of Festival #E7D24A

Color information

#E7D24A (or 0xE7D24A) is unknown color: approx Festival. HEX triplet: E7, D2 and 4A. RGB value is (231,210,74). Sum of RGB (Red+Green+Blue) = 231+210+74=515 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.85% from 515); Green value is 210 (82.42% from 255 or 40.78% from 515); Blue value is 74 (29.30% from 255 or 14.37% from 515); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D24A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7D24A is #182DB5. Grayscale: #C9C9C9. Windows color (decimal): -1584566 or 4903655. OLE color: 4903655.

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

Color convert

RGB23121074-
CMYK00.090.680.09
HSL51.97º76.59%59.8%-
HSV(B)51.97º67.97%90.59%-
XYZ57.2463.5815.73-
YUV200.7856.46149.56-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.85%
GREEN value IS 210 (82.42% from 255) = 40.78%
BLUE value IS 74 (29.30% from 255) = 14.37%
R=44.85%
G=40.78%
B=14.37%

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
Decimal2312107400.090.680.0951.9776.5959.8
HexE7D24A09449344d3c
Octal347322112011104116411574
Binary1110011111010010100101001001100010010011101001001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D24A; }

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

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

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

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

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

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

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

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