#E0B52D

Color #E0B52D Gold Tips (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gold Tips #E0B52D

Tints of Gold Tips #E0B52D

Color information

#E0B52D (or 0xE0B52D) is unknown color: approx Gold Tips. HEX triplet: E0, B5 and 2D. RGB value is (224,181,45). Sum of RGB (Red+Green+Blue) = 224+181+45=450 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.78% from 450); Green value is 181 (71.09% from 255 or 40.22% from 450); Blue value is 45 (17.97% from 255 or 10% from 450); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0B52D is #1F4AD2. Grayscale: #B2B2B2. Windows color (decimal): -2050771 or 2995680. OLE color: 2995680.

HSL color Cylindrical-coordinate representation of color #E0B52D: hue angle of 45.59º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E0B52D is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB22418145-
CMYK00.190.800.12
HSL45.59º74.27%52.75%-
HSV(B)45.59º79.91%87.84%-
XYZ47.7449.089.44-
YUV178.3552.75160.56-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.78%
GREEN value IS 181 (71.09% from 255) = 40.22%
BLUE value IS 45 (17.97% from 255) = 10%
R=49.78%
G=40.22%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.80
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241814500.190.800.1245.5974.2752.75
HexE0B52D01350C2e4a35
Octal34026555023120145611265
Binary1110000010110101101101010011101000011001011101001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B52D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B52D; }

 p { color: rgb(224,181,45); }

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

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

 a { background-color: rgb(224,181,45); }

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

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

 span { border-color: rgb(224,181,45); }

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