#E5C254

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

Shades of Cream Can #E5C254

Tints of Cream Can #E5C254

Color information

#E5C254 (or 0xE5C254) is unknown color: approx Cream Can. HEX triplet: E5, C2 and 54. RGB value is (229,194,84). Sum of RGB (Red+Green+Blue) = 229+194+84=507 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.17% from 507); Green value is 194 (76.17% from 255 or 38.26% from 507); Blue value is 84 (33.20% from 255 or 16.57% from 507); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C254 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C254 is #1A3DAB. Grayscale: #C0C0C0. Windows color (decimal): -1719724 or 5554917. OLE color: 5554917.

HSL color Cylindrical-coordinate representation of color #E5C254: hue angle of 45.52º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E5C254 is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.10.

Color convert

RGB22919484-
CMYK00.150.630.10
HSL45.52º73.6%61.37%-
HSV(B)45.52º63.32%89.8%-
XYZ53.2155.8816.37-
YUV191.9267.1154.44-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.17%
GREEN value IS 194 (76.17% from 255) = 38.26%
BLUE value IS 84 (33.20% from 255) = 16.57%
R=45.17%
G=38.26%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.63
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291948400.150.630.1045.5273.661.37
HexE5C2540F3FA2e4a3d
Octal34530212401777125611275
Binary111001011100001010101000111111111110101011101001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C254; }

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

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

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

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

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

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

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

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