#E2C059

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

Shades of Cream Can #E2C059

Tints of Cream Can #E2C059

Color information

#E2C059 (or 0xE2C059) is unknown color: approx Cream Can. HEX triplet: E2, C0 and 59. RGB value is (226,192,89). Sum of RGB (Red+Green+Blue) = 226+192+89=507 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.58% from 507); Green value is 192 (75.39% from 255 or 37.87% from 507); Blue value is 89 (35.16% from 255 or 17.55% from 507); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C059 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C059 is #1D3FA6. Grayscale: #BEBEBE. Windows color (decimal): -1916839 or 5882082. OLE color: 5882082.

HSL color Cylindrical-coordinate representation of color #E2C059: hue angle of 45.11º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E2C059 is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.11.

Color convert

RGB22619289-
CMYK00.150.610.11
HSL45.11º70.26%61.76%-
HSV(B)45.11º60.62%88.63%-
XYZ52.0254.5917.25-
YUV190.4270.76153.38-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.58%
GREEN value IS 192 (75.39% from 255) = 37.87%
BLUE value IS 89 (35.16% from 255) = 17.55%
R=44.58%
G=37.87%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.61
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261928900.150.610.1145.1170.2661.76
HexE2C0590F3DB2d463e
Octal34230013101775135510676
Binary111000101100000010110010111111110110111011011000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C059; }

 p { color: rgb(226,192,89); }

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

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

 a { background-color: rgb(226,192,89); }

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

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

 span { border-color: rgb(226,192,89); }

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