Html Css Color HEX #E7AF1F Gold Tips

📋 copy color: '#E7AF1F'

red 231 ◦ green 175 ◦ blue 31

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

Shades of Gold Tips #E7AF1F

Tints of Gold Tips #E7AF1F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.05%

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

R = 52.86%
G = 40.05%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.87

 K value IS 0.09

RGB Variations

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

Color information

#E7AF1F (or 0xE7AF1F) is known color: Gold Tips. HEX triplet: E7, AF and 1F. RGB value is (231,175,31). Sum of RGB (Red+Green+Blue) = 231+175+31=437 (57% of max value = 765). Red value is 231 (90.62% from 255 or 52.86% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 31 (12.5% from 255 or 7.09% from 437); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AF1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7AF1F is #1850E0. Grayscale: #AFAFAF. Windows color (decimal): -1593569 or 2076647. OLE color: 2076647.

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

Color convert

RGB 231 175 31 -
CMYK 0 0.24 0.87 0.09
HSL 43.2º 0.81% 0.51% -
HSV(B) 43.2º 0.87% 0.91% -
XYZ 48.53 47.75 7.95 -
YUV 175.33 46.55 167.71 -
System Red Green Blue C M Y K H S L
Decimal 231 175 31 0 0.24 0.87 0.09 43.2 0.81 0.51
Hex E7 AF 1F 0 18 57 9 2B 51 33
Octal 347 257 37 0 30 127 11 53 121 63
Binary 11100111 10101111 11111 0 11000 1010111 1001 101011 1010001 110011

Color Harmonies of #E7AF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7AF1F

Black with #E7AF1F

Text Example


Text Example

White with #E7AF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7AF1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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