Html Css Color HEX #E7B72A Gold Tips

📋 copy color: '#E7B72A'

red 231 ◦ green 183 ◦ blue 42

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

Shades of Gold Tips #E7B72A

Tints of Gold Tips #E7B72A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.21%

R = 50.66%
G = 40.13%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E7B72A (or 0xE7B72A) is known color: Gold Tips. HEX triplet: E7, B7 and 2A. RGB value is (231,183,42). Sum of RGB (Red+Green+Blue) = 231+183+42=456 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.66% from 456); Green value is 183 (71.88% from 255 or 40.13% from 456); Blue value is 42 (16.80% from 255 or 9.21% from 456); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B72A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7B72A is #1848D5. Grayscale: #B5B5B5. Windows color (decimal): -1591510 or 2799591. OLE color: 2799591.

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

Color convert

RGB 231 183 42 -
CMYK 0 0.21 0.82 0.09
HSL 44.76º 0.8% 0.54% -
HSV(B) 44.76º 0.82% 0.91% -
XYZ 50.31 51.02 9.39 -
YUV 181.28 49.4 163.46 -
System Red Green Blue C M Y K H S L
Decimal 231 183 42 0 0.21 0.82 0.09 44.76 0.8 0.54
Hex E7 B7 2A 0 15 52 9 2D 50 36
Octal 347 267 52 0 25 122 11 55 120 66
Binary 11100111 10110111 101010 0 10101 1010010 1001 101101 1010000 110110

Color Harmonies of #E7B72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7B72A

Black with #E7B72A

Text Example


Text Example

White with #E7B72A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7B72A; }

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

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

background-color css

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

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

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

border-color css

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

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

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