Shades of Cararra #EBE5D5
Tints of Cararra #EBE5D5
RGB
CMYK
RGB Variations
Color information
#EBE5D5 (or 0xEBE5D5) is known color: Cararra. HEX triplet: EB, E5 and D5. RGB value is (235,229,213). Sum of RGB (Red+Green+Blue) = 235+229+213=677 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.71% from 677); Green value is 229 (89.84% from 255 or 33.83% from 677); Blue value is 213 (83.59% from 255 or 31.46% from 677); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE5D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE5D5 is #141A2A. Grayscale: #E5E5E5. Windows color (decimal): -1317419 or 14018027. OLE color: 14018027.
HSL color Cylindrical-coordinate representation of color #EBE5D5: hue angle of 43.64º degrees, saturation: 0.35, 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 #EBE5D5 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 229 | 213 | - |
CMYK | 0 | 0.03 | 0.09 | 0.08 |
HSL | 43.64º | 0.35% | 0.88% | - |
HSV(B) | 43.64º | 0.09% | 0.92% | - |
XYZ | 74.29 | 78.5 | 74.19 | - |
YUV | 228.97 | 118.99 | 132.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 229 | 213 | 0 | 0.03 | 0.09 | 0.08 | 43.64 | 0.35 | 0.88 |
Hex | EB | E5 | D5 | 0 | 3 | 9 | 8 | 2C | 23 | 58 |
Octal | 353 | 345 | 325 | 0 | 3 | 11 | 10 | 54 | 43 | 130 |
Binary | 11101011 | 11100101 | 11010101 | 0 | 11 | 1001 | 1000 | 101100 | 100011 | 1011000 |
Color Harmonies of #EBE5D5
Complementary color
Monochromatic Colors of #EBE5D5
Black with #EBE5D5
Text Example
Text Example
White with #EBE5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE5D5; }
p { color: rgb(235,229,213); }
H1.HeaderClassName
{
color: #EBE5D5;
}
.AnyTagClassName
{
color: #EBE5D5;
}
</style>
background-color css
<style>
a { background-color: #EBE5D5; }
a { background-color: rgb(235,229,213); }
div.DivClassName
{
background-color: #EBE5D5;
}
.BgClassName
{
background-color: #EBE5D5;
}
</style>
border-color css
<style>
span { border-color: #EBE5D5; }
span { border-color: rgb(235,229,213); }
td.TdClassName
{
border-color: #EBE5D5;
}
.TagClassName
{
border-color: #EBE5D5;
}
</style>