Html Css Color HEX #E7AD1F Gold Tips

📋 copy color: '#E7AD1F'

red 231 ◦ green 173 ◦ blue 31

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

Shades of Gold Tips #E7AD1F

Tints of Gold Tips #E7AD1F

RGB

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

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

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

R = 53.1%
G = 39.77%
B = 7.13%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.87

 K value IS 0.09

RGB Variations

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

Color information

#E7AD1F (or 0xE7AD1F) is known color: Gold Tips. HEX triplet: E7, AD and 1F. RGB value is (231,173,31). Sum of RGB (Red+Green+Blue) = 231+173+31=435 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.10% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 31 (12.5% from 255 or 7.13% from 435); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AD1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7AD1F is #1852E0. Grayscale: #AEAEAE. Windows color (decimal): -1594081 or 2076135. OLE color: 2076135.

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

Color convert

RGB 231 173 31 -
CMYK 0 0.25 0.87 0.09
HSL 42.6º 0.81% 0.51% -
HSV(B) 42.6º 0.87% 0.91% -
XYZ 48.15 46.97 7.83 -
YUV 174.15 47.22 168.55 -
System Red Green Blue C M Y K H S L
Decimal 231 173 31 0 0.25 0.87 0.09 42.6 0.81 0.51
Hex E7 AD 1F 0 19 57 9 2B 51 33
Octal 347 255 37 0 31 127 11 53 121 63
Binary 11100111 10101101 11111 0 11001 1010111 1001 101011 1010001 110011

Color Harmonies of #E7AD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7AD1F

Black with #E7AD1F

Text Example


Text Example

White with #E7AD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7AD1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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