#EAC855

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

Shades of Cream Can #EAC855

Tints of Cream Can #EAC855

Color information

#EAC855 (or 0xEAC855) is unknown color: approx Cream Can. HEX triplet: EA, C8 and 55. RGB value is (234,200,85). Sum of RGB (Red+Green+Blue) = 234+200+85=519 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.09% from 519); Green value is 200 (78.52% from 255 or 38.54% from 519); Blue value is 85 (33.59% from 255 or 16.38% from 519); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC855 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC855 is #1537AA. Grayscale: #C5C5C5. Windows color (decimal): -1390507 or 5621994. OLE color: 5621994.

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

Color convert

RGB23420085-
CMYK00.150.640.08
HSL46.31º78.01%62.55%-
HSV(B)46.31º63.68%91.76%-
XYZ56.2359.4617.11-
YUV197.0664.76154.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.09%
GREEN value IS 200 (78.52% from 255) = 38.54%
BLUE value IS 85 (33.59% from 255) = 16.38%
R=45.09%
G=38.54%
B=16.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.64
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342008500.150.640.0846.3178.0162.55
HexEAC8550F4082e4e3f
Octal352310125017100105611677
Binary1110101011001000101010101111100000010001011101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC855; }

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

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

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

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

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

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

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

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