#e6c059

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

Shades of Cream Can #E6C059

Tints of Cream Can #E6C059

Color information

#E6C059 (or 0xE6C059) is unknown color: approx Cream Can. HEX triplet: E6, C0 and 59. RGB value is (230,192,89). Sum of RGB (Red+Green+Blue) = 230+192+89=511 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.01% from 511); Green value is 192 (75.39% from 255 or 37.57% from 511); Blue value is 89 (35.16% from 255 or 17.42% from 511); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C059 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C059 is #193FA6. Grayscale: #C0C0C0. Windows color (decimal): -1654695 or 5882086. OLE color: 5882086.

HSL color Cylindrical-coordinate representation of color #E6C059: hue angle of 43.83º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E6C059 is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.10.

Color convert

RGB23019289-
CMYK00.170.610.10
HSL43.83º73.82%62.55%-
HSV(B)43.83º61.3%90.2%-
XYZ53.2955.2417.31-
YUV191.6270.09155.38-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.01%
GREEN value IS 192 (75.39% from 255) = 37.57%
BLUE value IS 89 (35.16% from 255) = 17.42%
R=45.01%
G=37.57%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.61
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301928900.170.610.1043.8373.8262.55
HexE6C0590113DA2c4a3f
Octal34630013102175125411277
Binary1110011011000000101100101000111110110101011001001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e6c059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e6c059; }

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

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

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

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

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

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

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

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