#E6C057

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

Shades of Cream Can #E6C057

Tints of Cream Can #E6C057

Color information

#E6C057 (or 0xE6C057) is unknown color: approx Cream Can. HEX triplet: E6, C0 and 57. RGB value is (230,192,87). Sum of RGB (Red+Green+Blue) = 230+192+87=509 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.19% from 509); Green value is 192 (75.39% from 255 or 37.72% from 509); Blue value is 87 (34.38% from 255 or 17.09% from 509); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C057 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C057 is #193FA8. Grayscale: #BFBFBF. Windows color (decimal): -1654697 or 5751014. OLE color: 5751014.

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

Color convert

RGB23019287-
CMYK00.170.620.10
HSL44.06º74.09%62.16%-
HSV(B)44.06º62.17%90.2%-
XYZ53.255.2116.87-
YUV191.3969.09155.54-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.19%
GREEN value IS 192 (75.39% from 255) = 37.72%
BLUE value IS 87 (34.38% from 255) = 17.09%
R=45.19%
G=37.72%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.62
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301928700.170.620.1044.0674.0962.16
HexE6C0570113EA2c4a3e
Octal34630012702176125411276
Binary1110011011000000101011101000111111010101011001001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C057; }

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

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

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

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

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

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

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

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