Html Css Color HEX #ECAB1A Gold Tips

📋 copy color: '#ECAB1A'

red 236 ◦ green 171 ◦ blue 26

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

Shades of Gold Tips #ECAB1A

Tints of Gold Tips #ECAB1A

RGB

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

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

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

R = 54.5%
G = 39.49%
B = 6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ECAB1A (or 0xECAB1A) is known color: Gold Tips. HEX triplet: EC, AB and 1A. RGB value is (236,171,26). Sum of RGB (Red+Green+Blue) = 236+171+26=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 26 (10.55% from 255 or 6.00% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAB1A is #1354E5. Grayscale: #AEAEAE. Windows color (decimal): -1266918 or 1747948. OLE color: 1747948.

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

Color convert

RGB 236 171 26 -
CMYK 0 0.28 0.89 0.07
HSL 41.43º 0.85% 0.51% -
HSV(B) 41.43º 0.89% 0.93% -
XYZ 49.34 47.03 7.46 -
YUV 173.91 44.53 172.29 -
System Red Green Blue C M Y K H S L
Decimal 236 171 26 0 0.28 0.89 0.07 41.43 0.85 0.51
Hex EC AB 1A 0 1C 59 7 29 55 33
Octal 354 253 32 0 34 131 7 51 125 63
Binary 11101100 10101011 11010 0 11100 1011001 111 101001 1010101 110011

Color Harmonies of #ECAB1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAB1A

Black with #ECAB1A

Text Example


Text Example

White with #ECAB1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAB1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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