Shades of Dutch White #EFE0BB
Tints of Dutch White #EFE0BB
RGB
CMYK
RGB Variations
Color information
#EFE0BB (or 0xEFE0BB) is known color: Dutch White. HEX triplet: EF, E0 and BB. RGB value is (239,224,187). Sum of RGB (Red+Green+Blue) = 239+224+187=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 224 (87.89% from 255 or 34.46% from 650); Blue value is 187 (73.44% from 255 or 28.77% from 650); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE0BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE0BB is #101F44. Grayscale: #E0E0E0. Windows color (decimal): -1056581 or 12312815. OLE color: 12312815.
HSL color Cylindrical-coordinate representation of color #EFE0BB: hue angle of 42.69º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFE0BB is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 187 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.06 |
| HSL | 42.69º | 0.62% | 0.84% | - |
| HSV(B) | 42.69º | 0.22% | 0.94% | - |
| XYZ | 71.22 | 75.25 | 57.78 | - |
| YUV | 224.27 | 106.97 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 187 | 0 | 0.06 | 0.22 | 0.06 | 42.69 | 0.62 | 0.84 |
| Hex | EF | E0 | BB | 0 | 6 | 16 | 6 | 2B | 3E | 54 |
| Octal | 357 | 340 | 273 | 0 | 6 | 26 | 6 | 53 | 76 | 124 |
| Binary | 11101111 | 11100000 | 10111011 | 0 | 110 | 10110 | 110 | 101011 | 111110 | 1010100 |
Color Harmonies of #EFE0BB
Complementary color
Monochromatic Colors of #EFE0BB
Black with #EFE0BB
Text Example
Text Example
White with #EFE0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE0BB; }
p { color: rgb(239,224,187); }
H1.HeaderClassName
{
color: #EFE0BB;
}
.AnyTagClassName
{
color: #EFE0BB;
}
</style>
background-color css
<style>
a { background-color: #EFE0BB; }
a { background-color: rgb(239,224,187); }
div.DivClassName
{
background-color: #EFE0BB;
}
.BgClassName
{
background-color: #EFE0BB;
}
</style>
border-color css
<style>
span { border-color: #EFE0BB; }
span { border-color: rgb(239,224,187); }
td.TdClassName
{
border-color: #EFE0BB;
}
.TagClassName
{
border-color: #EFE0BB;
}
</style>