Html Css Color HEX #E8AD25 Gold Tips

📋 copy color: '#E8AD25'

red 232 ◦ green 173 ◦ blue 37

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

Shades of Gold Tips #E8AD25

Tints of Gold Tips #E8AD25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.37%

R = 52.49%
G = 39.14%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.09

RGB Variations

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

Color information

#E8AD25 (or 0xE8AD25) is known color: Gold Tips. HEX triplet: E8, AD and 25. RGB value is (232,173,37). Sum of RGB (Red+Green+Blue) = 232+173+37=442 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.49% from 442); Green value is 173 (67.97% from 255 or 39.14% from 442); Blue value is 37 (14.84% from 255 or 8.37% from 442); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AD25 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8AD25 is #1752DA. Grayscale: #AFAFAF. Windows color (decimal): -1528539 or 2469352. OLE color: 2469352.

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

Color convert

RGB 232 173 37 -
CMYK 0 0.25 0.84 0.09
HSL 41.85º 0.81% 0.53% -
HSV(B) 41.85º 0.84% 0.91% -
XYZ 48.56 47.18 8.3 -
YUV 175.14 50.05 168.56 -
System Red Green Blue C M Y K H S L
Decimal 232 173 37 0 0.25 0.84 0.09 41.85 0.81 0.53
Hex E8 AD 25 0 19 54 9 2A 51 35
Octal 350 255 45 0 31 124 11 52 121 65
Binary 11101000 10101101 100101 0 11001 1010100 1001 101010 1010001 110101

Color Harmonies of #E8AD25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8AD25

Black with #E8AD25

Text Example


Text Example

White with #E8AD25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8AD25; }

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

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

background-color css

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

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

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

border-color css

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

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

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