#E1C254

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

Shades of Cream Can #E1C254

Tints of Cream Can #E1C254

Color information

#E1C254 (or 0xE1C254) is unknown color: approx Cream Can. HEX triplet: E1, C2 and 54. RGB value is (225,194,84). Sum of RGB (Red+Green+Blue) = 225+194+84=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 194 (76.17% from 255 or 38.57% from 503); Blue value is 84 (33.20% from 255 or 16.70% from 503); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C254 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C254 is #1E3DAB. Grayscale: #BFBFBF. Windows color (decimal): -1981868 or 5554913. OLE color: 5554913.

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

Color convert

RGB22519484-
CMYK00.140.630.12
HSL46.81º70.15%60.59%-
HSV(B)46.81º62.67%88.24%-
XYZ51.9455.2316.31-
YUV190.7367.77152.44-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.73%
GREEN value IS 194 (76.17% from 255) = 38.57%
BLUE value IS 84 (33.20% from 255) = 16.70%
R=44.73%
G=38.57%
B=16.70%

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
Decimal2251948400.140.630.1246.8170.1560.59
HexE1C2540E3FC2f463d
Octal34130212401677145710675
Binary111000011100001010101000111011111111001011111000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C254; }

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

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

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

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

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

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

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

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