#E8C953

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

Shades of Festival #E8C953

Tints of Festival #E8C953

Color information

#E8C953 (or 0xE8C953) is unknown color: approx Festival. HEX triplet: E8, C9 and 53. RGB value is (232,201,83). Sum of RGB (Red+Green+Blue) = 232+201+83=516 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.96% from 516); Green value is 201 (78.91% from 255 or 38.95% from 516); Blue value is 83 (32.81% from 255 or 16.09% from 516); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C953 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C953 is #1736AC. Grayscale: #C5C5C5. Windows color (decimal): -1521325 or 5491176. OLE color: 5491176.

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

Color convert

RGB23220183-
CMYK00.130.640.09
HSL47.52º76.41%61.76%-
HSV(B)47.52º64.22%90.98%-
XYZ55.7359.5516.74-
YUV196.8263.77153.09-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 44.96%
GREEN value IS 201 (78.91% from 255) = 38.95%
BLUE value IS 83 (32.81% from 255) = 16.09%
R=44.96%
G=38.95%
B=16.09%

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
Decimal2322018300.130.640.0947.5276.4161.76
HexE8C9530D409304c3e
Octal350311123015100116011476
Binary1110100011001001101001101101100000010011100001001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C953; }

 p { color: rgb(232,201,83); }

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

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

 a { background-color: rgb(232,201,83); }

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

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

 span { border-color: rgb(232,201,83); }

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