Shades of Bleach White #EFE1C8
Tints of Bleach White #EFE1C8
RGB
CMYK
RGB Variations
Color information
#EFE1C8 (or 0xEFE1C8) is known color: Bleach White. HEX triplet: EF, E1 and C8. RGB value is (239,225,200). Sum of RGB (Red+Green+Blue) = 239+225+200=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 225 (88.28% from 255 or 33.89% from 664); Blue value is 200 (78.52% from 255 or 30.12% from 664); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE1C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE1C8 is #101E37. Grayscale: #E2E2E2. Windows color (decimal): -1056312 or 13165039. OLE color: 13165039.
HSL color Cylindrical-coordinate representation of color #EFE1C8: hue angle of 38.46º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFE1C8 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 200 | - |
| CMYK | 0 | 0.06 | 0.16 | 0.06 |
| HSL | 38.46º | 0.55% | 0.86% | - |
| HSV(B) | 38.46º | 0.16% | 0.94% | - |
| XYZ | 72.95 | 76.37 | 65.54 | - |
| YUV | 226.34 | 113.14 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 200 | 0 | 0.06 | 0.16 | 0.06 | 38.46 | 0.55 | 0.86 |
| Hex | EF | E1 | C8 | 0 | 6 | 10 | 6 | 26 | 37 | 56 |
| Octal | 357 | 341 | 310 | 0 | 6 | 20 | 6 | 46 | 67 | 126 |
| Binary | 11101111 | 11100001 | 11001000 | 0 | 110 | 10000 | 110 | 100110 | 110111 | 1010110 |
Color Harmonies of #EFE1C8
Complementary color
Monochromatic Colors of #EFE1C8
Black with #EFE1C8
Text Example
Text Example
White with #EFE1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE1C8; }
p { color: rgb(239,225,200); }
H1.HeaderClassName
{
color: #EFE1C8;
}
.AnyTagClassName
{
color: #EFE1C8;
}
</style>
background-color css
<style>
a { background-color: #EFE1C8; }
a { background-color: rgb(239,225,200); }
div.DivClassName
{
background-color: #EFE1C8;
}
.BgClassName
{
background-color: #EFE1C8;
}
</style>
border-color css
<style>
span { border-color: #EFE1C8; }
span { border-color: rgb(239,225,200); }
td.TdClassName
{
border-color: #EFE1C8;
}
.TagClassName
{
border-color: #EFE1C8;
}
</style>