#ECBE9F

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

Shades of Negroni #ECBE9F

Tints of Negroni #ECBE9F

Color information

#ECBE9F (or 0xECBE9F) is unknown color: approx Negroni. HEX triplet: EC, BE and 9F. RGB value is (236,190,159). Sum of RGB (Red+Green+Blue) = 236+190+159=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 190 (74.61% from 255 or 32.48% from 585); Blue value is 159 (62.5% from 255 or 27.18% from 585); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBE9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBE9F is #134160. Grayscale: #C8C8C8. Windows color (decimal): -1261921 or 10469100. OLE color: 10469100.

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

Color convert

RGB236190159-
CMYK00.190.330.07
HSL24.16º66.96%77.45%-
HSV(B)24.16º32.63%92.55%-
XYZ59.2657.1640.71-
YUV200.22104.74153.52-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.34%
GREEN value IS 190 (74.61% from 255) = 32.48%
BLUE value IS 159 (62.5% from 255) = 27.18%
R=40.34%
G=32.48%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619015900.190.330.0724.1666.9677.45
HexECBE9F01321718434d
Octal35427623702341730103115
Binary1110110010111110100111110100111000011111100010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBE9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBE9F; }

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

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

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

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

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

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

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

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