Html Css Color HEX #E0AF18 Gold Tips

📋 copy color: '#E0AF18'

red 224 ◦ green 175 ◦ blue 24

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

Shades of Gold Tips #E0AF18

Tints of Gold Tips #E0AF18

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.37%

 BLUE value IS 24 (9.77% from 255) = 5.67%

R = 52.96%
G = 41.37%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#E0AF18 (or 0xE0AF18) is known color: Gold Tips. HEX triplet: E0, AF and 18. RGB value is (224,175,24). Sum of RGB (Red+Green+Blue) = 224+175+24=423 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.96% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 24 (9.77% from 255 or 5.67% from 423); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AF18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0AF18 is #1F50E7. Grayscale: #ADADAD. Windows color (decimal): -2052328 or 1617888. OLE color: 1617888.

HSL color Cylindrical-coordinate representation of color #E0AF18: hue angle of 45.3º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E0AF18 is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 175 24 -
CMYK 0 0.22 0.89 0.12
HSL 45.3º 0.81% 0.49% -
HSV(B) 45.3º 0.89% 0.88% -
XYZ 46.24 46.57 7.42 -
YUV 172.44 44.23 164.78 -
System Red Green Blue C M Y K H S L
Decimal 224 175 24 0 0.22 0.89 0.12 45.3 0.81 0.49
Hex E0 AF 18 0 16 59 C 2D 51 31
Octal 340 257 30 0 26 131 14 55 121 61
Binary 11100000 10101111 11000 0 10110 1011001 1100 101101 1010001 110001

Color Harmonies of #E0AF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AF18

Black with #E0AF18

Text Example


Text Example

White with #E0AF18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AF18; }

 p { color: rgb(224,175,24); }

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

background-color css

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

 a { background-color: rgb(224,175,24); }

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

border-color css

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

 span { border-color: rgb(224,175,24); }

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