Html Css Color HEX #E7B12B Gold Tips

📋 copy color: '#E7B12B'

red 231 ◦ green 177 ◦ blue 43

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

Shades of Gold Tips #E7B12B

Tints of Gold Tips #E7B12B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.53%

R = 51.22%
G = 39.25%
B = 9.53%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E7B12B (or 0xE7B12B) is known color: Gold Tips. HEX triplet: E7, B1 and 2B. RGB value is (231,177,43). Sum of RGB (Red+Green+Blue) = 231+177+43=451 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.22% from 451); Green value is 177 (69.53% from 255 or 39.25% from 451); Blue value is 43 (17.19% from 255 or 9.53% from 451); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B12B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7B12B is #184ED4. Grayscale: #B2B2B2. Windows color (decimal): -1593045 or 2863591. OLE color: 2863591.

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

Color convert

RGB 231 177 43 -
CMYK 0 0.23 0.81 0.09
HSL 42.77º 0.8% 0.54% -
HSV(B) 42.77º 0.81% 0.91% -
XYZ 49.11 48.61 9.08 -
YUV 177.87 51.89 165.9 -
System Red Green Blue C M Y K H S L
Decimal 231 177 43 0 0.23 0.81 0.09 42.77 0.8 0.54
Hex E7 B1 2B 0 17 51 9 2B 50 36
Octal 347 261 53 0 27 121 11 53 120 66
Binary 11100111 10110001 101011 0 10111 1010001 1001 101011 1010000 110110

Color Harmonies of #E7B12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7B12B

Black with #E7B12B

Text Example


Text Example

White with #E7B12B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7B12B; }

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

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

background-color css

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

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

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

border-color css

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

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

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