#ECBEA0

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

Shades of Negroni #ECBEA0

Tints of Negroni #ECBEA0

Color information

#ECBEA0 (or 0xECBEA0) is unknown color: approx Negroni. HEX triplet: EC, BE and A0. RGB value is (236,190,160). Sum of RGB (Red+Green+Blue) = 236+190+160=586 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.27% from 586); Green value is 190 (74.61% from 255 or 32.42% from 586); Blue value is 160 (62.89% from 255 or 27.30% from 586); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBEA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBEA0 is #13415F. Grayscale: #C8C8C8. Windows color (decimal): -1261920 or 10534636. OLE color: 10534636.

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

Color convert

RGB236190160-
CMYK00.190.320.07
HSL23.68º66.67%77.65%-
HSV(B)23.68º32.2%92.55%-
XYZ59.3557.241.17-
YUV200.33105.24153.44-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.27%
GREEN value IS 190 (74.61% from 255) = 32.42%
BLUE value IS 160 (62.89% from 255) = 27.30%
R=40.27%
G=32.42%
B=27.30%

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
Decimal23619016000.190.320.0723.6866.6777.65
HexECBEA001320718434e
Octal35427624002340730103116
Binary1110110010111110101000000100111000001111100010000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBEA0; }

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

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

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

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

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

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

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

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