Html Css Color HEX #ECAB1D Gold Tips

📋 copy color: '#ECAB1D'

red 236 ◦ green 171 ◦ blue 29

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

Shades of Gold Tips #ECAB1D

Tints of Gold Tips #ECAB1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.65%

R = 54.13%
G = 39.22%
B = 6.65%

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

#ECAB1D (or 0xECAB1D) is known color: Gold Tips. HEX triplet: EC, AB and 1D. RGB value is (236,171,29). Sum of RGB (Red+Green+Blue) = 236+171+29=436 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.13% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 29 (11.72% from 255 or 6.65% from 436); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAB1D is #1354E2. Grayscale: #AEAEAE. Windows color (decimal): -1266915 or 1944556. OLE color: 1944556.

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

Color convert

RGB 236 171 29 -
CMYK 0 0.28 0.88 0.07
HSL 41.16º 0.84% 0.52% -
HSV(B) 41.16º 0.88% 0.93% -
XYZ 49.38 47.05 7.64 -
YUV 174.25 46.03 172.05 -
System Red Green Blue C M Y K H S L
Decimal 236 171 29 0 0.28 0.88 0.07 41.16 0.84 0.52
Hex EC AB 1D 0 1C 58 7 29 54 34
Octal 354 253 35 0 34 130 7 51 124 64
Binary 11101100 10101011 11101 0 11100 1011000 111 101001 1010100 110100

Color Harmonies of #ECAB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAB1D

Black with #ECAB1D

Text Example


Text Example

White with #ECAB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAB1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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