Html Css Color HEX #E7AD2A Gold Tips

📋 copy color: '#E7AD2A'

red 231 ◦ green 173 ◦ blue 42

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

Shades of Gold Tips #E7AD2A

Tints of Gold Tips #E7AD2A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.79%

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

R = 51.79%
G = 38.79%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E7AD2A (or 0xE7AD2A) is known color: Gold Tips. HEX triplet: E7, AD and 2A. RGB value is (231,173,42). Sum of RGB (Red+Green+Blue) = 231+173+42=446 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.79% from 446); Green value is 173 (67.97% from 255 or 38.79% from 446); Blue value is 42 (16.80% from 255 or 9.42% from 446); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AD2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7AD2A is #1852D5. Grayscale: #AFAFAF. Windows color (decimal): -1594070 or 2797031. OLE color: 2797031.

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

Color convert

RGB 231 173 42 -
CMYK 0 0.25 0.82 0.09
HSL 41.59º 0.8% 0.54% -
HSV(B) 41.59º 0.82% 0.91% -
XYZ 48.32 47.04 8.72 -
YUV 175.41 52.72 167.65 -
System Red Green Blue C M Y K H S L
Decimal 231 173 42 0 0.25 0.82 0.09 41.59 0.8 0.54
Hex E7 AD 2A 0 19 52 9 2A 50 36
Octal 347 255 52 0 31 122 11 52 120 66
Binary 11100111 10101101 101010 0 11001 1010010 1001 101010 1010000 110110

Color Harmonies of #E7AD2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7AD2A

Black with #E7AD2A

Text Example


Text Example

White with #E7AD2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7AD2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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