Html Css Color HEX #E8AD28 Gold Tips

📋 copy color: '#E8AD28'

red 232 ◦ green 173 ◦ blue 40

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

Shades of Gold Tips #E8AD28

Tints of Gold Tips #E8AD28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.99%

R = 52.13%
G = 38.88%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.09

RGB Variations

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

Color information

#E8AD28 (or 0xE8AD28) is known color: Gold Tips. HEX triplet: E8, AD and 28. RGB value is (232,173,40). Sum of RGB (Red+Green+Blue) = 232+173+40=445 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.13% from 445); Green value is 173 (67.97% from 255 or 38.88% from 445); Blue value is 40 (16.02% from 255 or 8.99% from 445); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AD28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8AD28 is #1752D7. Grayscale: #B0B0B0. Windows color (decimal): -1528536 or 2665960. OLE color: 2665960.

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

Color convert

RGB 232 173 40 -
CMYK 0 0.25 0.83 0.09
HSL 41.56º 0.81% 0.53% -
HSV(B) 41.56º 0.83% 0.91% -
XYZ 48.61 47.2 8.56 -
YUV 175.48 51.55 168.31 -
System Red Green Blue C M Y K H S L
Decimal 232 173 40 0 0.25 0.83 0.09 41.56 0.81 0.53
Hex E8 AD 28 0 19 53 9 2A 51 35
Octal 350 255 50 0 31 123 11 52 121 65
Binary 11101000 10101101 101000 0 11001 1010011 1001 101010 1010001 110101

Color Harmonies of #E8AD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8AD28

Black with #E8AD28

Text Example


Text Example

White with #E8AD28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8AD28; }

 p { color: rgb(232,173,40); }

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

background-color css

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

 a { background-color: rgb(232,173,40); }

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

border-color css

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

 span { border-color: rgb(232,173,40); }

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