#E5C052

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

Shades of Cream Can #E5C052

Tints of Cream Can #E5C052

Color information

#E5C052 (or 0xE5C052) is unknown color: approx Cream Can. HEX triplet: E5, C0 and 52. RGB value is (229,192,82). Sum of RGB (Red+Green+Blue) = 229+192+82=503 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.53% from 503); Green value is 192 (75.39% from 255 or 38.17% from 503); Blue value is 82 (32.42% from 255 or 16.30% from 503); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C052 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C052 is #1A3FAD. Grayscale: #BFBFBF. Windows color (decimal): -1720238 or 5423333. OLE color: 5423333.

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

Color convert

RGB22919282-
CMYK00.160.640.10
HSL44.9º73.87%60.98%-
HSV(B)44.9º64.19%89.8%-
XYZ52.6954.9715.82-
YUV190.5266.76155.44-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.53%
GREEN value IS 192 (75.39% from 255) = 38.17%
BLUE value IS 82 (32.42% from 255) = 16.30%
R=45.53%
G=38.17%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.64
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291928200.160.640.1044.973.8760.98
HexE5C05201040A2d4a3d
Octal345300122020100125511275
Binary11100101110000001010010010000100000010101011011001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C052; }

 p { color: rgb(229,192,82); }

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

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

 a { background-color: rgb(229,192,82); }

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

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

 span { border-color: rgb(229,192,82); }

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