Html Css Color HEX #E0AB2C Gold Tips

📋 copy color: '#E0AB2C'

red 224 ◦ green 171 ◦ blue 44

#E0AB2C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gold Tips #E0AB2C

Tints of Gold Tips #E0AB2C

RGB

 RED value IS 224 (87.89% from 255) = 51.03%

 GREEN value IS 171 (67.19% from 255) = 38.95%

 BLUE value IS 44 (17.58% from 255) = 10.02%

R = 51.03%
G = 38.95%
B = 10.02%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E0AB2C (or 0xE0AB2C) is known color: Gold Tips. HEX triplet: E0, AB and 2C. RGB value is (224,171,44). Sum of RGB (Red+Green+Blue) = 224+171+44=439 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.03% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 44 (17.58% from 255 or 10.02% from 439); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AB2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0AB2C is #1F54D3. Grayscale: #ACACAC. Windows color (decimal): -2053332 or 2927584. OLE color: 2927584.

HSL color Cylindrical-coordinate representation of color #E0AB2C: hue angle of 42.33º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E0AB2C is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 171 44 -
CMYK 0 0.24 0.80 0.12
HSL 42.33º 0.74% 0.53% -
HSV(B) 42.33º 0.8% 0.88% -
XYZ 45.76 45.15 8.69 -
YUV 172.37 55.56 164.83 -
System Red Green Blue C M Y K H S L
Decimal 224 171 44 0 0.24 0.80 0.12 42.33 0.74 0.53
Hex E0 AB 2C 0 18 50 C 2A 4A 35
Octal 340 253 54 0 30 120 14 52 112 65
Binary 11100000 10101011 101100 0 11000 1010000 1100 101010 1001010 110101

Color Harmonies of #E0AB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AB2C

Black with #E0AB2C

Text Example


Text Example

White with #E0AB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AB2C; }

 p { color: rgb(224,171,44); }

 H1.HeaderClassName
 {
   color: #E0AB2C;
 }
 .AnyTagClassName
 {
   color: #E0AB2C;
 }
</style>

background-color css

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

 a { background-color: rgb(224,171,44); }

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

border-color css

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

 span { border-color: rgb(224,171,44); }

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