Html Css Color HEX #E8AF15 Gold Tips

📋 copy color: '#E8AF15'

red 232 ◦ green 175 ◦ blue 21

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

Shades of Gold Tips #E8AF15

Tints of Gold Tips #E8AF15

RGB

 RED value IS 232 (91.02% from 255) = 54.21%

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

 BLUE value IS 21 (8.59% from 255) = 4.91%

R = 54.21%
G = 40.89%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E8AF15 (or 0xE8AF15) is known color: Gold Tips. HEX triplet: E8, AF and 15. RGB value is (232,175,21). Sum of RGB (Red+Green+Blue) = 232+175+21=428 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.21% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 21 (8.59% from 255 or 4.91% from 428); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AF15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8AF15 is #1750EA. Grayscale: #AFAFAF. Windows color (decimal): -1528043 or 1421288. OLE color: 1421288.

HSL color Cylindrical-coordinate representation of color #E8AF15: hue angle of 43.79º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E8AF15 is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 175 21 -
CMYK 0 0.25 0.91 0.09
HSL 43.79º 0.83% 0.5% -
HSV(B) 43.79º 0.91% 0.91% -
XYZ 48.74 47.87 7.38 -
YUV 174.49 41.38 169.02 -
System Red Green Blue C M Y K H S L
Decimal 232 175 21 0 0.25 0.91 0.09 43.79 0.83 0.5
Hex E8 AF 15 0 19 5B 9 2C 53 32
Octal 350 257 25 0 31 133 11 54 123 62
Binary 11101000 10101111 10101 0 11001 1011011 1001 101100 1010011 110010

Color Harmonies of #E8AF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8AF15

Black with #E8AF15

Text Example


Text Example

White with #E8AF15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8AF15; }

 p { color: rgb(232,175,21); }

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

background-color css

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

 a { background-color: rgb(232,175,21); }

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

border-color css

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

 span { border-color: rgb(232,175,21); }

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