Html Css Color HEX #E7B01E Gold Tips

📋 copy color: '#E7B01E'

red 231 ◦ green 176 ◦ blue 30

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

Shades of Gold Tips #E7B01E

Tints of Gold Tips #E7B01E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.27%

 BLUE value IS 30 (12.11% from 255) = 6.86%

R = 52.86%
G = 40.27%
B = 6.86%

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

#E7B01E (or 0xE7B01E) is known color: Gold Tips. HEX triplet: E7, B0 and 1E. RGB value is (231,176,30). Sum of RGB (Red+Green+Blue) = 231+176+30=437 (57% of max value = 765). Red value is 231 (90.62% from 255 or 52.86% from 437); Green value is 176 (69.14% from 255 or 40.27% from 437); Blue value is 30 (12.11% from 255 or 6.86% from 437); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B01E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7B01E is #184FE1. Grayscale: #B0B0B0. Windows color (decimal): -1593314 or 2011367. OLE color: 2011367.

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

Color convert

RGB 231 176 30 -
CMYK 0 0.24 0.87 0.09
HSL 43.58º 0.81% 0.51% -
HSV(B) 43.58º 0.87% 0.91% -
XYZ 48.71 48.13 7.95 -
YUV 175.8 45.72 167.37 -
System Red Green Blue C M Y K H S L
Decimal 231 176 30 0 0.24 0.87 0.09 43.58 0.81 0.51
Hex E7 B0 1E 0 18 57 9 2C 51 33
Octal 347 260 36 0 30 127 11 54 121 63
Binary 11100111 10110000 11110 0 11000 1010111 1001 101100 1010001 110011

Color Harmonies of #E7B01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7B01E

Black with #E7B01E

Text Example


Text Example

White with #E7B01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7B01E; }

 p { color: rgb(231,176,30); }

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

background-color css

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

 a { background-color: rgb(231,176,30); }

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

border-color css

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

 span { border-color: rgb(231,176,30); }

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