Html Css Color HEX #E7AC1F Gold Tips

📋 copy color: '#E7AC1F'

red 231 ◦ green 172 ◦ blue 31

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

Shades of Gold Tips #E7AC1F

Tints of Gold Tips #E7AC1F

RGB

 RED value IS 231 (90.63% from 255) = 53.23%

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

 BLUE value IS 31 (12.5% from 255) = 7.14%

R = 53.23%
G = 39.63%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.87

 K value IS 0.09

RGB Variations

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

Color information

#E7AC1F (or 0xE7AC1F) is known color: Gold Tips. HEX triplet: E7, AC and 1F. RGB value is (231,172,31). Sum of RGB (Red+Green+Blue) = 231+172+31=434 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.23% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 31 (12.5% from 255 or 7.14% from 434); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AC1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7AC1F is #1853E0. Grayscale: #AEAEAE. Windows color (decimal): -1594337 or 2075879. OLE color: 2075879.

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

Color convert

RGB 231 172 31 -
CMYK 0 0.26 0.87 0.09
HSL 42.3º 0.81% 0.51% -
HSV(B) 42.3º 0.87% 0.91% -
XYZ 47.95 46.59 7.76 -
YUV 173.57 47.55 168.96 -
System Red Green Blue C M Y K H S L
Decimal 231 172 31 0 0.26 0.87 0.09 42.3 0.81 0.51
Hex E7 AC 1F 0 1A 57 9 2A 51 33
Octal 347 254 37 0 32 127 11 52 121 63
Binary 11100111 10101100 11111 0 11010 1010111 1001 101010 1010001 110011

Color Harmonies of #E7AC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7AC1F

Black with #E7AC1F

Text Example


Text Example

White with #E7AC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7AC1F; }

 p { color: rgb(231,172,31); }

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

background-color css

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

 a { background-color: rgb(231,172,31); }

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

border-color css

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

 span { border-color: rgb(231,172,31); }

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