Html Css Color HEX #E4AD20 Gold Tips

📋 copy color: '#E4AD20'

red 228 ◦ green 173 ◦ blue 32

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

Shades of Gold Tips #E4AD20

Tints of Gold Tips #E4AD20

RGB

 RED value IS 228 (89.45% from 255) = 52.66%

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

 BLUE value IS 32 (12.89% from 255) = 7.39%

R = 52.66%
G = 39.95%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E4AD20 (or 0xE4AD20) is known color: Gold Tips. HEX triplet: E4, AD and 20. RGB value is (228,173,32). Sum of RGB (Red+Green+Blue) = 228+173+32=433 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.66% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 32 (12.89% from 255 or 7.39% from 433); Max value from RGB is 228 - color contains mainly: red. Hex color #E4AD20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E4AD20 is #1B52DF. Grayscale: #ADADAD. Windows color (decimal): -1790688 or 2141668. OLE color: 2141668.

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

Color convert

RGB 228 173 32 -
CMYK 0 0.24 0.86 0.11
HSL 43.16º 0.78% 0.51% -
HSV(B) 43.16º 0.86% 0.89% -
XYZ 47.2 46.49 7.85 -
YUV 173.37 48.22 166.96 -
System Red Green Blue C M Y K H S L
Decimal 228 173 32 0 0.24 0.86 0.11 43.16 0.78 0.51
Hex E4 AD 20 0 18 56 B 2B 4E 33
Octal 344 255 40 0 30 126 13 53 116 63
Binary 11100100 10101101 100000 0 11000 1010110 1011 101011 1001110 110011

Color Harmonies of #E4AD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4AD20

Black with #E4AD20

Text Example


Text Example

White with #E4AD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4AD20; }

 p { color: rgb(228,173,32); }

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

background-color css

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

 a { background-color: rgb(228,173,32); }

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

border-color css

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

 span { border-color: rgb(228,173,32); }

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