Html Css Color HEX #E7AA2C Gold Tips

📋 copy color: '#E7AA2C'

red 231 ◦ green 170 ◦ blue 44

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

Shades of Gold Tips #E7AA2C

Tints of Gold Tips #E7AA2C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.2%

 BLUE value IS 44 (17.58% from 255) = 9.89%

R = 51.91%
G = 38.2%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E7AA2C (or 0xE7AA2C) is known color: Gold Tips. HEX triplet: E7, AA and 2C. RGB value is (231,170,44). Sum of RGB (Red+Green+Blue) = 231+170+44=445 (58% of max value = 765). Red value is 231 (90.62% from 255 or 51.91% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 44 (17.58% from 255 or 9.89% from 445); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AA2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7AA2C is #1855D3. Grayscale: #AEAEAE. Windows color (decimal): -1594836 or 2927335. OLE color: 2927335.

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

Color convert

RGB 231 170 44 -
CMYK 0 0.26 0.81 0.09
HSL 40.43º 0.8% 0.54% -
HSV(B) 40.43º 0.81% 0.91% -
XYZ 47.78 45.92 8.73 -
YUV 173.88 54.71 168.75 -
System Red Green Blue C M Y K H S L
Decimal 231 170 44 0 0.26 0.81 0.09 40.43 0.8 0.54
Hex E7 AA 2C 0 1A 51 9 28 50 36
Octal 347 252 54 0 32 121 11 50 120 66
Binary 11100111 10101010 101100 0 11010 1010001 1001 101000 1010000 110110

Color Harmonies of #E7AA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7AA2C

Black with #E7AA2C

Text Example


Text Example

White with #E7AA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7AA2C; }

 p { color: rgb(231,170,44); }

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

background-color css

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

 a { background-color: rgb(231,170,44); }

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

border-color css

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

 span { border-color: rgb(231,170,44); }

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