Shades of Dutch White #EFE1BB
Tints of Dutch White #EFE1BB
RGB
CMYK
RGB Variations
Color information
#EFE1BB (or 0xEFE1BB) is known color: Dutch White. HEX triplet: EF, E1 and BB. RGB value is (239,225,187). Sum of RGB (Red+Green+Blue) = 239+225+187=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 225 (88.28% from 255 or 34.56% from 651); Blue value is 187 (73.44% from 255 or 28.73% from 651); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE1BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE1BB is #101E44. Grayscale: #E1E1E1. Windows color (decimal): -1056325 or 12313071. OLE color: 12313071.
HSL color Cylindrical-coordinate representation of color #EFE1BB: hue angle of 43.85º 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 #EFE1BB is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 187 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.06 |
| HSL | 43.85º | 0.62% | 0.84% | - |
| HSV(B) | 43.85º | 0.22% | 0.94% | - |
| XYZ | 71.49 | 75.79 | 57.87 | - |
| YUV | 224.85 | 106.64 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 187 | 0 | 0.06 | 0.22 | 0.06 | 43.85 | 0.62 | 0.84 |
| Hex | EF | E1 | BB | 0 | 6 | 16 | 6 | 2C | 3E | 54 |
| Octal | 357 | 341 | 273 | 0 | 6 | 26 | 6 | 54 | 76 | 124 |
| Binary | 11101111 | 11100001 | 10111011 | 0 | 110 | 10110 | 110 | 101100 | 111110 | 1010100 |
Color Harmonies of #EFE1BB
Complementary color
Monochromatic Colors of #EFE1BB
Black with #EFE1BB
Text Example
Text Example
White with #EFE1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE1BB; }
p { color: rgb(239,225,187); }
H1.HeaderClassName
{
color: #EFE1BB;
}
.AnyTagClassName
{
color: #EFE1BB;
}
</style>
background-color css
<style>
a { background-color: #EFE1BB; }
a { background-color: rgb(239,225,187); }
div.DivClassName
{
background-color: #EFE1BB;
}
.BgClassName
{
background-color: #EFE1BB;
}
</style>
border-color css
<style>
span { border-color: #EFE1BB; }
span { border-color: rgb(239,225,187); }
td.TdClassName
{
border-color: #EFE1BB;
}
.TagClassName
{
border-color: #EFE1BB;
}
</style>