Html Css Color HEX #E7B120 Gold Tips

📋 copy color: '#E7B120'

red 231 ◦ green 177 ◦ blue 32

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

Shades of Gold Tips #E7B120

Tints of Gold Tips #E7B120

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.23%

 BLUE value IS 32 (12.89% from 255) = 7.27%

R = 52.5%
G = 40.23%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#E7B120 (or 0xE7B120) is known color: Gold Tips. HEX triplet: E7, B1 and 20. RGB value is (231,177,32). Sum of RGB (Red+Green+Blue) = 231+177+32=440 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.5% from 440); Green value is 177 (69.53% from 255 or 40.23% from 440); Blue value is 32 (12.89% from 255 or 7.27% from 440); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B120 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7B120 is #184EDF. Grayscale: #B1B1B1. Windows color (decimal): -1593056 or 2142695. OLE color: 2142695.

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

Color convert

RGB 231 177 32 -
CMYK 0 0.23 0.86 0.09
HSL 43.72º 0.81% 0.52% -
HSV(B) 43.72º 0.86% 0.91% -
XYZ 48.94 48.54 8.16 -
YUV 176.62 46.39 166.79 -
System Red Green Blue C M Y K H S L
Decimal 231 177 32 0 0.23 0.86 0.09 43.72 0.81 0.52
Hex E7 B1 20 0 17 56 9 2C 51 34
Octal 347 261 40 0 27 126 11 54 121 64
Binary 11100111 10110001 100000 0 10111 1010110 1001 101100 1010001 110100

Color Harmonies of #E7B120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7B120

Black with #E7B120

Text Example


Text Example

White with #E7B120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7B120; }

 p { color: rgb(231,177,32); }

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

background-color css

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

 a { background-color: rgb(231,177,32); }

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

border-color css

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

 span { border-color: rgb(231,177,32); }

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