#E7C73C

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

Shades of Festival #E7C73C

Tints of Festival #E7C73C

Color information

#E7C73C (or 0xE7C73C) is unknown color: approx Festival. HEX triplet: E7, C7 and 3C. RGB value is (231,199,60). Sum of RGB (Red+Green+Blue) = 231+199+60=490 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.14% from 490); Green value is 199 (78.12% from 255 or 40.61% from 490); Blue value is 60 (23.83% from 255 or 12.24% from 490); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C73C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7C73C is #1838C3. Grayscale: #C1C1C1. Windows color (decimal): -1587396 or 3983335. OLE color: 3983335.

HSL color Cylindrical-coordinate representation of color #E7C73C: hue angle of 48.77º 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 #E7C73C is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.09.

Color convert

RGB23119960-
CMYK00.140.740.09
HSL48.77º78.08%57.06%-
HSV(B)48.77º74.03%90.59%-
XYZ54.1958.1612.65-
YUV192.7253.1155.3-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.14%
GREEN value IS 199 (78.12% from 255) = 40.61%
BLUE value IS 60 (23.83% from 255) = 12.24%
R=47.14%
G=40.61%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.74
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311996000.140.740.0948.7778.0857.06
HexE7C73C0E4A9314e39
Octal34730774016112116111671
Binary111001111100011111110001110100101010011100011001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C73C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C73C; }

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

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

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

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

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

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

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

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