#E7C73F

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

Shades of Festival #E7C73F

Tints of Festival #E7C73F

Color information

#E7C73F (or 0xE7C73F) is unknown color: approx Festival. HEX triplet: E7, C7 and 3F. RGB value is (231,199,63). Sum of RGB (Red+Green+Blue) = 231+199+63=493 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.86% from 493); Green value is 199 (78.12% from 255 or 40.37% from 493); Blue value is 63 (25% from 255 or 12.78% from 493); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C73F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7C73F is #1838C0. Grayscale: #C1C1C1. Windows color (decimal): -1587393 or 4179943. OLE color: 4179943.

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

Color convert

RGB23119963-
CMYK00.140.730.09
HSL48.57º77.78%57.65%-
HSV(B)48.57º72.73%90.59%-
XYZ54.2858.1913.07-
YUV193.0654.6155.06-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.86%
GREEN value IS 199 (78.12% from 255) = 40.37%
BLUE value IS 63 (25% from 255) = 12.78%
R=46.86%
G=40.37%
B=12.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.73
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311996300.140.730.0948.5777.7857.65
HexE7C73F0E499314e3a
Octal34730777016111116111672
Binary111001111100011111111101110100100110011100011001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C73F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C73F; }

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

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

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

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

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

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

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

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