#E0B62D

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

Shades of Gold Tips #E0B62D

Tints of Gold Tips #E0B62D

Color information

#E0B62D (or 0xE0B62D) is unknown color: approx Gold Tips. HEX triplet: E0, B6 and 2D. RGB value is (224,182,45). Sum of RGB (Red+Green+Blue) = 224+182+45=451 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.67% from 451); Green value is 182 (71.48% from 255 or 40.35% from 451); Blue value is 45 (17.97% from 255 or 9.98% from 451); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B62D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0B62D is #1F49D2. Grayscale: #B3B3B3. Windows color (decimal): -2050515 or 2995936. OLE color: 2995936.

HSL color Cylindrical-coordinate representation of color #E0B62D: hue angle of 45.92º 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 #E0B62D is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB22418245-
CMYK00.190.800.12
HSL45.92º74.27%52.75%-
HSV(B)45.92º79.91%87.84%-
XYZ47.9449.499.51-
YUV178.9452.41160.14-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.67%
GREEN value IS 182 (71.48% from 255) = 40.35%
BLUE value IS 45 (17.97% from 255) = 9.98%
R=49.67%
G=40.35%
B=9.98%

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
Decimal2241824500.190.800.1245.9274.2752.75
HexE0B62D01350C2e4a35
Octal34026655023120145611265
Binary1110000010110110101101010011101000011001011101001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B62D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B62D; }

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

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

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

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

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

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

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

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