#E4C05A

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

Shades of Cream Can #E4C05A

Tints of Cream Can #E4C05A

Color information

#E4C05A (or 0xE4C05A) is unknown color: approx Cream Can. HEX triplet: E4, C0 and 5A. RGB value is (228,192,90). Sum of RGB (Red+Green+Blue) = 228+192+90=510 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.71% from 510); Green value is 192 (75.39% from 255 or 37.65% from 510); Blue value is 90 (35.55% from 255 or 17.65% from 510); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C05A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4C05A is #1B3FA5. Grayscale: #BFBFBF. Windows color (decimal): -1785766 or 5947620. OLE color: 5947620.

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

Color convert

RGB22819290-
CMYK00.160.610.11
HSL44.35º71.88%62.35%-
HSV(B)44.35º60.53%89.41%-
XYZ52.6954.9317.5-
YUV191.1470.93154.29-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 44.71%
GREEN value IS 192 (75.39% from 255) = 37.65%
BLUE value IS 90 (35.55% from 255) = 17.65%
R=44.71%
G=37.65%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.61
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281929000.160.610.1144.3571.8862.35
HexE4C05A0103DB2c483e
Octal34430013202075135411076
Binary1110010011000000101101001000011110110111011001001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4C05A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4C05A; }

 p { color: rgb(228,192,90); }

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

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

 a { background-color: rgb(228,192,90); }

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

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

 span { border-color: rgb(228,192,90); }

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