Html Css Color HEX #ECAB1F Gold Tips

📋 copy color: '#ECAB1F'

red 236 ◦ green 171 ◦ blue 31

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

Shades of Gold Tips #ECAB1F

Tints of Gold Tips #ECAB1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.08%

R = 53.88%
G = 39.04%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#ECAB1F (or 0xECAB1F) is known color: Gold Tips. HEX triplet: EC, AB and 1F. RGB value is (236,171,31). Sum of RGB (Red+Green+Blue) = 236+171+31=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 31 (12.5% from 255 or 7.08% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAB1F is #1354E0. Grayscale: #AFAFAF. Windows color (decimal): -1266913 or 2075628. OLE color: 2075628.

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

Color convert

RGB 236 171 31 -
CMYK 0 0.28 0.87 0.07
HSL 40.98º 0.84% 0.52% -
HSV(B) 40.98º 0.87% 0.93% -
XYZ 49.4 47.06 7.78 -
YUV 174.48 47.03 171.88 -
System Red Green Blue C M Y K H S L
Decimal 236 171 31 0 0.28 0.87 0.07 40.98 0.84 0.52
Hex EC AB 1F 0 1C 57 7 29 54 34
Octal 354 253 37 0 34 127 7 51 124 64
Binary 11101100 10101011 11111 0 11100 1010111 111 101001 1010100 110100

Color Harmonies of #ECAB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAB1F

Black with #ECAB1F

Text Example


Text Example

White with #ECAB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAB1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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