Html Css Color HEX #ECAE19 Gold Tips

📋 copy color: '#ECAE19'

red 236 ◦ green 174 ◦ blue 25

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

Shades of Gold Tips #ECAE19

Tints of Gold Tips #ECAE19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.75%

R = 54.25%
G = 40%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ECAE19 (or 0xECAE19) is known color: Gold Tips. HEX triplet: EC, AE and 19. RGB value is (236,174,25). Sum of RGB (Red+Green+Blue) = 236+174+25=435 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.25% from 435); Green value is 174 (68.36% from 255 or 40% from 435); Blue value is 25 (10.16% from 255 or 5.75% from 435); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAE19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAE19 is #1351E6. Grayscale: #B0B0B0. Windows color (decimal): -1266151 or 1683180. OLE color: 1683180.

HSL color Cylindrical-coordinate representation of color #ECAE19: hue angle of 42.37º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ECAE19 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 174 25 -
CMYK 0 0.26 0.89 0.07
HSL 42.37º 0.85% 0.51% -
HSV(B) 42.37º 0.89% 0.93% -
XYZ 49.9 48.18 7.59 -
YUV 175.55 43.04 171.12 -
System Red Green Blue C M Y K H S L
Decimal 236 174 25 0 0.26 0.89 0.07 42.37 0.85 0.51
Hex EC AE 19 0 1A 59 7 2A 55 33
Octal 354 256 31 0 32 131 7 52 125 63
Binary 11101100 10101110 11001 0 11010 1011001 111 101010 1010101 110011

Color Harmonies of #ECAE19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAE19

Black with #ECAE19

Text Example


Text Example

White with #ECAE19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAE19; }

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

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

background-color css

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

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

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

border-color css

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

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

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