Shades of Dutch White #EFE1BA
Tints of Dutch White #EFE1BA
RGB
CMYK
RGB Variations
Color information
#EFE1BA (or 0xEFE1BA) is known color: Dutch White. HEX triplet: EF, E1 and BA. RGB value is (239,225,186). Sum of RGB (Red+Green+Blue) = 239+225+186=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 225 (88.28% from 255 or 34.62% from 650); Blue value is 186 (73.05% from 255 or 28.62% from 650); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE1BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE1BA is #101E45. Grayscale: #E0E0E0. Windows color (decimal): -1056326 or 12247535. OLE color: 12247535.
HSL color Cylindrical-coordinate representation of color #EFE1BA: hue angle of 44.15º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFE1BA is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 186 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.06 |
| HSL | 44.15º | 0.62% | 0.83% | - |
| HSV(B) | 44.15º | 0.22% | 0.94% | - |
| XYZ | 71.38 | 75.75 | 57.31 | - |
| YUV | 224.74 | 106.14 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 186 | 0 | 0.06 | 0.22 | 0.06 | 44.15 | 0.62 | 0.83 |
| Hex | EF | E1 | BA | 0 | 6 | 16 | 6 | 2C | 3E | 53 |
| Octal | 357 | 341 | 272 | 0 | 6 | 26 | 6 | 54 | 76 | 123 |
| Binary | 11101111 | 11100001 | 10111010 | 0 | 110 | 10110 | 110 | 101100 | 111110 | 1010011 |
Color Harmonies of #EFE1BA
Complementary color
Monochromatic Colors of #EFE1BA
Black with #EFE1BA
Text Example
Text Example
White with #EFE1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE1BA; }
p { color: rgb(239,225,186); }
H1.HeaderClassName
{
color: #EFE1BA;
}
.AnyTagClassName
{
color: #EFE1BA;
}
</style>
background-color css
<style>
a { background-color: #EFE1BA; }
a { background-color: rgb(239,225,186); }
div.DivClassName
{
background-color: #EFE1BA;
}
.BgClassName
{
background-color: #EFE1BA;
}
</style>
border-color css
<style>
span { border-color: #EFE1BA; }
span { border-color: rgb(239,225,186); }
td.TdClassName
{
border-color: #EFE1BA;
}
.TagClassName
{
border-color: #EFE1BA;
}
</style>