Shades of Bizarre #EED5CA
Tints of Bizarre #EED5CA
RGB
CMYK
RGB Variations
Color information
#EED5CA (or 0xEED5CA) is known color: Bizarre. HEX triplet: EE, D5 and CA. RGB value is (238,213,202). Sum of RGB (Red+Green+Blue) = 238+213+202=653 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.45% from 653); Green value is 213 (83.59% from 255 or 32.62% from 653); Blue value is 202 (79.30% from 255 or 30.93% from 653); Max value from RGB is 238 - color contains mainly: red. Hex color #EED5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED5CA is #112A35. Grayscale: #DBDBDB. Windows color (decimal): -1124918 or 13293038. OLE color: 13293038.
HSL color Cylindrical-coordinate representation of color #EED5CA: hue angle of 18.33º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EED5CA is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 213 | 202 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.07 |
| HSL | 18.33º | 0.51% | 0.86% | - |
| HSV(B) | 18.33º | 0.15% | 0.93% | - |
| XYZ | 69.71 | 70.03 | 65.72 | - |
| YUV | 219.22 | 118.28 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 213 | 202 | 0 | 0.11 | 0.15 | 0.07 | 18.33 | 0.51 | 0.86 |
| Hex | EE | D5 | CA | 0 | B | F | 7 | 12 | 33 | 56 |
| Octal | 356 | 325 | 312 | 0 | 13 | 17 | 7 | 22 | 63 | 126 |
| Binary | 11101110 | 11010101 | 11001010 | 0 | 1011 | 1111 | 111 | 10010 | 110011 | 1010110 |
Color Harmonies of #EED5CA
Complementary color
Monochromatic Colors of #EED5CA
Black with #EED5CA
Text Example
Text Example
White with #EED5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED5CA; }
p { color: rgb(238,213,202); }
H1.HeaderClassName
{
color: #EED5CA;
}
.AnyTagClassName
{
color: #EED5CA;
}
</style>
background-color css
<style>
a { background-color: #EED5CA; }
a { background-color: rgb(238,213,202); }
div.DivClassName
{
background-color: #EED5CA;
}
.BgClassName
{
background-color: #EED5CA;
}
</style>
border-color css
<style>
span { border-color: #EED5CA; }
span { border-color: rgb(238,213,202); }
td.TdClassName
{
border-color: #EED5CA;
}
.TagClassName
{
border-color: #EED5CA;
}
</style>