#E7D242

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

Shades of Festival #E7D242

Tints of Festival #E7D242

Color information

#E7D242 (or 0xE7D242) is unknown color: approx Festival. HEX triplet: E7, D2 and 42. RGB value is (231,210,66). Sum of RGB (Red+Green+Blue) = 231+210+66=507 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.56% from 507); Green value is 210 (82.42% from 255 or 41.42% from 507); Blue value is 66 (26.17% from 255 or 13.02% from 507); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D242 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7D242 is #182DBD. Grayscale: #C8C8C8. Windows color (decimal): -1584574 or 4379367. OLE color: 4379367.

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

Color convert

RGB23121066-
CMYK00.090.710.09
HSL52.36º77.46%58.24%-
HSV(B)52.36º71.43%90.59%-
XYZ56.9863.4814.4-
YUV199.8652.46150.21-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.56%
GREEN value IS 210 (82.42% from 255) = 41.42%
BLUE value IS 66 (26.17% from 255) = 13.02%
R=45.56%
G=41.42%
B=13.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.71
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312106600.090.710.0952.3677.4658.24
HexE7D24209479344d3a
Octal347322102011107116411572
Binary1110011111010010100001001001100011110011101001001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D242; }

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

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

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

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

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

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

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

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