Html Css Color HEX #E3AD15 Gold Tips

📋 copy color: '#E3AD15'

red 227 ◦ green 173 ◦ blue 21

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

Shades of Gold Tips #E3AD15

Tints of Gold Tips #E3AD15

RGB

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

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

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

R = 53.92%
G = 41.09%
B = 4.99%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E3AD15 (or 0xE3AD15) is known color: Gold Tips. HEX triplet: E3, AD and 15. RGB value is (227,173,21). Sum of RGB (Red+Green+Blue) = 227+173+21=421 (55% of max value = 765). Red value is 227 (89.06% from 255 or 53.92% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 21 (8.59% from 255 or 4.99% from 421); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AD15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3AD15 is #1C52EA. Grayscale: #ACACAC. Windows color (decimal): -1856235 or 1420771. OLE color: 1420771.

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

Color convert

RGB 227 173 21 -
CMYK 0 0.24 0.91 0.11
HSL 44.27º 0.83% 0.49% -
HSV(B) 44.27º 0.91% 0.89% -
XYZ 46.76 46.27 7.18 -
YUV 171.82 42.89 167.36 -
System Red Green Blue C M Y K H S L
Decimal 227 173 21 0 0.24 0.91 0.11 44.27 0.83 0.49
Hex E3 AD 15 0 18 5B B 2C 53 31
Octal 343 255 25 0 30 133 13 54 123 61
Binary 11100011 10101101 10101 0 11000 1011011 1011 101100 1010011 110001

Color Harmonies of #E3AD15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3AD15

Black with #E3AD15

Text Example


Text Example

White with #E3AD15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3AD15; }

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

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

background-color css

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

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

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

border-color css

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

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

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