#E2C055

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

Shades of Cream Can #E2C055

Tints of Cream Can #E2C055

Color information

#E2C055 (or 0xE2C055) is unknown color: approx Cream Can. HEX triplet: E2, C0 and 55. RGB value is (226,192,85). Sum of RGB (Red+Green+Blue) = 226+192+85=503 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.93% from 503); Green value is 192 (75.39% from 255 or 38.17% from 503); Blue value is 85 (33.59% from 255 or 16.90% from 503); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C055 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C055 is #1D3FAA. Grayscale: #BEBEBE. Windows color (decimal): -1916843 or 5619938. OLE color: 5619938.

HSL color Cylindrical-coordinate representation of color #E2C055: hue angle of 45.53º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E2C055 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.11.

Color convert

RGB22619285-
CMYK00.150.620.11
HSL45.53º70.85%60.98%-
HSV(B)45.53º62.39%88.63%-
XYZ51.8554.5216.39-
YUV189.9768.76153.7-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.93%
GREEN value IS 192 (75.39% from 255) = 38.17%
BLUE value IS 85 (33.59% from 255) = 16.90%
R=44.93%
G=38.17%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.62
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261928500.150.620.1145.5370.8560.98
HexE2C0550F3EB2e473d
Octal34230012501776135610775
Binary111000101100000010101010111111111010111011101000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C055; }

 p { color: rgb(226,192,85); }

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

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

 a { background-color: rgb(226,192,85); }

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

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

 span { border-color: rgb(226,192,85); }

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