#ECBEA2

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

Shades of Negroni #ECBEA2

Tints of Negroni #ECBEA2

Color information

#ECBEA2 (or 0xECBEA2) is unknown color: approx Negroni. HEX triplet: EC, BE and A2. RGB value is (236,190,162). Sum of RGB (Red+Green+Blue) = 236+190+162=588 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.14% from 588); Green value is 190 (74.61% from 255 or 32.31% from 588); Blue value is 162 (63.67% from 255 or 27.55% from 588); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBEA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBEA2 is #13415D. Grayscale: #C8C8C8. Windows color (decimal): -1261918 or 10665708. OLE color: 10665708.

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

Color convert

RGB236190162-
CMYK00.190.310.07
HSL22.7º66.07%78.04%-
HSV(B)22.7º31.36%92.55%-
XYZ59.5357.2742.1-
YUV200.56106.24153.28-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.14%
GREEN value IS 190 (74.61% from 255) = 32.31%
BLUE value IS 162 (63.67% from 255) = 27.55%
R=40.14%
G=32.31%
B=27.55%

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
Decimal23619016200.190.310.0722.766.0778.04
HexECBEA20131F717424e
Octal35427624202337727102116
Binary111011001011111010100010010011111111111011110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBEA2; }

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

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

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

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

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

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

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

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