Shades of Bizarre #EFD4C4
Tints of Bizarre #EFD4C4
RGB
CMYK
RGB Variations
Color information
#EFD4C4 (or 0xEFD4C4) is known color: Bizarre. HEX triplet: EF, D4 and C4. RGB value is (239,212,196). Sum of RGB (Red+Green+Blue) = 239+212+196=647 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.94% from 647); Green value is 212 (83.20% from 255 or 32.77% from 647); Blue value is 196 (76.95% from 255 or 30.29% from 647); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD4C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD4C4 is #102B3B. Grayscale: #DADADA. Windows color (decimal): -1059644 or 12899567. OLE color: 12899567.
HSL color Cylindrical-coordinate representation of color #EFD4C4: hue angle of 22.33º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFD4C4 is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 212 | 196 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.06 |
| HSL | 22.33º | 0.57% | 0.85% | - |
| HSV(B) | 22.33º | 0.18% | 0.94% | - |
| XYZ | 69.1 | 69.42 | 61.98 | - |
| YUV | 218.25 | 115.45 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 212 | 196 | 0 | 0.11 | 0.18 | 0.06 | 22.33 | 0.57 | 0.85 |
| Hex | EF | D4 | C4 | 0 | B | 12 | 6 | 16 | 39 | 55 |
| Octal | 357 | 324 | 304 | 0 | 13 | 22 | 6 | 26 | 71 | 125 |
| Binary | 11101111 | 11010100 | 11000100 | 0 | 1011 | 10010 | 110 | 10110 | 111001 | 1010101 |
Color Harmonies of #EFD4C4
Complementary color
Monochromatic Colors of #EFD4C4
Black with #EFD4C4
Text Example
Text Example
White with #EFD4C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD4C4; }
p { color: rgb(239,212,196); }
H1.HeaderClassName
{
color: #EFD4C4;
}
.AnyTagClassName
{
color: #EFD4C4;
}
</style>
background-color css
<style>
a { background-color: #EFD4C4; }
a { background-color: rgb(239,212,196); }
div.DivClassName
{
background-color: #EFD4C4;
}
.BgClassName
{
background-color: #EFD4C4;
}
</style>
border-color css
<style>
span { border-color: #EFD4C4; }
span { border-color: rgb(239,212,196); }
td.TdClassName
{
border-color: #EFD4C4;
}
.TagClassName
{
border-color: #EFD4C4;
}
</style>