#EAC556

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

Shades of Cream Can #EAC556

Tints of Cream Can #EAC556

Color information

#EAC556 (or 0xEAC556) is unknown color: approx Cream Can. HEX triplet: EA, C5 and 56. RGB value is (234,197,86). Sum of RGB (Red+Green+Blue) = 234+197+86=517 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.26% from 517); Green value is 197 (77.34% from 255 or 38.10% from 517); Blue value is 86 (33.98% from 255 or 16.63% from 517); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC556 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC556 is #153AA9. Grayscale: #C3C3C3. Windows color (decimal): -1391274 or 5686762. OLE color: 5686762.

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

Color convert

RGB23419786-
CMYK00.160.630.08
HSL45º77.89%62.75%-
HSV(B)45º63.25%91.76%-
XYZ55.5858.117.09-
YUV195.4166.26155.53-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.26%
GREEN value IS 197 (77.34% from 255) = 38.10%
BLUE value IS 86 (33.98% from 255) = 16.63%
R=45.26%
G=38.10%
B=16.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.63
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341978600.160.630.084577.8962.75
HexEAC5560103F82d4e3f
Octal35230512602077105511677
Binary1110101011000101101011001000011111110001011011001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC556; }

 p { color: rgb(234,197,86); }

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

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

 a { background-color: rgb(234,197,86); }

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

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

 span { border-color: rgb(234,197,86); }

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