Shades of Bizarre #EFD5CA
Tints of Bizarre #EFD5CA
RGB
CMYK
RGB Variations
Color information
#EFD5CA (or 0xEFD5CA) is known color: Bizarre. HEX triplet: EF, D5 and CA. RGB value is (239,213,202). Sum of RGB (Red+Green+Blue) = 239+213+202=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 213 (83.59% from 255 or 32.57% from 654); Blue value is 202 (79.30% from 255 or 30.89% from 654); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD5CA is #102A35. Grayscale: #DBDBDB. Windows color (decimal): -1059382 or 13293039. OLE color: 13293039.
HSL color Cylindrical-coordinate representation of color #EFD5CA: hue angle of 17.84º 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 #EFD5CA is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 213 | 202 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.06 |
| HSL | 17.84º | 0.54% | 0.86% | - |
| HSV(B) | 17.84º | 0.15% | 0.94% | - |
| XYZ | 70.05 | 70.2 | 65.74 | - |
| YUV | 219.52 | 118.11 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 213 | 202 | 0 | 0.11 | 0.15 | 0.06 | 17.84 | 0.54 | 0.86 |
| Hex | EF | D5 | CA | 0 | B | F | 6 | 12 | 36 | 56 |
| Octal | 357 | 325 | 312 | 0 | 13 | 17 | 6 | 22 | 66 | 126 |
| Binary | 11101111 | 11010101 | 11001010 | 0 | 1011 | 1111 | 110 | 10010 | 110110 | 1010110 |
Color Harmonies of #EFD5CA
Complementary color
Monochromatic Colors of #EFD5CA
Black with #EFD5CA
Text Example
Text Example
White with #EFD5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD5CA; }
p { color: rgb(239,213,202); }
H1.HeaderClassName
{
color: #EFD5CA;
}
.AnyTagClassName
{
color: #EFD5CA;
}
</style>
background-color css
<style>
a { background-color: #EFD5CA; }
a { background-color: rgb(239,213,202); }
div.DivClassName
{
background-color: #EFD5CA;
}
.BgClassName
{
background-color: #EFD5CA;
}
</style>
border-color css
<style>
span { border-color: #EFD5CA; }
span { border-color: rgb(239,213,202); }
td.TdClassName
{
border-color: #EFD5CA;
}
.TagClassName
{
border-color: #EFD5CA;
}
</style>