#ECBFA0

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

Shades of Negroni #ECBFA0

Tints of Negroni #ECBFA0

Color information

#ECBFA0 (or 0xECBFA0) is unknown color: approx Negroni. HEX triplet: EC, BF and A0. RGB value is (236,191,160). Sum of RGB (Red+Green+Blue) = 236+191+160=587 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.20% from 587); Green value is 191 (75% from 255 or 32.54% from 587); Blue value is 160 (62.89% from 255 or 27.26% from 587); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBFA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBFA0 is #13405F. Grayscale: #C9C9C9. Windows color (decimal): -1261664 or 10534892. OLE color: 10534892.

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

Color convert

RGB236191160-
CMYK00.190.320.07
HSL24.47º66.67%77.65%-
HSV(B)24.47º32.2%92.55%-
XYZ59.5757.6341.24-
YUV200.92104.91153.02-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.20%
GREEN value IS 191 (75% from 255) = 32.54%
BLUE value IS 160 (62.89% from 255) = 27.26%
R=40.20%
G=32.54%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619116000.190.320.0724.4766.6777.65
HexECBFA001320718434e
Octal35427724002340730103116
Binary1110110010111111101000000100111000001111100010000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBFA0; }

 p { color: rgb(236,191,160); }

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

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

 a { background-color: rgb(236,191,160); }

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

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

 span { border-color: rgb(236,191,160); }

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