#EAC656

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

Shades of Cream Can #EAC656

Tints of Cream Can #EAC656

Color information

#EAC656 (or 0xEAC656) is unknown color: approx Cream Can. HEX triplet: EA, C6 and 56. RGB value is (234,198,86). Sum of RGB (Red+Green+Blue) = 234+198+86=518 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.17% from 518); Green value is 198 (77.73% from 255 or 38.22% from 518); Blue value is 86 (33.98% from 255 or 16.60% from 518); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC656 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC656 is #1539A9. Grayscale: #C4C4C4. Windows color (decimal): -1391018 or 5687018. OLE color: 5687018.

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

Color convert

RGB23419886-
CMYK00.150.630.08
HSL45.41º77.89%62.75%-
HSV(B)45.41º63.25%91.76%-
XYZ55.8158.5517.16-
YUV19665.93155.11-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.17%
GREEN value IS 198 (77.73% from 255) = 38.22%
BLUE value IS 86 (33.98% from 255) = 16.60%
R=45.17%
G=38.22%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.63
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341988600.150.630.0845.4177.8962.75
HexEAC6560F3F82d4e3f
Octal35230612601777105511677
Binary111010101100011010101100111111111110001011011001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC656; }

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

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

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

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

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

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

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

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