Html Css Color HEX #E3AD16 Gold Tips

📋 copy color: '#E3AD16'

red 227 ◦ green 173 ◦ blue 22

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

Shades of Gold Tips #E3AD16

Tints of Gold Tips #E3AD16

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41%

 BLUE value IS 22 (8.98% from 255) = 5.21%

R = 53.79%
G = 41%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#E3AD16 (or 0xE3AD16) is known color: Gold Tips. HEX triplet: E3, AD and 16. RGB value is (227,173,22). Sum of RGB (Red+Green+Blue) = 227+173+22=422 (55% of max value = 765). Red value is 227 (89.06% from 255 or 53.79% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 22 (8.98% from 255 or 5.21% from 422); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AD16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3AD16 is #1C52E9. Grayscale: #ACACAC. Windows color (decimal): -1856234 or 1486307. OLE color: 1486307.

HSL color Cylindrical-coordinate representation of color #E3AD16: hue angle of 44.2º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E3AD16 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 173 22 -
CMYK 0 0.24 0.90 0.11
HSL 44.2º 0.82% 0.49% -
HSV(B) 44.2º 0.9% 0.89% -
XYZ 46.77 46.28 7.23 -
YUV 171.93 43.39 167.28 -
System Red Green Blue C M Y K H S L
Decimal 227 173 22 0 0.24 0.90 0.11 44.2 0.82 0.49
Hex E3 AD 16 0 18 5A B 2C 52 31
Octal 343 255 26 0 30 132 13 54 122 61
Binary 11100011 10101101 10110 0 11000 1011010 1011 101100 1010010 110001

Color Harmonies of #E3AD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3AD16

Black with #E3AD16

Text Example


Text Example

White with #E3AD16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3AD16; }

 p { color: rgb(227,173,22); }

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

background-color css

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

 a { background-color: rgb(227,173,22); }

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

border-color css

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

 span { border-color: rgb(227,173,22); }

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