#E8C160

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

Shades of Cream Can #E8C160

Tints of Cream Can #E8C160

Color information

#E8C160 (or 0xE8C160) is unknown color: approx Cream Can. HEX triplet: E8, C1 and 60. RGB value is (232,193,96). Sum of RGB (Red+Green+Blue) = 232+193+96=521 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.53% from 521); Green value is 193 (75.78% from 255 or 37.04% from 521); Blue value is 96 (37.89% from 255 or 18.43% from 521); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C160 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C160 is #173E9F. Grayscale: #C2C2C2. Windows color (decimal): -1523360 or 6341096. OLE color: 6341096.

HSL color Cylindrical-coordinate representation of color #E8C160: hue angle of 42.79º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E8C160 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB23219396-
CMYK00.170.590.09
HSL42.79º74.73%64.31%-
HSV(B)42.79º58.62%90.98%-
XYZ54.4656.1419.03-
YUV193.672.92155.39-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 44.53%
GREEN value IS 193 (75.78% from 255) = 37.04%
BLUE value IS 96 (37.89% from 255) = 18.43%
R=44.53%
G=37.04%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321939600.170.590.0942.7974.7364.31
HexE8C1600113B92b4b40
Octal350301140021731153113100
Binary11101000110000011100000010001111011100110101110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C160; }

 p { color: rgb(232,193,96); }

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

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

 a { background-color: rgb(232,193,96); }

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

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

 span { border-color: rgb(232,193,96); }

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