Html Css Color HEX #E3AF13 Gold Tips

📋 copy color: '#E3AF13'

red 227 ◦ green 175 ◦ blue 19

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

Shades of Gold Tips #E3AF13

Tints of Gold Tips #E3AF13

RGB

 RED value IS 227 (89.06% from 255) = 53.92%

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

 BLUE value IS 19 (7.81% from 255) = 4.51%

R = 53.92%
G = 41.57%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#E3AF13 (or 0xE3AF13) is known color: Gold Tips. HEX triplet: E3, AF and 13. RGB value is (227,175,19). Sum of RGB (Red+Green+Blue) = 227+175+19=421 (55% of max value = 765). Red value is 227 (89.06% from 255 or 53.92% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 19 (7.81% from 255 or 4.51% from 421); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AF13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3AF13 is #1C50EC. Grayscale: #ADADAD. Windows color (decimal): -1855725 or 1290211. OLE color: 1290211.

HSL color Cylindrical-coordinate representation of color #E3AF13: hue angle of 45º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E3AF13 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 175 19 -
CMYK 0 0.23 0.92 0.11
HSL 45º 0.85% 0.48% -
HSV(B) 45º 0.92% 0.89% -
XYZ 47.13 47.04 7.21 -
YUV 172.76 41.23 166.68 -
System Red Green Blue C M Y K H S L
Decimal 227 175 19 0 0.23 0.92 0.11 45 0.85 0.48
Hex E3 AF 13 0 17 5C B 2D 55 30
Octal 343 257 23 0 27 134 13 55 125 60
Binary 11100011 10101111 10011 0 10111 1011100 1011 101101 1010101 110000

Color Harmonies of #E3AF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3AF13

Black with #E3AF13

Text Example


Text Example

White with #E3AF13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3AF13; }

 p { color: rgb(227,175,19); }

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

background-color css

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

 a { background-color: rgb(227,175,19); }

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

border-color css

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

 span { border-color: rgb(227,175,19); }

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