Html Css Color HEX #ECAC1F Gold Tips

📋 copy color: '#ECAC1F'

red 236 ◦ green 172 ◦ blue 31

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

Shades of Gold Tips #ECAC1F

Tints of Gold Tips #ECAC1F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.18%

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

R = 53.76%
G = 39.18%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#ECAC1F (or 0xECAC1F) is known color: Gold Tips. HEX triplet: EC, AC and 1F. RGB value is (236,172,31). Sum of RGB (Red+Green+Blue) = 236+172+31=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 31 (12.5% from 255 or 7.06% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAC1F is #1353E0. Grayscale: #AFAFAF. Windows color (decimal): -1266657 or 2075884. OLE color: 2075884.

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

Color convert

RGB 236 172 31 -
CMYK 0 0.27 0.87 0.07
HSL 41.27º 0.84% 0.52% -
HSV(B) 41.27º 0.87% 0.93% -
XYZ 49.59 47.44 7.84 -
YUV 175.06 46.7 171.46 -
System Red Green Blue C M Y K H S L
Decimal 236 172 31 0 0.27 0.87 0.07 41.27 0.84 0.52
Hex EC AC 1F 0 1B 57 7 29 54 34
Octal 354 254 37 0 33 127 7 51 124 64
Binary 11101100 10101100 11111 0 11011 1010111 111 101001 1010100 110100

Color Harmonies of #ECAC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAC1F

Black with #ECAC1F

Text Example


Text Example

White with #ECAC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAC1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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