Shades of Negroni #EFC69F
Tints of Negroni #EFC69F
RGB
CMYK
RGB Variations
Color information
#EFC69F (or 0xEFC69F) is known color: Negroni. HEX triplet: EF, C6 and 9F. RGB value is (239,198,159). Sum of RGB (Red+Green+Blue) = 239+198+159=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 198 (77.73% from 255 or 33.22% from 596); Blue value is 159 (62.5% from 255 or 26.68% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC69F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC69F is #103960. Grayscale: #CECECE. Windows color (decimal): -1063265 or 10471151. OLE color: 10471151.
HSL color Cylindrical-coordinate representation of color #EFC69F: hue angle of 29.25º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFC69F is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 198 | 159 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.06 |
| HSL | 29.25º | 0.71% | 0.78% | - |
| HSV(B) | 29.25º | 0.33% | 0.94% | - |
| XYZ | 62.05 | 61.24 | 41.35 | - |
| YUV | 205.81 | 101.58 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 198 | 159 | 0 | 0.17 | 0.33 | 0.06 | 29.25 | 0.71 | 0.78 |
| Hex | EF | C6 | 9F | 0 | 11 | 21 | 6 | 1D | 47 | 4E |
| Octal | 357 | 306 | 237 | 0 | 21 | 41 | 6 | 35 | 107 | 116 |
| Binary | 11101111 | 11000110 | 10011111 | 0 | 10001 | 100001 | 110 | 11101 | 1000111 | 1001110 |
Color Harmonies of #EFC69F
Complementary color
Monochromatic Colors of #EFC69F
Black with #EFC69F
Text Example
Text Example
White with #EFC69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC69F; }
p { color: rgb(239,198,159); }
H1.HeaderClassName
{
color: #EFC69F;
}
.AnyTagClassName
{
color: #EFC69F;
}
</style>
background-color css
<style>
a { background-color: #EFC69F; }
a { background-color: rgb(239,198,159); }
div.DivClassName
{
background-color: #EFC69F;
}
.BgClassName
{
background-color: #EFC69F;
}
</style>
border-color css
<style>
span { border-color: #EFC69F; }
span { border-color: rgb(239,198,159); }
td.TdClassName
{
border-color: #EFC69F;
}
.TagClassName
{
border-color: #EFC69F;
}
</style>