Html Css Color HEX #E7A71F Gold Tips

📋 copy color: '#E7A71F'

red 231 ◦ green 167 ◦ blue 31

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

Shades of Gold Tips #E7A71F

Tints of Gold Tips #E7A71F

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.93%

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

R = 53.85%
G = 38.93%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.09

RGB Variations

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

Color information

#E7A71F (or 0xE7A71F) is known color: Gold Tips. HEX triplet: E7, A7 and 1F. RGB value is (231,167,31). Sum of RGB (Red+Green+Blue) = 231+167+31=429 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.85% from 429); Green value is 167 (65.62% from 255 or 38.93% from 429); Blue value is 31 (12.5% from 255 or 7.23% from 429); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A71F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7A71F is #1858E0. Grayscale: #ABABAB. Windows color (decimal): -1595617 or 2074599. OLE color: 2074599.

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

Color convert

RGB 231 167 31 -
CMYK 0 0.28 0.87 0.09
HSL 40.8º 0.81% 0.51% -
HSV(B) 40.8º 0.87% 0.91% -
XYZ 47.02 44.73 7.45 -
YUV 170.63 49.2 171.06 -
System Red Green Blue C M Y K H S L
Decimal 231 167 31 0 0.28 0.87 0.09 40.8 0.81 0.51
Hex E7 A7 1F 0 1C 57 9 29 51 33
Octal 347 247 37 0 34 127 11 51 121 63
Binary 11100111 10100111 11111 0 11100 1010111 1001 101001 1010001 110011

Color Harmonies of #E7A71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A71F

Black with #E7A71F

Text Example


Text Example

White with #E7A71F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A71F; }

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

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

background-color css

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

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

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

border-color css

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

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

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