Html Css Color HEX #ECAA1B Gold Tips

📋 copy color: '#ECAA1B'

red 236 ◦ green 170 ◦ blue 27

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

Shades of Gold Tips #ECAA1B

Tints of Gold Tips #ECAA1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.24%

R = 54.5%
G = 39.26%
B = 6.24%

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

#ECAA1B (or 0xECAA1B) is known color: Gold Tips. HEX triplet: EC, AA and 1B. RGB value is (236,170,27). Sum of RGB (Red+Green+Blue) = 236+170+27=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 27 (10.94% from 255 or 6.24% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAA1B is #1355E4. Grayscale: #AEAEAE. Windows color (decimal): -1267173 or 1813228. OLE color: 1813228.

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

Color convert

RGB 236 170 27 -
CMYK 0 0.28 0.89 0.07
HSL 41.05º 0.85% 0.52% -
HSV(B) 41.05º 0.89% 0.93% -
XYZ 49.16 46.66 7.45 -
YUV 173.43 45.37 172.63 -
System Red Green Blue C M Y K H S L
Decimal 236 170 27 0 0.28 0.89 0.07 41.05 0.85 0.52
Hex EC AA 1B 0 1C 59 7 29 55 34
Octal 354 252 33 0 34 131 7 51 125 64
Binary 11101100 10101010 11011 0 11100 1011001 111 101001 1010101 110100

Color Harmonies of #ECAA1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAA1B

Black with #ECAA1B

Text Example


Text Example

White with #ECAA1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAA1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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