Html Css Color HEX #ECAA25 Gold Tips

📋 copy color: '#ECAA25'

red 236 ◦ green 170 ◦ blue 37

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

Shades of Gold Tips #ECAA25

Tints of Gold Tips #ECAA25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.35%

R = 53.27%
G = 38.37%
B = 8.35%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#ECAA25 (or 0xECAA25) is known color: Gold Tips. HEX triplet: EC, AA and 25. RGB value is (236,170,37). Sum of RGB (Red+Green+Blue) = 236+170+37=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 37 (14.84% from 255 or 8.35% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA25 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAA25 is #1355DA. Grayscale: #AFAFAF. Windows color (decimal): -1267163 or 2468588. OLE color: 2468588.

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

Color convert

RGB 236 170 37 -
CMYK 0 0.28 0.84 0.07
HSL 40.1º 0.84% 0.54% -
HSV(B) 40.1º 0.84% 0.93% -
XYZ 49.3 46.72 8.17 -
YUV 174.57 50.37 171.81 -
System Red Green Blue C M Y K H S L
Decimal 236 170 37 0 0.28 0.84 0.07 40.1 0.84 0.54
Hex EC AA 25 0 1C 54 7 28 54 36
Octal 354 252 45 0 34 124 7 50 124 66
Binary 11101100 10101010 100101 0 11100 1010100 111 101000 1010100 110110

Color Harmonies of #ECAA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAA25

Black with #ECAA25

Text Example


Text Example

White with #ECAA25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAA25; }

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

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

background-color css

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

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

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

border-color css

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

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

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