#EAC952

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

Shades of Festival #EAC952

Tints of Festival #EAC952

Color information

#EAC952 (or 0xEAC952) is unknown color: approx Festival. HEX triplet: EA, C9 and 52. RGB value is (234,201,82). Sum of RGB (Red+Green+Blue) = 234+201+82=517 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.26% from 517); Green value is 201 (78.91% from 255 or 38.88% from 517); Blue value is 82 (32.42% from 255 or 15.86% from 517); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC952 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC952 is #1536AD. Grayscale: #C5C5C5. Windows color (decimal): -1390254 or 5425642. OLE color: 5425642.

HSL color Cylindrical-coordinate representation of color #EAC952: hue angle of 46.97º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EAC952 is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB23420182-
CMYK00.140.650.08
HSL46.97º78.35%61.96%-
HSV(B)46.97º64.96%91.76%-
XYZ56.3459.8716.57-
YUV197.362.93154.18-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.26%
GREEN value IS 201 (78.91% from 255) = 38.88%
BLUE value IS 82 (32.42% from 255) = 15.86%
R=45.26%
G=38.88%
B=15.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.65
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342018200.140.650.0846.9778.3561.96
HexEAC9520E4182f4e3e
Octal352311122016101105711676
Binary1110101011001001101001001110100000110001011111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC952; }

 p { color: rgb(234,201,82); }

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

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

 a { background-color: rgb(234,201,82); }

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

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

 span { border-color: rgb(234,201,82); }

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