Html Css Color HEX #ECAB18 Gold Tips

📋 copy color: '#ECAB18'

red 236 ◦ green 171 ◦ blue 24

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

Shades of Gold Tips #ECAB18

Tints of Gold Tips #ECAB18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.57%

R = 54.76%
G = 39.68%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#ECAB18 (or 0xECAB18) is known color: Gold Tips. HEX triplet: EC, AB and 18. RGB value is (236,171,24). Sum of RGB (Red+Green+Blue) = 236+171+24=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 24 (9.77% from 255 or 5.57% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAB18 is #1354E7. Grayscale: #AEAEAE. Windows color (decimal): -1266920 or 1616876. OLE color: 1616876.

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

Color convert

RGB 236 171 24 -
CMYK 0 0.28 0.90 0.07
HSL 41.6º 0.85% 0.51% -
HSV(B) 41.6º 0.9% 0.93% -
XYZ 49.32 47.02 7.34 -
YUV 173.68 43.53 172.45 -
System Red Green Blue C M Y K H S L
Decimal 236 171 24 0 0.28 0.90 0.07 41.6 0.85 0.51
Hex EC AB 18 0 1C 5A 7 2A 55 33
Octal 354 253 30 0 34 132 7 52 125 63
Binary 11101100 10101011 11000 0 11100 1011010 111 101010 1010101 110011

Color Harmonies of #ECAB18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAB18

Black with #ECAB18

Text Example


Text Example

White with #ECAB18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAB18; }

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

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

background-color css

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

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

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

border-color css

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

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

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