Shades of Cararra #EAE4D3
Tints of Cararra #EAE4D3
RGB
CMYK
RGB Variations
Color information
#EAE4D3 (or 0xEAE4D3) is known color: Cararra. HEX triplet: EA, E4 and D3. RGB value is (234,228,211). Sum of RGB (Red+Green+Blue) = 234+228+211=673 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.77% from 673); Green value is 228 (89.45% from 255 or 33.88% from 673); Blue value is 211 (82.81% from 255 or 31.35% from 673); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE4D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE4D3 is #151B2C. Grayscale: #E3E3E3. Windows color (decimal): -1383213 or 13886698. OLE color: 13886698.
HSL color Cylindrical-coordinate representation of color #EAE4D3: hue angle of 44.35º degrees, saturation: 0.35, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EAE4D3 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 228 | 211 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.08 |
| HSL | 44.35º | 0.35% | 0.87% | - |
| HSV(B) | 44.35º | 0.1% | 0.92% | - |
| XYZ | 73.43 | 77.68 | 72.75 | - |
| YUV | 227.86 | 118.49 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 228 | 211 | 0 | 0.03 | 0.10 | 0.08 | 44.35 | 0.35 | 0.87 |
| Hex | EA | E4 | D3 | 0 | 3 | A | 8 | 2C | 23 | 57 |
| Octal | 352 | 344 | 323 | 0 | 3 | 12 | 10 | 54 | 43 | 127 |
| Binary | 11101010 | 11100100 | 11010011 | 0 | 11 | 1010 | 1000 | 101100 | 100011 | 1010111 |
Color Harmonies of #EAE4D3
Complementary color
Monochromatic Colors of #EAE4D3
Black with #EAE4D3
Text Example
Text Example
White with #EAE4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE4D3; }
p { color: rgb(234,228,211); }
H1.HeaderClassName
{
color: #EAE4D3;
}
.AnyTagClassName
{
color: #EAE4D3;
}
</style>
background-color css
<style>
a { background-color: #EAE4D3; }
a { background-color: rgb(234,228,211); }
div.DivClassName
{
background-color: #EAE4D3;
}
.BgClassName
{
background-color: #EAE4D3;
}
</style>
border-color css
<style>
span { border-color: #EAE4D3; }
span { border-color: rgb(234,228,211); }
td.TdClassName
{
border-color: #EAE4D3;
}
.TagClassName
{
border-color: #EAE4D3;
}
</style>