#E2BE47

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

Shades of Cream Can #E2BE47

Tints of Cream Can #E2BE47

Color information

#E2BE47 (or 0xE2BE47) is unknown color: approx Cream Can. HEX triplet: E2, BE and 47. RGB value is (226,190,71). Sum of RGB (Red+Green+Blue) = 226+190+71=487 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.41% from 487); Green value is 190 (74.61% from 255 or 39.01% from 487); Blue value is 71 (28.12% from 255 or 14.58% from 487); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BE47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2BE47 is #1D41B8. Grayscale: #BBBBBB. Windows color (decimal): -1917369 or 4701922. OLE color: 4701922.

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

Color convert

RGB22619071-
CMYK00.160.690.11
HSL46.06º72.77%58.24%-
HSV(B)46.06º68.58%88.63%-
XYZ50.9153.4513.59-
YUV187.262.43155.68-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.41%
GREEN value IS 190 (74.61% from 255) = 39.01%
BLUE value IS 71 (28.12% from 255) = 14.58%
R=46.41%
G=39.01%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.69
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261907100.160.690.1146.0672.7758.24
HexE2BE4701045B2e493a
Octal342276107020105135611172
Binary11100010101111101000111010000100010110111011101001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BE47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BE47; }

 p { color: rgb(226,190,71); }

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

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

 a { background-color: rgb(226,190,71); }

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

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

 span { border-color: rgb(226,190,71); }

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