Html Css Color HEX #E7B71A Gold Tips

📋 copy color: '#E7B71A'

red 231 ◦ green 183 ◦ blue 26

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

Shades of Gold Tips #E7B71A

Tints of Gold Tips #E7B71A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.59%

 BLUE value IS 26 (10.55% from 255) = 5.91%

R = 52.5%
G = 41.59%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.09

RGB Variations

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

Color information

#E7B71A (or 0xE7B71A) is known color: Gold Tips. HEX triplet: E7, B7 and 1A. RGB value is (231,183,26). Sum of RGB (Red+Green+Blue) = 231+183+26=440 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.5% from 440); Green value is 183 (71.88% from 255 or 41.59% from 440); Blue value is 26 (10.55% from 255 or 5.91% from 440); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B71A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7B71A is #1848E5. Grayscale: #B4B4B4. Windows color (decimal): -1591526 or 1751015. OLE color: 1751015.

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

Color convert

RGB 231 183 26 -
CMYK 0 0.21 0.89 0.09
HSL 45.95º 0.81% 0.5% -
HSV(B) 45.95º 0.89% 0.91% -
XYZ 50.07 50.93 8.17 -
YUV 179.45 41.4 164.77 -
System Red Green Blue C M Y K H S L
Decimal 231 183 26 0 0.21 0.89 0.09 45.95 0.81 0.5
Hex E7 B7 1A 0 15 59 9 2E 51 32
Octal 347 267 32 0 25 131 11 56 121 62
Binary 11100111 10110111 11010 0 10101 1011001 1001 101110 1010001 110010

Color Harmonies of #E7B71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7B71A

Black with #E7B71A

Text Example


Text Example

White with #E7B71A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7B71A; }

 p { color: rgb(231,183,26); }

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

background-color css

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

 a { background-color: rgb(231,183,26); }

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

border-color css

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

 span { border-color: rgb(231,183,26); }

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