#EAC955

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

Shades of Festival #EAC955

Tints of Festival #EAC955

Color information

#EAC955 (or 0xEAC955) is unknown color: approx Festival. HEX triplet: EA, C9 and 55. RGB value is (234,201,85). Sum of RGB (Red+Green+Blue) = 234+201+85=520 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45% from 520); Green value is 201 (78.91% from 255 or 38.65% from 520); Blue value is 85 (33.59% from 255 or 16.35% from 520); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC955 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC955 is #1536AA. Grayscale: #C6C6C6. Windows color (decimal): -1390251 or 5622250. OLE color: 5622250.

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

Color convert

RGB23420185-
CMYK00.140.640.08
HSL46.71º78.01%62.55%-
HSV(B)46.71º63.68%91.76%-
XYZ56.4659.9217.18-
YUV197.6464.43153.93-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45%
GREEN value IS 201 (78.91% from 255) = 38.65%
BLUE value IS 85 (33.59% from 255) = 16.35%
R=45%
G=38.65%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.64
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342018500.140.640.0846.7178.0162.55
HexEAC9550E4082f4e3f
Octal352311125016100105711677
Binary1110101011001001101010101110100000010001011111001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC955; }

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

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

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

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

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

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

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

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