Html Css Color HEX #ECAC2F Gold Tips

📋 copy color: '#ECAC2F'

red 236 ◦ green 172 ◦ blue 47

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

Shades of Gold Tips #ECAC2F

Tints of Gold Tips #ECAC2F

RGB

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

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

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

R = 51.87%
G = 37.8%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ECAC2F (or 0xECAC2F) is known color: Gold Tips. HEX triplet: EC, AC and 2F. RGB value is (236,172,47). Sum of RGB (Red+Green+Blue) = 236+172+47=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 47 (18.75% from 255 or 10.33% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAC2F is #1353D0. Grayscale: #B1B1B1. Windows color (decimal): -1266641 or 3124460. OLE color: 3124460.

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

Color convert

RGB 236 172 47 -
CMYK 0 0.27 0.80 0.07
HSL 39.68º 0.83% 0.55% -
HSV(B) 39.68º 0.8% 0.93% -
XYZ 49.86 47.54 9.24 -
YUV 176.89 54.7 170.16 -
System Red Green Blue C M Y K H S L
Decimal 236 172 47 0 0.27 0.80 0.07 39.68 0.83 0.55
Hex EC AC 2F 0 1B 50 7 28 53 37
Octal 354 254 57 0 33 120 7 50 123 67
Binary 11101100 10101100 101111 0 11011 1010000 111 101000 1010011 110111

Color Harmonies of #ECAC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAC2F

Black with #ECAC2F

Text Example


Text Example

White with #ECAC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAC2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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