Html Css Color HEX #ECAA1C Gold Tips

📋 copy color: '#ECAA1C'

red 236 ◦ green 170 ◦ blue 28

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

Shades of Gold Tips #ECAA1C

Tints of Gold Tips #ECAA1C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.17%

 BLUE value IS 28 (11.33% from 255) = 6.45%

R = 54.38%
G = 39.17%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ECAA1C (or 0xECAA1C) is known color: Gold Tips. HEX triplet: EC, AA and 1C. RGB value is (236,170,28). Sum of RGB (Red+Green+Blue) = 236+170+28=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 28 (11.33% from 255 or 6.45% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAA1C is #1355E3. Grayscale: #AEAEAE. Windows color (decimal): -1267172 or 1878764. OLE color: 1878764.

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

Color convert

RGB 236 170 28 -
CMYK 0 0.28 0.88 0.07
HSL 40.96º 0.85% 0.52% -
HSV(B) 40.96º 0.88% 0.93% -
XYZ 49.18 46.67 7.51 -
YUV 173.55 45.87 172.55 -
System Red Green Blue C M Y K H S L
Decimal 236 170 28 0 0.28 0.88 0.07 40.96 0.85 0.52
Hex EC AA 1C 0 1C 58 7 29 55 34
Octal 354 252 34 0 34 130 7 51 125 64
Binary 11101100 10101010 11100 0 11100 1011000 111 101001 1010101 110100

Color Harmonies of #ECAA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAA1C

Black with #ECAA1C

Text Example


Text Example

White with #ECAA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAA1C; }

 p { color: rgb(236,170,28); }

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

background-color css

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

 a { background-color: rgb(236,170,28); }

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

border-color css

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

 span { border-color: rgb(236,170,28); }

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