Html Css Color HEX #E7B321 Gold Tips

📋 copy color: '#E7B321'

red 231 ◦ green 179 ◦ blue 33

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

Shades of Gold Tips #E7B321

Tints of Gold Tips #E7B321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.45%

R = 52.14%
G = 40.41%
B = 7.45%

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

#E7B321 (or 0xE7B321) is known color: Gold Tips. HEX triplet: E7, B3 and 21. RGB value is (231,179,33). Sum of RGB (Red+Green+Blue) = 231+179+33=443 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.14% from 443); Green value is 179 (70.31% from 255 or 40.41% from 443); Blue value is 33 (13.28% from 255 or 7.45% from 443); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B321 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7B321 is #184CDE. Grayscale: #B2B2B2. Windows color (decimal): -1592543 or 2208743. OLE color: 2208743.

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

Color convert

RGB 231 179 33 -
CMYK 0 0.23 0.86 0.09
HSL 44.24º 0.8% 0.52% -
HSV(B) 44.24º 0.86% 0.91% -
XYZ 49.35 49.34 8.36 -
YUV 177.9 46.23 165.87 -
System Red Green Blue C M Y K H S L
Decimal 231 179 33 0 0.23 0.86 0.09 44.24 0.8 0.52
Hex E7 B3 21 0 17 56 9 2C 50 34
Octal 347 263 41 0 27 126 11 54 120 64
Binary 11100111 10110011 100001 0 10111 1010110 1001 101100 1010000 110100

Color Harmonies of #E7B321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7B321

Black with #E7B321

Text Example


Text Example

White with #E7B321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7B321; }

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

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

background-color css

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

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

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

border-color css

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

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

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