#EAC255

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

Shades of Cream Can #EAC255

Tints of Cream Can #EAC255

Color information

#EAC255 (or 0xEAC255) is unknown color: approx Cream Can. HEX triplet: EA, C2 and 55. RGB value is (234,194,85). Sum of RGB (Red+Green+Blue) = 234+194+85=513 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.61% from 513); Green value is 194 (76.17% from 255 or 37.82% from 513); Blue value is 85 (33.59% from 255 or 16.57% from 513); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC255 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC255 is #153DAA. Grayscale: #C2C2C2. Windows color (decimal): -1392043 or 5620458. OLE color: 5620458.

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

Color convert

RGB23419485-
CMYK00.170.640.08
HSL43.89º78.01%62.55%-
HSV(B)43.89º63.68%91.76%-
XYZ54.8656.7316.65-
YUV193.5366.75156.86-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.61%
GREEN value IS 194 (76.17% from 255) = 37.82%
BLUE value IS 85 (33.59% from 255) = 16.57%
R=45.61%
G=37.82%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.64
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341948500.170.640.0843.8978.0162.55
HexEAC2550114082c4e3f
Octal352302125021100105411677
Binary11101010110000101010101010001100000010001011001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC255; }

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

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

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

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

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

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

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

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