Html Css Color HEX #ECAB20 Gold Tips

📋 copy color: '#ECAB20'

red 236 ◦ green 171 ◦ blue 32

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

Shades of Gold Tips #ECAB20

Tints of Gold Tips #ECAB20

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.95%

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

R = 53.76%
G = 38.95%
B = 7.29%

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

#ECAB20 (or 0xECAB20) is known color: Gold Tips. HEX triplet: EC, AB and 20. RGB value is (236,171,32). Sum of RGB (Red+Green+Blue) = 236+171+32=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 32 (12.89% from 255 or 7.29% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAB20 is #1354DF. Grayscale: #AFAFAF. Windows color (decimal): -1266912 or 2141164. OLE color: 2141164.

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

Color convert

RGB 236 171 32 -
CMYK 0 0.28 0.86 0.07
HSL 40.88º 0.84% 0.53% -
HSV(B) 40.88º 0.86% 0.93% -
XYZ 49.42 47.06 7.85 -
YUV 174.59 47.53 171.8 -
System Red Green Blue C M Y K H S L
Decimal 236 171 32 0 0.28 0.86 0.07 40.88 0.84 0.53
Hex EC AB 20 0 1C 56 7 29 54 35
Octal 354 253 40 0 34 126 7 51 124 65
Binary 11101100 10101011 100000 0 11100 1010110 111 101001 1010100 110101

Color Harmonies of #ECAB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAB20

Black with #ECAB20

Text Example


Text Example

White with #ECAB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAB20; }

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

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

background-color css

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

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

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

border-color css

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

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

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