#E0B925

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

Shades of Gold Tips #E0B925

Tints of Gold Tips #E0B925

Color information

#E0B925 (or 0xE0B925) is unknown color: approx Gold Tips. HEX triplet: E0, B9 and 25. RGB value is (224,185,37). Sum of RGB (Red+Green+Blue) = 224+185+37=446 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.22% from 446); Green value is 185 (72.66% from 255 or 41.48% from 446); Blue value is 37 (14.84% from 255 or 8.30% from 446); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B925 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0B925 is #1F46DA. Grayscale: #B4B4B4. Windows color (decimal): -2049755 or 2472416. OLE color: 2472416.

HSL color Cylindrical-coordinate representation of color #E0B925: hue angle of 47.49º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E0B925 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.12.

Color convert

RGB22418537-
CMYK00.170.830.12
HSL47.49º75.1%51.18%-
HSV(B)47.49º83.48%87.84%-
XYZ48.4250.688.98-
YUV179.7947.42159.53-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50.22%
GREEN value IS 185 (72.66% from 255) = 41.48%
BLUE value IS 37 (14.84% from 255) = 8.30%
R=50.22%
G=41.48%
B=8.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.83
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241853700.170.830.1247.4975.151.18
HexE0B92501153C2f4b33
Octal34027145021123145711363
Binary1110000010111001100101010001101001111001011111001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B925; }

 p { color: rgb(224,185,37); }

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

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

 a { background-color: rgb(224,185,37); }

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

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

 span { border-color: rgb(224,185,37); }

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