#E0C156

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

Shades of Cream Can #E0C156

Tints of Cream Can #E0C156

Color information

#E0C156 (or 0xE0C156) is unknown color: approx Cream Can. HEX triplet: E0, C1 and 56. RGB value is (224,193,86). Sum of RGB (Red+Green+Blue) = 224+193+86=503 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.53% from 503); Green value is 193 (75.78% from 255 or 38.37% from 503); Blue value is 86 (33.98% from 255 or 17.10% from 503); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C156 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C156 is #1F3EA9. Grayscale: #BEBEBE. Windows color (decimal): -2047658 or 5685728. OLE color: 5685728.

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

Color convert

RGB22419386-
CMYK00.140.620.12
HSL46.52º69%60.78%-
HSV(B)46.52º61.61%87.84%-
XYZ51.4954.6616.64-
YUV190.0769.27152.2-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.53%
GREEN value IS 193 (75.78% from 255) = 38.37%
BLUE value IS 86 (33.98% from 255) = 17.10%
R=44.53%
G=38.37%
B=17.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.62
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241938600.140.620.1246.526960.78
HexE0C1560E3EC2f453d
Octal34030112601676145710575
Binary111000001100000110101100111011111011001011111000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C156; }

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

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

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

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

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

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

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

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