#eac456

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

Shades of Cream Can #EAC456

Tints of Cream Can #EAC456

Color information

#EAC456 (or 0xEAC456) is unknown color: approx Cream Can. HEX triplet: EA, C4 and 56. RGB value is (234,196,86). Sum of RGB (Red+Green+Blue) = 234+196+86=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 196 (76.95% from 255 or 37.98% from 516); Blue value is 86 (33.98% from 255 or 16.67% from 516); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC456 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC456 is #153BA9. Grayscale: #C3C3C3. Windows color (decimal): -1391530 or 5686506. OLE color: 5686506.

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

Color convert

RGB23419686-
CMYK00.160.630.08
HSL44.59º77.89%62.75%-
HSV(B)44.59º63.25%91.76%-
XYZ55.3557.6417.01-
YUV194.8266.59155.94-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.35%
GREEN value IS 196 (76.95% from 255) = 37.98%
BLUE value IS 86 (33.98% from 255) = 16.67%
R=45.35%
G=37.98%
B=16.67%

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
Decimal2341968600.160.630.0844.5977.8962.75
HexEAC4560103F82d4e3f
Octal35230412602077105511677
Binary1110101011000100101011001000011111110001011011001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eac456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eac456; }

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

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

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

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

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

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

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

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