#E6C559

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

Shades of Cream Can #E6C559

Tints of Cream Can #E6C559

Color information

#E6C559 (or 0xE6C559) is unknown color: approx Cream Can. HEX triplet: E6, C5 and 59. RGB value is (230,197,89). Sum of RGB (Red+Green+Blue) = 230+197+89=516 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.57% from 516); Green value is 197 (77.34% from 255 or 38.18% from 516); Blue value is 89 (35.16% from 255 or 17.25% from 516); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C559 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C559 is #193AA6. Grayscale: #C3C3C3. Windows color (decimal): -1653415 or 5883366. OLE color: 5883366.

HSL color Cylindrical-coordinate representation of color #E6C559: hue angle of 45.96º 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 #E6C559 is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.10.

Color convert

RGB23019789-
CMYK00.140.610.10
HSL45.96º73.82%62.55%-
HSV(B)45.96º61.3%90.2%-
XYZ54.457.4817.68-
YUV194.5668.43153.28-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.57%
GREEN value IS 197 (77.34% from 255) = 38.18%
BLUE value IS 89 (35.16% from 255) = 17.25%
R=44.57%
G=38.18%
B=17.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.61
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301978900.140.610.1045.9673.8262.55
HexE6C5590E3DA2e4a3f
Octal34630513101675125611277
Binary111001101100010110110010111011110110101011101001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C559; }

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

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

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

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

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

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

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

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