Html Css Color HEX #E6AA24 Gold Tips

📋 copy color: '#E6AA24'

red 230 ◦ green 170 ◦ blue 36

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

Shades of Gold Tips #E6AA24

Tints of Gold Tips #E6AA24

RGB

 RED value IS 230 (90.23% from 255) = 52.75%

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

 BLUE value IS 36 (14.45% from 255) = 8.26%

R = 52.75%
G = 38.99%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.10

RGB Variations

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

Color information

#E6AA24 (or 0xE6AA24) is known color: Gold Tips. HEX triplet: E6, AA and 24. RGB value is (230,170,36). Sum of RGB (Red+Green+Blue) = 230+170+36=436 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.75% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 36 (14.45% from 255 or 8.26% from 436); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AA24 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6AA24 is #1955DB. Grayscale: #ADADAD. Windows color (decimal): -1660380 or 2403046. OLE color: 2403046.

HSL color Cylindrical-coordinate representation of color #E6AA24: hue angle of 41.44º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E6AA24 is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 170 36 -
CMYK 0 0.26 0.84 0.10
HSL 41.44º 0.8% 0.52% -
HSV(B) 41.44º 0.84% 0.9% -
XYZ 47.33 45.7 8 -
YUV 172.66 50.88 168.9 -
System Red Green Blue C M Y K H S L
Decimal 230 170 36 0 0.26 0.84 0.10 41.44 0.8 0.52
Hex E6 AA 24 0 1A 54 A 29 50 34
Octal 346 252 44 0 32 124 12 51 120 64
Binary 11100110 10101010 100100 0 11010 1010100 1010 101001 1010000 110100

Color Harmonies of #E6AA24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AA24

Black with #E6AA24

Text Example


Text Example

White with #E6AA24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AA24; }

 p { color: rgb(230,170,36); }

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

background-color css

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

 a { background-color: rgb(230,170,36); }

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

border-color css

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

 span { border-color: rgb(230,170,36); }

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