#E1C154

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

Shades of Cream Can #E1C154

Tints of Cream Can #E1C154

Color information

#E1C154 (or 0xE1C154) is unknown color: approx Cream Can. HEX triplet: E1, C1 and 54. RGB value is (225,193,84). Sum of RGB (Red+Green+Blue) = 225+193+84=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 193 (75.78% from 255 or 38.45% from 502); Blue value is 84 (33.20% from 255 or 16.73% from 502); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C154 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C154 is #1E3EAB. Grayscale: #BEBEBE. Windows color (decimal): -1982124 or 5554657. OLE color: 5554657.

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

Color convert

RGB22519384-
CMYK00.140.630.12
HSL46.38º70.15%60.59%-
HSV(B)46.38º62.67%88.24%-
XYZ51.7254.7916.24-
YUV190.1468.1152.86-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.82%
GREEN value IS 193 (75.78% from 255) = 38.45%
BLUE value IS 84 (33.20% from 255) = 16.73%
R=44.82%
G=38.45%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.63
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251938400.140.630.1246.3870.1560.59
HexE1C1540E3FC2e463d
Octal34130112401677145610675
Binary111000011100000110101000111011111111001011101000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C154; }

 p { color: rgb(225,193,84); }

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

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

 a { background-color: rgb(225,193,84); }

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

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

 span { border-color: rgb(225,193,84); }

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