Html Css Color HEX #ECAC1A Gold Tips

📋 copy color: '#ECAC1A'

red 236 ◦ green 172 ◦ blue 26

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

Shades of Gold Tips #ECAC1A

Tints of Gold Tips #ECAC1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.99%

R = 54.38%
G = 39.63%
B = 5.99%

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

#ECAC1A (or 0xECAC1A) is known color: Gold Tips. HEX triplet: EC, AC and 1A. RGB value is (236,172,26). Sum of RGB (Red+Green+Blue) = 236+172+26=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 26 (10.55% from 255 or 5.99% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAC1A is #1353E5. Grayscale: #AFAFAF. Windows color (decimal): -1266662 or 1748204. OLE color: 1748204.

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

Color convert

RGB 236 172 26 -
CMYK 0 0.27 0.89 0.07
HSL 41.71º 0.85% 0.51% -
HSV(B) 41.71º 0.89% 0.93% -
XYZ 49.53 47.41 7.52 -
YUV 174.49 44.2 171.87 -
System Red Green Blue C M Y K H S L
Decimal 236 172 26 0 0.27 0.89 0.07 41.71 0.85 0.51
Hex EC AC 1A 0 1B 59 7 2A 55 33
Octal 354 254 32 0 33 131 7 52 125 63
Binary 11101100 10101100 11010 0 11011 1011001 111 101010 1010101 110011

Color Harmonies of #ECAC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAC1A

Black with #ECAC1A

Text Example


Text Example

White with #ECAC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAC1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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