#e3bd45

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

Shades of Cream Can #E3BD45

Tints of Cream Can #E3BD45

Color information

#E3BD45 (or 0xE3BD45) is unknown color: approx Cream Can. HEX triplet: E3, BD and 45. RGB value is (227,189,69). Sum of RGB (Red+Green+Blue) = 227+189+69=485 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.80% from 485); Green value is 189 (74.22% from 255 or 38.97% from 485); Blue value is 69 (27.34% from 255 or 14.23% from 485); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BD45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3BD45 is #1C42BA. Grayscale: #BBBBBB. Windows color (decimal): -1852091 or 4570595. OLE color: 4570595.

HSL color Cylindrical-coordinate representation of color #E3BD45: hue angle of 45.57º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E3BD45 is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.11.

Color convert

RGB22718969-
CMYK00.170.700.11
HSL45.57º73.83%58.04%-
HSV(B)45.57º69.6%89.02%-
XYZ50.9553.1613.2-
YUV186.6861.59156.76-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 46.80%
GREEN value IS 189 (74.22% from 255) = 38.97%
BLUE value IS 69 (27.34% from 255) = 14.23%
R=46.80%
G=38.97%
B=14.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.70
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271896900.170.700.1145.5773.8358.04
HexE3BD4501146B2e4a3a
Octal343275105021106135611272
Binary11100011101111011000101010001100011010111011101001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e3bd45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e3bd45; }

 p { color: rgb(227,189,69); }

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

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

 a { background-color: rgb(227,189,69); }

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

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

 span { border-color: rgb(227,189,69); }

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