Html Css Color HEX #ECAA19 Gold Tips

📋 copy color: '#ECAA19'

red 236 ◦ green 170 ◦ blue 25

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

Shades of Gold Tips #ECAA19

Tints of Gold Tips #ECAA19

RGB

 RED value IS 236 (92.58% from 255) = 54.76%

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

 BLUE value IS 25 (10.16% from 255) = 5.8%

R = 54.76%
G = 39.44%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ECAA19 (or 0xECAA19) is known color: Gold Tips. HEX triplet: EC, AA and 19. RGB value is (236,170,25). Sum of RGB (Red+Green+Blue) = 236+170+25=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 25 (10.16% from 255 or 5.80% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAA19 is #1355E6. Grayscale: #ADADAD. Windows color (decimal): -1267175 or 1682156. OLE color: 1682156.

HSL color Cylindrical-coordinate representation of color #ECAA19: hue angle of 41.23º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ECAA19 is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 170 25 -
CMYK 0 0.28 0.89 0.07
HSL 41.23º 0.85% 0.51% -
HSV(B) 41.23º 0.89% 0.93% -
XYZ 49.14 46.65 7.33 -
YUV 173.2 44.37 172.79 -
System Red Green Blue C M Y K H S L
Decimal 236 170 25 0 0.28 0.89 0.07 41.23 0.85 0.51
Hex EC AA 19 0 1C 59 7 29 55 33
Octal 354 252 31 0 34 131 7 51 125 63
Binary 11101100 10101010 11001 0 11100 1011001 111 101001 1010101 110011

Color Harmonies of #ECAA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAA19

Black with #ECAA19

Text Example


Text Example

White with #ECAA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAA19; }

 p { color: rgb(236,170,25); }

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

background-color css

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

 a { background-color: rgb(236,170,25); }

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

border-color css

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

 span { border-color: rgb(236,170,25); }

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