#E7C53C

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

Shades of Festival #E7C53C

Tints of Festival #E7C53C

Color information

#E7C53C (or 0xE7C53C) is unknown color: approx Festival. HEX triplet: E7, C5 and 3C. RGB value is (231,197,60). Sum of RGB (Red+Green+Blue) = 231+197+60=488 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.34% from 488); Green value is 197 (77.34% from 255 or 40.37% from 488); Blue value is 60 (23.83% from 255 or 12.30% from 488); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C53C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7C53C is #183AC3. Grayscale: #C0C0C0. Windows color (decimal): -1587908 or 3982823. OLE color: 3982823.

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

Color convert

RGB23119760-
CMYK00.150.740.09
HSL48.07º78.08%57.06%-
HSV(B)48.07º74.03%90.59%-
XYZ53.7457.2512.49-
YUV191.5553.76156.14-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.34%
GREEN value IS 197 (77.34% from 255) = 40.37%
BLUE value IS 60 (23.83% from 255) = 12.30%
R=47.34%
G=40.37%
B=12.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.74
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311976000.150.740.0948.0778.0857.06
HexE7C53C0F4A9304e39
Octal34730574017112116011671
Binary111001111100010111110001111100101010011100001001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C53C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C53C; }

 p { color: rgb(231,197,60); }

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

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

 a { background-color: rgb(231,197,60); }

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

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

 span { border-color: rgb(231,197,60); }

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