Html Css Color HEX #ECAD20 Gold Tips

📋 copy color: '#ECAD20'

red 236 ◦ green 173 ◦ blue 32

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

Shades of Gold Tips #ECAD20

Tints of Gold Tips #ECAD20

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.23%

 BLUE value IS 32 (12.89% from 255) = 7.26%

R = 53.51%
G = 39.23%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ECAD20 (or 0xECAD20) is known color: Gold Tips. HEX triplet: EC, AD and 20. RGB value is (236,173,32). Sum of RGB (Red+Green+Blue) = 236+173+32=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 32 (12.89% from 255 or 7.26% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAD20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAD20 is #1352DF. Grayscale: #B0B0B0. Windows color (decimal): -1266400 or 2141676. OLE color: 2141676.

HSL color Cylindrical-coordinate representation of color #ECAD20: hue angle of 41.47º 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 #ECAD20 is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 173 32 -
CMYK 0 0.27 0.86 0.07
HSL 41.47º 0.84% 0.53% -
HSV(B) 41.47º 0.86% 0.93% -
XYZ 49.8 47.82 7.97 -
YUV 175.76 46.87 170.96 -
System Red Green Blue C M Y K H S L
Decimal 236 173 32 0 0.27 0.86 0.07 41.47 0.84 0.53
Hex EC AD 20 0 1B 56 7 29 54 35
Octal 354 255 40 0 33 126 7 51 124 65
Binary 11101100 10101101 100000 0 11011 1010110 111 101001 1010100 110101

Color Harmonies of #ECAD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAD20

Black with #ECAD20

Text Example


Text Example

White with #ECAD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAD20; }

 p { color: rgb(236,173,32); }

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

background-color css

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

 a { background-color: rgb(236,173,32); }

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

border-color css

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

 span { border-color: rgb(236,173,32); }

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