Shades of Cararra #EBE4D4
Tints of Cararra #EBE4D4
RGB
CMYK
RGB Variations
Color information
#EBE4D4 (or 0xEBE4D4) is known color: Cararra. HEX triplet: EB, E4 and D4. RGB value is (235,228,212). Sum of RGB (Red+Green+Blue) = 235+228+212=675 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.81% from 675); Green value is 228 (89.45% from 255 or 33.78% from 675); Blue value is 212 (83.20% from 255 or 31.41% from 675); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE4D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE4D4 is #141B2B. Grayscale: #E4E4E4. Windows color (decimal): -1317676 or 13952235. OLE color: 13952235.
HSL color Cylindrical-coordinate representation of color #EBE4D4: hue angle of 41.74º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EBE4D4 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 228 | 212 | - |
CMYK | 0 | 0.03 | 0.10 | 0.08 |
HSL | 41.74º | 0.37% | 0.88% | - |
HSV(B) | 41.74º | 0.1% | 0.92% | - |
XYZ | 73.89 | 77.9 | 73.43 | - |
YUV | 228.27 | 118.82 | 132.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 228 | 212 | 0 | 0.03 | 0.10 | 0.08 | 41.74 | 0.37 | 0.88 |
Hex | EB | E4 | D4 | 0 | 3 | A | 8 | 2A | 25 | 58 |
Octal | 353 | 344 | 324 | 0 | 3 | 12 | 10 | 52 | 45 | 130 |
Binary | 11101011 | 11100100 | 11010100 | 0 | 11 | 1010 | 1000 | 101010 | 100101 | 1011000 |
Color Harmonies of #EBE4D4
Complementary color
Monochromatic Colors of #EBE4D4
Black with #EBE4D4
Text Example
Text Example
White with #EBE4D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE4D4; }
p { color: rgb(235,228,212); }
H1.HeaderClassName
{
color: #EBE4D4;
}
.AnyTagClassName
{
color: #EBE4D4;
}
</style>
background-color css
<style>
a { background-color: #EBE4D4; }
a { background-color: rgb(235,228,212); }
div.DivClassName
{
background-color: #EBE4D4;
}
.BgClassName
{
background-color: #EBE4D4;
}
</style>
border-color css
<style>
span { border-color: #EBE4D4; }
span { border-color: rgb(235,228,212); }
td.TdClassName
{
border-color: #EBE4D4;
}
.TagClassName
{
border-color: #EBE4D4;
}
</style>