Shades of Negroni #EFC8A5
Tints of Negroni #EFC8A5
RGB
CMYK
RGB Variations
Color information
#EFC8A5 (or 0xEFC8A5) is known color: Negroni. HEX triplet: EF, C8 and A5. RGB value is (239,200,165). Sum of RGB (Red+Green+Blue) = 239+200+165=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 200 (78.52% from 255 or 33.11% from 604); Blue value is 165 (64.84% from 255 or 27.32% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC8A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC8A5 is #10375A. Grayscale: #CFCFCF. Windows color (decimal): -1062747 or 10864879. OLE color: 10864879.
HSL color Cylindrical-coordinate representation of color #EFC8A5: hue angle of 28.38º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFC8A5 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 200 | 165 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.06 |
| HSL | 28.38º | 0.7% | 0.79% | - |
| HSV(B) | 28.38º | 0.31% | 0.94% | - |
| XYZ | 63.04 | 62.38 | 44.31 | - |
| YUV | 207.67 | 103.92 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 200 | 165 | 0 | 0.16 | 0.31 | 0.06 | 28.38 | 0.7 | 0.79 |
| Hex | EF | C8 | A5 | 0 | 10 | 1F | 6 | 1C | 46 | 4F |
| Octal | 357 | 310 | 245 | 0 | 20 | 37 | 6 | 34 | 106 | 117 |
| Binary | 11101111 | 11001000 | 10100101 | 0 | 10000 | 11111 | 110 | 11100 | 1000110 | 1001111 |
Color Harmonies of #EFC8A5
Complementary color
Monochromatic Colors of #EFC8A5
Black with #EFC8A5
Text Example
Text Example
White with #EFC8A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC8A5; }
p { color: rgb(239,200,165); }
H1.HeaderClassName
{
color: #EFC8A5;
}
.AnyTagClassName
{
color: #EFC8A5;
}
</style>
background-color css
<style>
a { background-color: #EFC8A5; }
a { background-color: rgb(239,200,165); }
div.DivClassName
{
background-color: #EFC8A5;
}
.BgClassName
{
background-color: #EFC8A5;
}
</style>
border-color css
<style>
span { border-color: #EFC8A5; }
span { border-color: rgb(239,200,165); }
td.TdClassName
{
border-color: #EFC8A5;
}
.TagClassName
{
border-color: #EFC8A5;
}
</style>