#E0C158

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

Shades of Cream Can #E0C158

Tints of Cream Can #E0C158

Color information

#E0C158 (or 0xE0C158) is unknown color: approx Cream Can. HEX triplet: E0, C1 and 58. RGB value is (224,193,88). Sum of RGB (Red+Green+Blue) = 224+193+88=505 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.36% from 505); Green value is 193 (75.78% from 255 or 38.22% from 505); Blue value is 88 (34.77% from 255 or 17.43% from 505); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C158 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C158 is #1F3EA7. Grayscale: #BEBEBE. Windows color (decimal): -2047656 or 5816800. OLE color: 5816800.

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

Color convert

RGB22419388-
CMYK00.140.610.12
HSL46.32º68.69%61.18%-
HSV(B)46.32º60.71%87.84%-
XYZ51.5754.6917.07-
YUV190.370.27152.04-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.36%
GREEN value IS 193 (75.78% from 255) = 38.22%
BLUE value IS 88 (34.77% from 255) = 17.43%
R=44.36%
G=38.22%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.61
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241938800.140.610.1246.3268.6961.18
HexE0C1580E3DC2e453d
Octal34030113001675145610575
Binary111000001100000110110000111011110111001011101000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C158; }

 p { color: rgb(224,193,88); }

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

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

 a { background-color: rgb(224,193,88); }

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

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

 span { border-color: rgb(224,193,88); }

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