#E0B928

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

Shades of Gold Tips #E0B928

Tints of Gold Tips #E0B928

Color information

#E0B928 (or 0xE0B928) is unknown color: approx Gold Tips. HEX triplet: E0, B9 and 28. RGB value is (224,185,40). Sum of RGB (Red+Green+Blue) = 224+185+40=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 185 (72.66% from 255 or 41.20% from 449); Blue value is 40 (16.02% from 255 or 8.91% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B928 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0B928 is #1F46D7. Grayscale: #B4B4B4. Windows color (decimal): -2049752 or 2669024. OLE color: 2669024.

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

Color convert

RGB22418540-
CMYK00.170.820.12
HSL47.28º74.8%51.76%-
HSV(B)47.28º82.14%87.84%-
XYZ48.4750.79.24-
YUV180.1348.92159.29-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.89%
GREEN value IS 185 (72.66% from 255) = 41.20%
BLUE value IS 40 (16.02% from 255) = 8.91%
R=49.89%
G=41.20%
B=8.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.82
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241854000.170.820.1247.2874.851.76
HexE0B92801152C2f4b34
Octal34027150021122145711364
Binary1110000010111001101000010001101001011001011111001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B928; }

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

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

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

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

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

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

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

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