Shades of Dutch White #EFE0C0
Tints of Dutch White #EFE0C0
RGB
CMYK
RGB Variations
Color information
#EFE0C0 (or 0xEFE0C0) is known color: Dutch White. HEX triplet: EF, E0 and C0. RGB value is (239,224,192). Sum of RGB (Red+Green+Blue) = 239+224+192=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 224 (87.89% from 255 or 34.20% from 655); Blue value is 192 (75.39% from 255 or 29.31% from 655); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE0C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE0C0 is #101F3F. Grayscale: #E0E0E0. Windows color (decimal): -1056576 or 12640495. OLE color: 12640495.
HSL color Cylindrical-coordinate representation of color #EFE0C0: hue angle of 40.85º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFE0C0 is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 192 | - |
| CMYK | 0 | 0.06 | 0.20 | 0.06 |
| HSL | 40.85º | 0.59% | 0.85% | - |
| HSV(B) | 40.85º | 0.2% | 0.94% | - |
| XYZ | 71.77 | 75.47 | 60.65 | - |
| YUV | 224.84 | 109.47 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 192 | 0 | 0.06 | 0.20 | 0.06 | 40.85 | 0.59 | 0.85 |
| Hex | EF | E0 | C0 | 0 | 6 | 14 | 6 | 29 | 3B | 55 |
| Octal | 357 | 340 | 300 | 0 | 6 | 24 | 6 | 51 | 73 | 125 |
| Binary | 11101111 | 11100000 | 11000000 | 0 | 110 | 10100 | 110 | 101001 | 111011 | 1010101 |
Color Harmonies of #EFE0C0
Complementary color
Monochromatic Colors of #EFE0C0
Black with #EFE0C0
Text Example
Text Example
White with #EFE0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE0C0; }
p { color: rgb(239,224,192); }
H1.HeaderClassName
{
color: #EFE0C0;
}
.AnyTagClassName
{
color: #EFE0C0;
}
</style>
background-color css
<style>
a { background-color: #EFE0C0; }
a { background-color: rgb(239,224,192); }
div.DivClassName
{
background-color: #EFE0C0;
}
.BgClassName
{
background-color: #EFE0C0;
}
</style>
border-color css
<style>
span { border-color: #EFE0C0; }
span { border-color: rgb(239,224,192); }
td.TdClassName
{
border-color: #EFE0C0;
}
.TagClassName
{
border-color: #EFE0C0;
}
</style>