#E1C458

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

Shades of Cream Can #E1C458

Tints of Cream Can #E1C458

Color information

#E1C458 (or 0xE1C458) is unknown color: approx Cream Can. HEX triplet: E1, C4 and 58. RGB value is (225,196,88). Sum of RGB (Red+Green+Blue) = 225+196+88=509 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.20% from 509); Green value is 196 (76.95% from 255 or 38.51% from 509); Blue value is 88 (34.77% from 255 or 17.29% from 509); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C458 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C458 is #1E3BA7. Grayscale: #C0C0C0. Windows color (decimal): -1981352 or 5817569. OLE color: 5817569.

HSL color Cylindrical-coordinate representation of color #E1C458: hue angle of 47.3º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E1C458 is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.12.

Color convert

RGB22519688-
CMYK00.130.610.12
HSL47.3º69.54%61.37%-
HSV(B)47.3º60.89%88.24%-
XYZ52.5556.1917.31-
YUV192.3669.11151.28-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.20%
GREEN value IS 196 (76.95% from 255) = 38.51%
BLUE value IS 88 (34.77% from 255) = 17.29%
R=44.20%
G=38.51%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.61
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251968800.130.610.1247.369.5461.37
HexE1C4580D3DC2f463d
Octal34130413001575145710675
Binary111000011100010010110000110111110111001011111000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C458; }

 p { color: rgb(225,196,88); }

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

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

 a { background-color: rgb(225,196,88); }

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

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

 span { border-color: rgb(225,196,88); }

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