#e0b51f

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

Shades of Gold Tips #E0B51F

Tints of Gold Tips #E0B51F

Color information

#E0B51F (or 0xE0B51F) is unknown color: approx Gold Tips. HEX triplet: E0, B5 and 1F. RGB value is (224,181,31). Sum of RGB (Red+Green+Blue) = 224+181+31=436 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.38% from 436); Green value is 181 (71.09% from 255 or 41.51% from 436); Blue value is 31 (12.5% from 255 or 7.11% from 436); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B51F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0B51F is #1F4AE0. Grayscale: #B1B1B1. Windows color (decimal): -2050785 or 2078176. OLE color: 2078176.

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

Color convert

RGB22418131-
CMYK00.190.860.12
HSL46.63º75.69%50%-
HSV(B)46.63º86.16%87.84%-
XYZ47.5148.998.25-
YUV176.7645.75161.7-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 51.38%
GREEN value IS 181 (71.09% from 255) = 41.51%
BLUE value IS 31 (12.5% from 255) = 7.11%
R=51.38%
G=41.51%
B=7.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.86
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241813100.190.860.1246.6375.6950
HexE0B51F01356C2f4c32
Octal34026537023126145711462
Binary111000001011010111111010011101011011001011111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0b51f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0b51f; }

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

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

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

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

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

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

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

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