Html Css Color HEX #E7B31F Gold Tips

📋 copy color: '#E7B31F'

red 231 ◦ green 179 ◦ blue 31

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

Shades of Gold Tips #E7B31F

Tints of Gold Tips #E7B31F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.59%

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

R = 52.38%
G = 40.59%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.87

 K value IS 0.09

RGB Variations

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

Color information

#E7B31F (or 0xE7B31F) is known color: Gold Tips. HEX triplet: E7, B3 and 1F. RGB value is (231,179,31). Sum of RGB (Red+Green+Blue) = 231+179+31=441 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.38% from 441); Green value is 179 (70.31% from 255 or 40.59% from 441); Blue value is 31 (12.5% from 255 or 7.03% from 441); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B31F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7B31F is #184CE0. Grayscale: #B2B2B2. Windows color (decimal): -1592545 or 2077671. OLE color: 2077671.

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

Color convert

RGB 231 179 31 -
CMYK 0 0.23 0.87 0.09
HSL 44.4º 0.81% 0.51% -
HSV(B) 44.4º 0.87% 0.91% -
XYZ 49.32 49.33 8.22 -
YUV 177.68 45.23 166.03 -
System Red Green Blue C M Y K H S L
Decimal 231 179 31 0 0.23 0.87 0.09 44.4 0.81 0.51
Hex E7 B3 1F 0 17 57 9 2C 51 33
Octal 347 263 37 0 27 127 11 54 121 63
Binary 11100111 10110011 11111 0 10111 1010111 1001 101100 1010001 110011

Color Harmonies of #E7B31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7B31F

Black with #E7B31F

Text Example


Text Example

White with #E7B31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7B31F; }

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

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

background-color css

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

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

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

border-color css

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

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

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