Html Css Color HEX #E7AA18 Gold Tips

📋 copy color: '#E7AA18'

red 231 ◦ green 170 ◦ blue 24

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

Shades of Gold Tips #E7AA18

Tints of Gold Tips #E7AA18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.65%

R = 54.35%
G = 40%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.09

RGB Variations

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

Color information

#E7AA18 (or 0xE7AA18) is known color: Gold Tips. HEX triplet: E7, AA and 18. RGB value is (231,170,24). Sum of RGB (Red+Green+Blue) = 231+170+24=425 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.35% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 24 (9.77% from 255 or 5.65% from 425); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AA18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7AA18 is #1855E7. Grayscale: #ACACAC. Windows color (decimal): -1594856 or 1616615. OLE color: 1616615.

HSL color Cylindrical-coordinate representation of color #E7AA18: hue angle of 42.32º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E7AA18 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 170 24 -
CMYK 0 0.26 0.90 0.09
HSL 42.32º 0.81% 0.5% -
HSV(B) 42.32º 0.9% 0.91% -
XYZ 47.49 45.8 7.2 -
YUV 171.6 44.71 170.37 -
System Red Green Blue C M Y K H S L
Decimal 231 170 24 0 0.26 0.90 0.09 42.32 0.81 0.5
Hex E7 AA 18 0 1A 5A 9 2A 51 32
Octal 347 252 30 0 32 132 11 52 121 62
Binary 11100111 10101010 11000 0 11010 1011010 1001 101010 1010001 110010

Color Harmonies of #E7AA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7AA18

Black with #E7AA18

Text Example


Text Example

White with #E7AA18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7AA18; }

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

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

background-color css

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

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

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

border-color css

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

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

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