#ECBFA2

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

Shades of Negroni #ECBFA2

Tints of Negroni #ECBFA2

Color information

#ECBFA2 (or 0xECBFA2) is unknown color: approx Negroni. HEX triplet: EC, BF and A2. RGB value is (236,191,162). Sum of RGB (Red+Green+Blue) = 236+191+162=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 191 (75% from 255 or 32.43% from 589); Blue value is 162 (63.67% from 255 or 27.50% from 589); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBFA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBFA2 is #13405D. Grayscale: #C9C9C9. Windows color (decimal): -1261662 or 10665964. OLE color: 10665964.

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

Color convert

RGB236191162-
CMYK00.190.310.07
HSL23.51º66.07%78.04%-
HSV(B)23.51º31.36%92.55%-
XYZ59.7457.742.17-
YUV201.15105.91152.86-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.07%
GREEN value IS 191 (75% from 255) = 32.43%
BLUE value IS 162 (63.67% from 255) = 27.50%
R=40.07%
G=32.43%
B=27.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619116200.190.310.0723.5166.0778.04
HexECBFA20131F718424e
Octal35427724202337730102116
Binary111011001011111110100010010011111111111100010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBFA2; }

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

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

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

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

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

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

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

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