#ECBFA3

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

Shades of Negroni #ECBFA3

Tints of Negroni #ECBFA3

Color information

#ECBFA3 (or 0xECBFA3) is unknown color: approx Negroni. HEX triplet: EC, BF and A3. RGB value is (236,191,163). Sum of RGB (Red+Green+Blue) = 236+191+163=590 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40% from 590); Green value is 191 (75% from 255 or 32.37% from 590); Blue value is 163 (64.06% from 255 or 27.63% from 590); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBFA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBFA3 is #13405C. Grayscale: #C9C9C9. Windows color (decimal): -1261661 or 10731500. OLE color: 10731500.

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

Color convert

RGB236191163-
CMYK00.190.310.07
HSL23.01º65.77%78.24%-
HSV(B)23.01º30.93%92.55%-
XYZ59.8357.7442.64-
YUV201.26106.41152.78-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40%
GREEN value IS 191 (75% from 255) = 32.37%
BLUE value IS 163 (64.06% from 255) = 27.63%
R=40%
G=32.37%
B=27.63%

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
Decimal23619116300.190.310.0723.0165.7778.24
HexECBFA30131F717424e
Octal35427724302337727102116
Binary111011001011111110100011010011111111111011110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBFA3; }

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

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

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

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

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

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

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

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