Html Css Color HEX #E8AD2F Gold Tips

📋 copy color: '#E8AD2F'

red 232 ◦ green 173 ◦ blue 47

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

Shades of Gold Tips #E8AD2F

Tints of Gold Tips #E8AD2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.4%

R = 51.33%
G = 38.27%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#E8AD2F (or 0xE8AD2F) is known color: Gold Tips. HEX triplet: E8, AD and 2F. RGB value is (232,173,47). Sum of RGB (Red+Green+Blue) = 232+173+47=452 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.33% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 47 (18.75% from 255 or 10.40% from 452); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AD2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8AD2F is #1752D0. Grayscale: #B0B0B0. Windows color (decimal): -1528529 or 3124712. OLE color: 3124712.

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

Color convert

RGB 232 173 47 -
CMYK 0 0.25 0.80 0.09
HSL 40.86º 0.8% 0.55% -
HSV(B) 40.86º 0.8% 0.91% -
XYZ 48.74 47.25 9.24 -
YUV 176.28 55.05 167.75 -
System Red Green Blue C M Y K H S L
Decimal 232 173 47 0 0.25 0.80 0.09 40.86 0.8 0.55
Hex E8 AD 2F 0 19 50 9 29 50 37
Octal 350 255 57 0 31 120 11 51 120 67
Binary 11101000 10101101 101111 0 11001 1010000 1001 101001 1010000 110111

Color Harmonies of #E8AD2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8AD2F

Black with #E8AD2F

Text Example


Text Example

White with #E8AD2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8AD2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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