Shades of Negroni #EECBA6
Tints of Negroni #EECBA6
RGB
CMYK
RGB Variations
Color information
#EECBA6 (or 0xEECBA6) is known color: Negroni. HEX triplet: EE, CB and A6. RGB value is (238,203,166). Sum of RGB (Red+Green+Blue) = 238+203+166=607 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.21% from 607); Green value is 203 (79.69% from 255 or 33.44% from 607); Blue value is 166 (65.23% from 255 or 27.35% from 607); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECBA6 is #113459. Grayscale: #D1D1D1. Windows color (decimal): -1127514 or 10931182. OLE color: 10931182.
HSL color Cylindrical-coordinate representation of color #EECBA6: hue angle of 30.83º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EECBA6 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 166 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.07 |
| HSL | 30.83º | 0.68% | 0.79% | - |
| HSV(B) | 30.83º | 0.3% | 0.93% | - |
| XYZ | 63.5 | 63.64 | 45.01 | - |
| YUV | 209.25 | 103.6 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 166 | 0 | 0.15 | 0.30 | 0.07 | 30.83 | 0.68 | 0.79 |
| Hex | EE | CB | A6 | 0 | F | 1E | 7 | 1F | 44 | 4F |
| Octal | 356 | 313 | 246 | 0 | 17 | 36 | 7 | 37 | 104 | 117 |
| Binary | 11101110 | 11001011 | 10100110 | 0 | 1111 | 11110 | 111 | 11111 | 1000100 | 1001111 |
Color Harmonies of #EECBA6
Complementary color
Monochromatic Colors of #EECBA6
Black with #EECBA6
Text Example
Text Example
White with #EECBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECBA6; }
p { color: rgb(238,203,166); }
H1.HeaderClassName
{
color: #EECBA6;
}
.AnyTagClassName
{
color: #EECBA6;
}
</style>
background-color css
<style>
a { background-color: #EECBA6; }
a { background-color: rgb(238,203,166); }
div.DivClassName
{
background-color: #EECBA6;
}
.BgClassName
{
background-color: #EECBA6;
}
</style>
border-color css
<style>
span { border-color: #EECBA6; }
span { border-color: rgb(238,203,166); }
td.TdClassName
{
border-color: #EECBA6;
}
.TagClassName
{
border-color: #EECBA6;
}
</style>