Shades of Bleach White #EFE0CA
Tints of Bleach White #EFE0CA
RGB
CMYK
RGB Variations
Color information
#EFE0CA (or 0xEFE0CA) is known color: Bleach White. HEX triplet: EF, E0 and CA. RGB value is (239,224,202). Sum of RGB (Red+Green+Blue) = 239+224+202=665 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.94% from 665); Green value is 224 (87.89% from 255 or 33.68% from 665); Blue value is 202 (79.30% from 255 or 30.38% from 665); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE0CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE0CA is #101F35. Grayscale: #E2E2E2. Windows color (decimal): -1056566 or 13295855. OLE color: 13295855.
HSL color Cylindrical-coordinate representation of color #EFE0CA: hue angle of 35.68º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFE0CA is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 202 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.06 |
| HSL | 35.68º | 0.54% | 0.86% | - |
| HSV(B) | 35.68º | 0.15% | 0.94% | - |
| XYZ | 72.91 | 75.93 | 66.69 | - |
| YUV | 225.98 | 114.47 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 202 | 0 | 0.06 | 0.15 | 0.06 | 35.68 | 0.54 | 0.86 |
| Hex | EF | E0 | CA | 0 | 6 | F | 6 | 24 | 36 | 56 |
| Octal | 357 | 340 | 312 | 0 | 6 | 17 | 6 | 44 | 66 | 126 |
| Binary | 11101111 | 11100000 | 11001010 | 0 | 110 | 1111 | 110 | 100100 | 110110 | 1010110 |
Color Harmonies of #EFE0CA
Complementary color
Monochromatic Colors of #EFE0CA
Black with #EFE0CA
Text Example
Text Example
White with #EFE0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE0CA; }
p { color: rgb(239,224,202); }
H1.HeaderClassName
{
color: #EFE0CA;
}
.AnyTagClassName
{
color: #EFE0CA;
}
</style>
background-color css
<style>
a { background-color: #EFE0CA; }
a { background-color: rgb(239,224,202); }
div.DivClassName
{
background-color: #EFE0CA;
}
.BgClassName
{
background-color: #EFE0CA;
}
</style>
border-color css
<style>
span { border-color: #EFE0CA; }
span { border-color: rgb(239,224,202); }
td.TdClassName
{
border-color: #EFE0CA;
}
.TagClassName
{
border-color: #EFE0CA;
}
</style>