Html Css Color HEX #ECAB2F Gold Tips

📋 copy color: '#ECAB2F'

red 236 ◦ green 171 ◦ blue 47

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

Shades of Gold Tips #ECAB2F

Tints of Gold Tips #ECAB2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.35%

R = 51.98%
G = 37.67%
B = 10.35%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ECAB2F (or 0xECAB2F) is known color: Gold Tips. HEX triplet: EC, AB and 2F. RGB value is (236,171,47). Sum of RGB (Red+Green+Blue) = 236+171+47=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 47 (18.75% from 255 or 10.35% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAB2F is #1354D0. Grayscale: #B0B0B0. Windows color (decimal): -1266897 or 3124204. OLE color: 3124204.

HSL color Cylindrical-coordinate representation of color #ECAB2F: hue angle of 39.37º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ECAB2F is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 171 47 -
CMYK 0 0.28 0.80 0.07
HSL 39.37º 0.83% 0.55% -
HSV(B) 39.37º 0.8% 0.93% -
XYZ 49.67 47.16 9.18 -
YUV 176.3 55.03 170.58 -
System Red Green Blue C M Y K H S L
Decimal 236 171 47 0 0.28 0.80 0.07 39.37 0.83 0.55
Hex EC AB 2F 0 1C 50 7 27 53 37
Octal 354 253 57 0 34 120 7 47 123 67
Binary 11101100 10101011 101111 0 11100 1010000 111 100111 1010011 110111

Color Harmonies of #ECAB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAB2F

Black with #ECAB2F

Text Example


Text Example

White with #ECAB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAB2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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