Html Css Color HEX #ECAB1C Gold Tips

📋 copy color: '#ECAB1C'

red 236 ◦ green 171 ◦ blue 28

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

Shades of Gold Tips #ECAB1C

Tints of Gold Tips #ECAB1C

RGB

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

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

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

R = 54.25%
G = 39.31%
B = 6.44%

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

#ECAB1C (or 0xECAB1C) is known color: Gold Tips. HEX triplet: EC, AB and 1C. RGB value is (236,171,28). Sum of RGB (Red+Green+Blue) = 236+171+28=435 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.25% from 435); Green value is 171 (67.19% from 255 or 39.31% from 435); Blue value is 28 (11.33% from 255 or 6.44% from 435); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAB1C is #1354E3. Grayscale: #AEAEAE. Windows color (decimal): -1266916 or 1879020. OLE color: 1879020.

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

Color convert

RGB 236 171 28 -
CMYK 0 0.28 0.88 0.07
HSL 41.25º 0.85% 0.52% -
HSV(B) 41.25º 0.88% 0.93% -
XYZ 49.36 47.04 7.58 -
YUV 174.13 45.53 172.13 -
System Red Green Blue C M Y K H S L
Decimal 236 171 28 0 0.28 0.88 0.07 41.25 0.85 0.52
Hex EC AB 1C 0 1C 58 7 29 55 34
Octal 354 253 34 0 34 130 7 51 125 64
Binary 11101100 10101011 11100 0 11100 1011000 111 101001 1010101 110100

Color Harmonies of #ECAB1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAB1C

Black with #ECAB1C

Text Example


Text Example

White with #ECAB1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAB1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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