Shades of Negroni #ECCBA7
Tints of Negroni #ECCBA7
RGB
CMYK
RGB Variations
Color information
#ECCBA7 (or 0xECCBA7) is known color: Negroni. HEX triplet: EC, CB and A7. RGB value is (236,203,167). Sum of RGB (Red+Green+Blue) = 236+203+167=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 203 (79.69% from 255 or 33.50% from 606); Blue value is 167 (65.62% from 255 or 27.56% from 606); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCBA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCBA7 is #133458. Grayscale: #D0D0D0. Windows color (decimal): -1258585 or 10996716. OLE color: 10996716.
HSL color Cylindrical-coordinate representation of color #ECCBA7: hue angle of 31.3º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ECCBA7 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 203 | 167 | - |
CMYK | 0 | 0.14 | 0.29 | 0.07 |
HSL | 31.3º | 0.64% | 0.79% | - |
HSV(B) | 31.3º | 0.29% | 0.93% | - |
XYZ | 62.92 | 63.33 | 45.47 | - |
YUV | 208.76 | 104.43 | 147.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 203 | 167 | 0 | 0.14 | 0.29 | 0.07 | 31.3 | 0.64 | 0.79 |
Hex | EC | CB | A7 | 0 | E | 1D | 7 | 1F | 40 | 4F |
Octal | 354 | 313 | 247 | 0 | 16 | 35 | 7 | 37 | 100 | 117 |
Binary | 11101100 | 11001011 | 10100111 | 0 | 1110 | 11101 | 111 | 11111 | 1000000 | 1001111 |
Color Harmonies of #ECCBA7
Complementary color
Monochromatic Colors of #ECCBA7
Black with #ECCBA7
Text Example
Text Example
White with #ECCBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCBA7; }
p { color: rgb(236,203,167); }
H1.HeaderClassName
{
color: #ECCBA7;
}
.AnyTagClassName
{
color: #ECCBA7;
}
</style>
background-color css
<style>
a { background-color: #ECCBA7; }
a { background-color: rgb(236,203,167); }
div.DivClassName
{
background-color: #ECCBA7;
}
.BgClassName
{
background-color: #ECCBA7;
}
</style>
border-color css
<style>
span { border-color: #ECCBA7; }
span { border-color: rgb(236,203,167); }
td.TdClassName
{
border-color: #ECCBA7;
}
.TagClassName
{
border-color: #ECCBA7;
}
</style>