#E0B02D

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

Shades of Gold Tips #E0B02D

Tints of Gold Tips #E0B02D

Color information

#E0B02D (or 0xE0B02D) is unknown color: approx Gold Tips. HEX triplet: E0, B0 and 2D. RGB value is (224,176,45). Sum of RGB (Red+Green+Blue) = 224+176+45=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 176 (69.14% from 255 or 39.55% from 445); Blue value is 45 (17.97% from 255 or 10.11% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B02D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0B02D is #1F4FD2. Grayscale: #AFAFAF. Windows color (decimal): -2052051 or 2994400. OLE color: 2994400.

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

Color convert

RGB22417645-
CMYK00.210.800.12
HSL43.91º74.27%52.75%-
HSV(B)43.91º79.91%87.84%-
XYZ46.7447.099.11-
YUV175.4254.4162.65-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50.34%
GREEN value IS 176 (69.14% from 255) = 39.55%
BLUE value IS 45 (17.97% from 255) = 10.11%
R=50.34%
G=39.55%
B=10.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.80
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241764500.210.800.1243.9174.2752.75
HexE0B02D01550C2c4a35
Octal34026055025120145411265
Binary1110000010110000101101010101101000011001011001001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B02D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B02D; }

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

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

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

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

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

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

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

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