Html Css Color HEX #E0AB2D Gold Tips

📋 copy color: '#E0AB2D'

red 224 ◦ green 171 ◦ blue 45

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

Shades of Gold Tips #E0AB2D

Tints of Gold Tips #E0AB2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.23%

R = 50.91%
G = 38.86%
B = 10.23%

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

#E0AB2D (or 0xE0AB2D) is known color: Gold Tips. HEX triplet: E0, AB and 2D. RGB value is (224,171,45). Sum of RGB (Red+Green+Blue) = 224+171+45=440 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.91% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 45 (17.97% from 255 or 10.23% from 440); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AB2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0AB2D is #1F54D2. Grayscale: #ADADAD. Windows color (decimal): -2053331 or 2993120. OLE color: 2993120.

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

Color convert

RGB 224 171 45 -
CMYK 0 0.24 0.80 0.12
HSL 42.23º 0.74% 0.53% -
HSV(B) 42.23º 0.8% 0.88% -
XYZ 45.78 45.16 8.79 -
YUV 172.48 56.06 164.75 -
System Red Green Blue C M Y K H S L
Decimal 224 171 45 0 0.24 0.80 0.12 42.23 0.74 0.53
Hex E0 AB 2D 0 18 50 C 2A 4A 35
Octal 340 253 55 0 30 120 14 52 112 65
Binary 11100000 10101011 101101 0 11000 1010000 1100 101010 1001010 110101

Color Harmonies of #E0AB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AB2D

Black with #E0AB2D

Text Example


Text Example

White with #E0AB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AB2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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