Shades of Dutch White #EFE1B7
Tints of Dutch White #EFE1B7
RGB
CMYK
RGB Variations
Color information
#EFE1B7 (or 0xEFE1B7) is known color: Dutch White. HEX triplet: EF, E1 and B7. RGB value is (239,225,183). Sum of RGB (Red+Green+Blue) = 239+225+183=647 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.94% from 647); Green value is 225 (88.28% from 255 or 34.78% from 647); Blue value is 183 (71.88% from 255 or 28.28% from 647); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE1B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE1B7 is #101E48. Grayscale: #E0E0E0. Windows color (decimal): -1056329 or 12050927. OLE color: 12050927.
HSL color Cylindrical-coordinate representation of color #EFE1B7: hue angle of 45º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFE1B7 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 183 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.06 |
| HSL | 45º | 0.64% | 0.83% | - |
| HSV(B) | 45º | 0.23% | 0.94% | - |
| XYZ | 71.07 | 75.62 | 55.65 | - |
| YUV | 224.4 | 104.64 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 183 | 0 | 0.06 | 0.23 | 0.06 | 45 | 0.64 | 0.83 |
| Hex | EF | E1 | B7 | 0 | 6 | 17 | 6 | 2D | 40 | 53 |
| Octal | 357 | 341 | 267 | 0 | 6 | 27 | 6 | 55 | 100 | 123 |
| Binary | 11101111 | 11100001 | 10110111 | 0 | 110 | 10111 | 110 | 101101 | 1000000 | 1010011 |
Color Harmonies of #EFE1B7
Complementary color
Monochromatic Colors of #EFE1B7
Black with #EFE1B7
Text Example
Text Example
White with #EFE1B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE1B7; }
p { color: rgb(239,225,183); }
H1.HeaderClassName
{
color: #EFE1B7;
}
.AnyTagClassName
{
color: #EFE1B7;
}
</style>
background-color css
<style>
a { background-color: #EFE1B7; }
a { background-color: rgb(239,225,183); }
div.DivClassName
{
background-color: #EFE1B7;
}
.BgClassName
{
background-color: #EFE1B7;
}
</style>
border-color css
<style>
span { border-color: #EFE1B7; }
span { border-color: rgb(239,225,183); }
td.TdClassName
{
border-color: #EFE1B7;
}
.TagClassName
{
border-color: #EFE1B7;
}
</style>