#E9C260

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

Shades of Cream Can #E9C260

Tints of Cream Can #E9C260

Color information

#E9C260 (or 0xE9C260) is unknown color: approx Cream Can. HEX triplet: E9, C2 and 60. RGB value is (233,194,96). Sum of RGB (Red+Green+Blue) = 233+194+96=523 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.55% from 523); Green value is 194 (76.17% from 255 or 37.09% from 523); Blue value is 96 (37.89% from 255 or 18.36% from 523); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C260 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9C260 is #163D9F. Grayscale: #C2C2C2. Windows color (decimal): -1457568 or 6341353. OLE color: 6341353.

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

Color convert

RGB23319496-
CMYK00.170.590.09
HSL42.92º75.69%64.51%-
HSV(B)42.92º58.8%91.37%-
XYZ55.0156.7519.12-
YUV194.4972.42155.47-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.55%
GREEN value IS 194 (76.17% from 255) = 37.09%
BLUE value IS 96 (37.89% from 255) = 18.36%
R=44.55%
G=37.09%
B=18.36%

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
Decimal2331949600.170.590.0942.9275.6964.51
HexE9C2600113B92b4c41
Octal351302140021731153114101
Binary11101001110000101100000010001111011100110101110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9C260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9C260; }

 p { color: rgb(233,194,96); }

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

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

 a { background-color: rgb(233,194,96); }

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

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

 span { border-color: rgb(233,194,96); }

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