#E0B431

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

Shades of Gold Tips #E0B431

Tints of Gold Tips #E0B431

Color information

#E0B431 (or 0xE0B431) is unknown color: approx Gold Tips. HEX triplet: E0, B4 and 31. RGB value is (224,180,49). Sum of RGB (Red+Green+Blue) = 224+180+49=453 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.45% from 453); Green value is 180 (70.70% from 255 or 39.74% from 453); Blue value is 49 (19.53% from 255 or 10.82% from 453); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B431 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0B431 is #1F4BCE. Grayscale: #B2B2B2. Windows color (decimal): -2051023 or 3257568. OLE color: 3257568.

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

Color convert

RGB22418049-
CMYK00.200.780.12
HSL44.91º73.84%53.53%-
HSV(B)44.91º78.12%87.84%-
XYZ47.6248.719.8-
YUV178.2255.08160.65-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.45%
GREEN value IS 180 (70.70% from 255) = 39.74%
BLUE value IS 49 (19.53% from 255) = 10.82%
R=49.45%
G=39.74%
B=10.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.78
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241804900.200.780.1244.9173.8453.53
HexE0B4310144EC2d4a36
Octal34026461024116145511266
Binary1110000010110100110001010100100111011001011011001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B431; }

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

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

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

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

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

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

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

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