Html Css Color HEX #ECAE20 Gold Tips

📋 copy color: '#ECAE20'

red 236 ◦ green 174 ◦ blue 32

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

Shades of Gold Tips #ECAE20

Tints of Gold Tips #ECAE20

RGB

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

 GREEN value IS 174 (68.36% from 255) = 39.37%

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

R = 53.39%
G = 39.37%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ECAE20 (or 0xECAE20) is known color: Gold Tips. HEX triplet: EC, AE and 20. RGB value is (236,174,32). Sum of RGB (Red+Green+Blue) = 236+174+32=442 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.39% from 442); Green value is 174 (68.36% from 255 or 39.37% from 442); Blue value is 32 (12.89% from 255 or 7.24% from 442); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAE20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAE20 is #1351DF. Grayscale: #B0B0B0. Windows color (decimal): -1266144 or 2141932. OLE color: 2141932.

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

Color convert

RGB 236 174 32 -
CMYK 0 0.26 0.86 0.07
HSL 41.76º 0.84% 0.53% -
HSV(B) 41.76º 0.86% 0.93% -
XYZ 49.99 48.21 8.04 -
YUV 176.35 46.54 170.55 -
System Red Green Blue C M Y K H S L
Decimal 236 174 32 0 0.26 0.86 0.07 41.76 0.84 0.53
Hex EC AE 20 0 1A 56 7 2A 54 35
Octal 354 256 40 0 32 126 7 52 124 65
Binary 11101100 10101110 100000 0 11010 1010110 111 101010 1010100 110101

Color Harmonies of #ECAE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAE20

Black with #ECAE20

Text Example


Text Example

White with #ECAE20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAE20; }

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

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

background-color css

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

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

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

border-color css

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

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

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