#E7C854

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

Shades of Festival #E7C854

Tints of Festival #E7C854

Color information

#E7C854 (or 0xE7C854) is unknown color: approx Festival. HEX triplet: E7, C8 and 54. RGB value is (231,200,84). Sum of RGB (Red+Green+Blue) = 231+200+84=515 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.85% from 515); Green value is 200 (78.52% from 255 or 38.83% from 515); Blue value is 84 (33.20% from 255 or 16.31% from 515); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C854 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C854 is #1837AB. Grayscale: #C4C4C4. Windows color (decimal): -1587116 or 5556455. OLE color: 5556455.

HSL color Cylindrical-coordinate representation of color #E7C854: hue angle of 47.35º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E7C854 is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.09.

Color convert

RGB23120084-
CMYK00.130.640.09
HSL47.35º75.38%61.76%-
HSV(B)47.35º63.64%90.59%-
XYZ55.2158.9416.85-
YUV196.0464.77152.93-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.85%
GREEN value IS 200 (78.52% from 255) = 38.83%
BLUE value IS 84 (33.20% from 255) = 16.31%
R=44.85%
G=38.83%
B=16.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.64
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312008400.130.640.0947.3575.3861.76
HexE7C8540D4092f4b3e
Octal347310124015100115711376
Binary1110011111001000101010001101100000010011011111001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C854; }

 p { color: rgb(231,200,84); }

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

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

 a { background-color: rgb(231,200,84); }

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

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

 span { border-color: rgb(231,200,84); }

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