Shades of Cararra #EAE4D5
Tints of Cararra #EAE4D5
RGB
CMYK
RGB Variations
Color information
#EAE4D5 (or 0xEAE4D5) is known color: Cararra. HEX triplet: EA, E4 and D5. RGB value is (234,228,213). Sum of RGB (Red+Green+Blue) = 234+228+213=675 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.67% from 675); Green value is 228 (89.45% from 255 or 33.78% from 675); Blue value is 213 (83.59% from 255 or 31.56% from 675); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE4D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE4D5 is #151B2A. Grayscale: #E4E4E4. Windows color (decimal): -1383211 or 14017770. OLE color: 14017770.
HSL color Cylindrical-coordinate representation of color #EAE4D5: hue angle of 42.86º degrees, saturation: 0.33, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EAE4D5 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 228 | 213 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.08 |
| HSL | 42.86º | 0.33% | 0.88% | - |
| HSV(B) | 42.86º | 0.09% | 0.92% | - |
| XYZ | 73.69 | 77.78 | 74.08 | - |
| YUV | 228.08 | 119.49 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 228 | 213 | 0 | 0.03 | 0.09 | 0.08 | 42.86 | 0.33 | 0.88 |
| Hex | EA | E4 | D5 | 0 | 3 | 9 | 8 | 2B | 21 | 58 |
| Octal | 352 | 344 | 325 | 0 | 3 | 11 | 10 | 53 | 41 | 130 |
| Binary | 11101010 | 11100100 | 11010101 | 0 | 11 | 1001 | 1000 | 101011 | 100001 | 1011000 |
Color Harmonies of #EAE4D5
Complementary color
Monochromatic Colors of #EAE4D5
Black with #EAE4D5
Text Example
Text Example
White with #EAE4D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE4D5; }
p { color: rgb(234,228,213); }
H1.HeaderClassName
{
color: #EAE4D5;
}
.AnyTagClassName
{
color: #EAE4D5;
}
</style>
background-color css
<style>
a { background-color: #EAE4D5; }
a { background-color: rgb(234,228,213); }
div.DivClassName
{
background-color: #EAE4D5;
}
.BgClassName
{
background-color: #EAE4D5;
}
</style>
border-color css
<style>
span { border-color: #EAE4D5; }
span { border-color: rgb(234,228,213); }
td.TdClassName
{
border-color: #EAE4D5;
}
.TagClassName
{
border-color: #EAE4D5;
}
</style>