#EAC758

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

Shades of Cream Can #EAC758

Tints of Cream Can #EAC758

Color information

#EAC758 (or 0xEAC758) is unknown color: approx Cream Can. HEX triplet: EA, C7 and 58. RGB value is (234,199,88). Sum of RGB (Red+Green+Blue) = 234+199+88=521 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.91% from 521); Green value is 199 (78.12% from 255 or 38.20% from 521); Blue value is 88 (34.77% from 255 or 16.89% from 521); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC758 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC758 is #1538A7. Grayscale: #C5C5C5. Windows color (decimal): -1390760 or 5818346. OLE color: 5818346.

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

Color convert

RGB23419988-
CMYK00.150.620.08
HSL45.62º77.66%63.14%-
HSV(B)45.62º62.39%91.76%-
XYZ56.1259.0417.67-
YUV196.8166.6154.53-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.91%
GREEN value IS 199 (78.12% from 255) = 38.20%
BLUE value IS 88 (34.77% from 255) = 16.89%
R=44.91%
G=38.20%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.62
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341998800.150.620.0845.6277.6663.14
HexEAC7580F3E82e4e3f
Octal35230713001776105611677
Binary111010101100011110110000111111111010001011101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC758; }

 p { color: rgb(234,199,88); }

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

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

 a { background-color: rgb(234,199,88); }

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

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

 span { border-color: rgb(234,199,88); }

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