#E7C954

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

Shades of Festival #E7C954

Tints of Festival #E7C954

Color information

#E7C954 (or 0xE7C954) is unknown color: approx Festival. HEX triplet: E7, C9 and 54. RGB value is (231,201,84). Sum of RGB (Red+Green+Blue) = 231+201+84=516 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.77% from 516); Green value is 201 (78.91% from 255 or 38.95% from 516); Blue value is 84 (33.20% from 255 or 16.28% from 516); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C954 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C954 is #1836AB. Grayscale: #C5C5C5. Windows color (decimal): -1586860 or 5556711. OLE color: 5556711.

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

Color convert

RGB23120184-
CMYK00.130.640.09
HSL47.76º75.38%61.76%-
HSV(B)47.76º63.64%90.59%-
XYZ55.4459.416.93-
YUV196.6364.44152.51-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.77%
GREEN value IS 201 (78.91% from 255) = 38.95%
BLUE value IS 84 (33.20% from 255) = 16.28%
R=44.77%
G=38.95%
B=16.28%

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
Decimal2312018400.130.640.0947.7675.3861.76
HexE7C9540D409304b3e
Octal347311124015100116011376
Binary1110011111001001101010001101100000010011100001001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C954; }

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

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

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

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

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

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

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

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