#E0B531

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

Shades of Gold Tips #E0B531

Tints of Gold Tips #E0B531

Color information

#E0B531 (or 0xE0B531) is unknown color: approx Gold Tips. HEX triplet: E0, B5 and 31. RGB value is (224,181,49). Sum of RGB (Red+Green+Blue) = 224+181+49=454 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.34% from 454); Green value is 181 (71.09% from 255 or 39.87% from 454); Blue value is 49 (19.53% from 255 or 10.79% from 454); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0B531 is #1F4ACE. Grayscale: #B3B3B3. Windows color (decimal): -2050767 or 3257824. OLE color: 3257824.

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

Color convert

RGB22418149-
CMYK00.190.780.12
HSL45.26º73.84%53.53%-
HSV(B)45.26º78.12%87.84%-
XYZ47.8249.129.87-
YUV178.8154.75160.23-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.34%
GREEN value IS 181 (71.09% from 255) = 39.87%
BLUE value IS 49 (19.53% from 255) = 10.79%
R=49.34%
G=39.87%
B=10.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.78
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241814900.190.780.1245.2673.8453.53
HexE0B5310134EC2d4a36
Octal34026561023116145511266
Binary1110000010110101110001010011100111011001011011001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B531; }

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

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

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

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

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

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

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

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