Html Css Color HEX #ECAD19 Gold Tips

📋 copy color: '#ECAD19'

red 236 ◦ green 173 ◦ blue 25

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

Shades of Gold Tips #ECAD19

Tints of Gold Tips #ECAD19

RGB

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

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

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

R = 54.38%
G = 39.86%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ECAD19 (or 0xECAD19) is known color: Gold Tips. HEX triplet: EC, AD and 19. RGB value is (236,173,25). Sum of RGB (Red+Green+Blue) = 236+173+25=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 25 (10.16% from 255 or 5.76% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAD19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAD19 is #1352E6. Grayscale: #AFAFAF. Windows color (decimal): -1266407 or 1682924. OLE color: 1682924.

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

Color convert

RGB 236 173 25 -
CMYK 0 0.27 0.89 0.07
HSL 42.09º 0.85% 0.51% -
HSV(B) 42.09º 0.89% 0.93% -
XYZ 49.71 47.79 7.52 -
YUV 174.97 43.37 171.53 -
System Red Green Blue C M Y K H S L
Decimal 236 173 25 0 0.27 0.89 0.07 42.09 0.85 0.51
Hex EC AD 19 0 1B 59 7 2A 55 33
Octal 354 255 31 0 33 131 7 52 125 63
Binary 11101100 10101101 11001 0 11011 1011001 111 101010 1010101 110011

Color Harmonies of #ECAD19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAD19

Black with #ECAD19

Text Example


Text Example

White with #ECAD19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAD19; }

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

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

background-color css

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

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

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

border-color css

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

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

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