Shades of Bizarre #EFD4CA
Tints of Bizarre #EFD4CA
RGB
CMYK
RGB Variations
Color information
#EFD4CA (or 0xEFD4CA) is known color: Bizarre. HEX triplet: EF, D4 and CA. RGB value is (239,212,202). Sum of RGB (Red+Green+Blue) = 239+212+202=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 212 (83.20% from 255 or 32.47% from 653); Blue value is 202 (79.30% from 255 or 30.93% from 653); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD4CA is #102B35. Grayscale: #DBDBDB. Windows color (decimal): -1059638 or 13292783. OLE color: 13292783.
HSL color Cylindrical-coordinate representation of color #EFD4CA: hue angle of 16.22º 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 #EFD4CA is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 212 | 202 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.06 |
| HSL | 16.22º | 0.54% | 0.86% | - |
| HSV(B) | 16.22º | 0.15% | 0.94% | - |
| XYZ | 69.8 | 69.7 | 65.65 | - |
| YUV | 218.93 | 118.45 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 212 | 202 | 0 | 0.11 | 0.15 | 0.06 | 16.22 | 0.54 | 0.86 |
| Hex | EF | D4 | CA | 0 | B | F | 6 | 10 | 36 | 56 |
| Octal | 357 | 324 | 312 | 0 | 13 | 17 | 6 | 20 | 66 | 126 |
| Binary | 11101111 | 11010100 | 11001010 | 0 | 1011 | 1111 | 110 | 10000 | 110110 | 1010110 |
Color Harmonies of #EFD4CA
Complementary color
Monochromatic Colors of #EFD4CA
Black with #EFD4CA
Text Example
Text Example
White with #EFD4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD4CA; }
p { color: rgb(239,212,202); }
H1.HeaderClassName
{
color: #EFD4CA;
}
.AnyTagClassName
{
color: #EFD4CA;
}
</style>
background-color css
<style>
a { background-color: #EFD4CA; }
a { background-color: rgb(239,212,202); }
div.DivClassName
{
background-color: #EFD4CA;
}
.BgClassName
{
background-color: #EFD4CA;
}
</style>
border-color css
<style>
span { border-color: #EFD4CA; }
span { border-color: rgb(239,212,202); }
td.TdClassName
{
border-color: #EFD4CA;
}
.TagClassName
{
border-color: #EFD4CA;
}
</style>