#e2bf50

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

Shades of Cream Can #E2BF50

Tints of Cream Can #E2BF50

Color information

#E2BF50 (or 0xE2BF50) is unknown color: approx Cream Can. HEX triplet: E2, BF and 50. RGB value is (226,191,80). Sum of RGB (Red+Green+Blue) = 226+191+80=497 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.47% from 497); Green value is 191 (75% from 255 or 38.43% from 497); Blue value is 80 (31.64% from 255 or 16.10% from 497); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BF50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BF50 is #1D40AF. Grayscale: #BDBDBD. Windows color (decimal): -1917104 or 5292002. OLE color: 5292002.

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

Color convert

RGB22619180-
CMYK00.150.650.11
HSL45.62º71.57%60%-
HSV(B)45.62º64.6%88.63%-
XYZ51.4454.0115.3-
YUV188.8166.6154.53-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.47%
GREEN value IS 191 (75% from 255) = 38.43%
BLUE value IS 80 (31.64% from 255) = 16.10%
R=45.47%
G=38.43%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.65
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261918000.150.650.1145.6271.5760
HexE2BF500F41B2e483c
Octal342277120017101135611074
Binary1110001010111111101000001111100000110111011101001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2bf50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2bf50; }

 p { color: rgb(226,191,80); }

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

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

 a { background-color: rgb(226,191,80); }

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

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

 span { border-color: rgb(226,191,80); }

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