Html Css Color HEX #E7B320 Gold Tips

📋 copy color: '#E7B320'

red 231 ◦ green 179 ◦ blue 32

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

Shades of Gold Tips #E7B320

Tints of Gold Tips #E7B320

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.5%

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

R = 52.26%
G = 40.5%
B = 7.24%

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

#E7B320 (or 0xE7B320) is known color: Gold Tips. HEX triplet: E7, B3 and 20. RGB value is (231,179,32). Sum of RGB (Red+Green+Blue) = 231+179+32=442 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.26% from 442); Green value is 179 (70.31% from 255 or 40.50% from 442); Blue value is 32 (12.89% from 255 or 7.24% from 442); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B320 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7B320 is #184CDF. Grayscale: #B2B2B2. Windows color (decimal): -1592544 or 2143207. OLE color: 2143207.

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

Color convert

RGB 231 179 32 -
CMYK 0 0.23 0.86 0.09
HSL 44.32º 0.81% 0.52% -
HSV(B) 44.32º 0.86% 0.91% -
XYZ 49.34 49.33 8.29 -
YUV 177.79 45.73 165.95 -
System Red Green Blue C M Y K H S L
Decimal 231 179 32 0 0.23 0.86 0.09 44.32 0.81 0.52
Hex E7 B3 20 0 17 56 9 2C 51 34
Octal 347 263 40 0 27 126 11 54 121 64
Binary 11100111 10110011 100000 0 10111 1010110 1001 101100 1010001 110100

Color Harmonies of #E7B320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7B320

Black with #E7B320

Text Example


Text Example

White with #E7B320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7B320; }

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

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

background-color css

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

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

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

border-color css

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

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

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