Shades of Ebb #EAD7D0
Tints of Ebb #EAD7D0
RGB
CMYK
RGB Variations
Color information
#EAD7D0 (or 0xEAD7D0) is known color: Ebb. HEX triplet: EA, D7 and D0. RGB value is (234,215,208). Sum of RGB (Red+Green+Blue) = 234+215+208=657 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.62% from 657); Green value is 215 (84.38% from 255 or 32.72% from 657); Blue value is 208 (81.64% from 255 or 31.66% from 657); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD7D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD7D0 is #15282F. Grayscale: #DBDBDB. Windows color (decimal): -1386544 or 13686762. OLE color: 13686762.
HSL color Cylindrical-coordinate representation of color #EAD7D0: hue angle of 16.15º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EAD7D0 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 215 | 208 | - |
CMYK | 0 | 0.08 | 0.11 | 0.08 |
HSL | 16.15º | 0.38% | 0.87% | - |
HSV(B) | 16.15º | 0.11% | 0.92% | - |
XYZ | 69.62 | 70.65 | 69.64 | - |
YUV | 219.88 | 121.29 | 138.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 215 | 208 | 0 | 0.08 | 0.11 | 0.08 | 16.15 | 0.38 | 0.87 |
Hex | EA | D7 | D0 | 0 | 8 | B | 8 | 10 | 26 | 57 |
Octal | 352 | 327 | 320 | 0 | 10 | 13 | 10 | 20 | 46 | 127 |
Binary | 11101010 | 11010111 | 11010000 | 0 | 1000 | 1011 | 1000 | 10000 | 100110 | 1010111 |
Color Harmonies of #EAD7D0
Complementary color
Monochromatic Colors of #EAD7D0
Black with #EAD7D0
Text Example
Text Example
White with #EAD7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD7D0; }
p { color: rgb(234,215,208); }
H1.HeaderClassName
{
color: #EAD7D0;
}
.AnyTagClassName
{
color: #EAD7D0;
}
</style>
background-color css
<style>
a { background-color: #EAD7D0; }
a { background-color: rgb(234,215,208); }
div.DivClassName
{
background-color: #EAD7D0;
}
.BgClassName
{
background-color: #EAD7D0;
}
</style>
border-color css
<style>
span { border-color: #EAD7D0; }
span { border-color: rgb(234,215,208); }
td.TdClassName
{
border-color: #EAD7D0;
}
.TagClassName
{
border-color: #EAD7D0;
}
</style>