Html Css Color HEX #E8AC2F Gold Tips

📋 copy color: '#E8AC2F'

red 232 ◦ green 172 ◦ blue 47

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

Shades of Gold Tips #E8AC2F

Tints of Gold Tips #E8AC2F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.14%

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

R = 51.44%
G = 38.14%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#E8AC2F (or 0xE8AC2F) is known color: Gold Tips. HEX triplet: E8, AC and 2F. RGB value is (232,172,47). Sum of RGB (Red+Green+Blue) = 232+172+47=451 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.44% from 451); Green value is 172 (67.58% from 255 or 38.14% from 451); Blue value is 47 (18.75% from 255 or 10.42% from 451); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AC2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8AC2F is #1753D0. Grayscale: #B0B0B0. Windows color (decimal): -1528785 or 3124456. OLE color: 3124456.

HSL color Cylindrical-coordinate representation of color #E8AC2F: hue angle of 40.54º 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 #E8AC2F is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 172 47 -
CMYK 0 0.26 0.80 0.09
HSL 40.54º 0.8% 0.55% -
HSV(B) 40.54º 0.8% 0.91% -
XYZ 48.54 46.87 9.18 -
YUV 175.69 55.38 168.16 -
System Red Green Blue C M Y K H S L
Decimal 232 172 47 0 0.26 0.80 0.09 40.54 0.8 0.55
Hex E8 AC 2F 0 1A 50 9 29 50 37
Octal 350 254 57 0 32 120 11 51 120 67
Binary 11101000 10101100 101111 0 11010 1010000 1001 101001 1010000 110111

Color Harmonies of #E8AC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8AC2F

Black with #E8AC2F

Text Example


Text Example

White with #E8AC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8AC2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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