Html Css Color HEX #ECAC18 Gold Tips

📋 copy color: '#ECAC18'

red 236 ◦ green 172 ◦ blue 24

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

Shades of Gold Tips #ECAC18

Tints of Gold Tips #ECAC18

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.81%

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

R = 54.63%
G = 39.81%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#ECAC18 (or 0xECAC18) is known color: Gold Tips. HEX triplet: EC, AC and 18. RGB value is (236,172,24). Sum of RGB (Red+Green+Blue) = 236+172+24=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 24 (9.77% from 255 or 5.56% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAC18 is #1353E7. Grayscale: #AEAEAE. Windows color (decimal): -1266664 or 1617132. OLE color: 1617132.

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

Color convert

RGB 236 172 24 -
CMYK 0 0.27 0.90 0.07
HSL 41.89º 0.85% 0.51% -
HSV(B) 41.89º 0.9% 0.93% -
XYZ 49.51 47.4 7.4 -
YUV 174.26 43.2 172.03 -
System Red Green Blue C M Y K H S L
Decimal 236 172 24 0 0.27 0.90 0.07 41.89 0.85 0.51
Hex EC AC 18 0 1B 5A 7 2A 55 33
Octal 354 254 30 0 33 132 7 52 125 63
Binary 11101100 10101100 11000 0 11011 1011010 111 101010 1010101 110011

Color Harmonies of #ECAC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAC18

Black with #ECAC18

Text Example


Text Example

White with #ECAC18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAC18; }

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

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

background-color css

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

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

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

border-color css

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

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

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