Html Css Color HEX #ECAA22 Gold Tips

📋 copy color: '#ECAA22'

red 236 ◦ green 170 ◦ blue 34

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

Shades of Gold Tips #ECAA22

Tints of Gold Tips #ECAA22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.73%

R = 53.64%
G = 38.64%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ECAA22 (or 0xECAA22) is known color: Gold Tips. HEX triplet: EC, AA and 22. RGB value is (236,170,34). Sum of RGB (Red+Green+Blue) = 236+170+34=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 34 (13.67% from 255 or 7.73% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA22 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAA22 is #1355DD. Grayscale: #AEAEAE. Windows color (decimal): -1267166 or 2271980. OLE color: 2271980.

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

Color convert

RGB 236 170 34 -
CMYK 0 0.28 0.86 0.07
HSL 40.4º 0.84% 0.53% -
HSV(B) 40.4º 0.86% 0.93% -
XYZ 49.26 46.7 7.93 -
YUV 174.23 48.87 172.06 -
System Red Green Blue C M Y K H S L
Decimal 236 170 34 0 0.28 0.86 0.07 40.4 0.84 0.53
Hex EC AA 22 0 1C 56 7 28 54 35
Octal 354 252 42 0 34 126 7 50 124 65
Binary 11101100 10101010 100010 0 11100 1010110 111 101000 1010100 110101

Color Harmonies of #ECAA22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAA22

Black with #ECAA22

Text Example


Text Example

White with #ECAA22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAA22; }

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

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

background-color css

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

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

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

border-color css

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

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

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