#ECC49F

Color #ECC49F Negroni (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Negroni #ECC49F

Tints of Negroni #ECC49F

Color information

#ECC49F (or 0xECC49F) is unknown color: approx Negroni. HEX triplet: EC, C4 and 9F. RGB value is (236,196,159). Sum of RGB (Red+Green+Blue) = 236+196+159=591 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.93% from 591); Green value is 196 (76.95% from 255 or 33.16% from 591); Blue value is 159 (62.5% from 255 or 26.90% from 591); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC49F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC49F is #133B60. Grayscale: #CBCBCB. Windows color (decimal): -1260385 or 10470636. OLE color: 10470636.

HSL color Cylindrical-coordinate representation of color #ECC49F: hue angle of 28.83º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ECC49F is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB236196159-
CMYK00.170.330.07
HSL28.83º66.96%77.45%-
HSV(B)28.83º32.63%92.55%-
XYZ60.5959.8241.15-
YUV203.74102.75151.01-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.93%
GREEN value IS 196 (76.95% from 255) = 33.16%
BLUE value IS 159 (62.5% from 255) = 26.90%
R=39.93%
G=33.16%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619615900.170.330.0728.8366.9677.45
HexECC49F0112171d434d
Octal35430423702141735103115
Binary1110110011000100100111110100011000011111110110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC49F; }

 p { color: rgb(236,196,159); }

 H1.HeaderClassName
 {
   color: #ECC49F;
 }
 .AnyTagClassName
 {
   color: #ECC49F;
 }
</style>
background-color css

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

 a { background-color: rgb(236,196,159); }

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

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

 span { border-color: rgb(236,196,159); }

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