Html Css Color HEX #EBE0D1 Quarter Spanish White
📋 copy color: '#EBE0D1'red 235 ◦ green 224 ◦ blue 209
Shades of Quarter Spanish White #EBE0D1
Tints of Quarter Spanish White #EBE0D1
RGB
CMYK
RGB Variations
Color information
#EBE0D1 (or 0xEBE0D1) is known color: Quarter Spanish White. HEX triplet: EB, E0 and D1. RGB value is (235,224,209). Sum of RGB (Red+Green+Blue) = 235+224+209=668 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.18% from 668); Green value is 224 (87.89% from 255 or 33.53% from 668); Blue value is 209 (82.03% from 255 or 31.29% from 668); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE0D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE0D1 is #141F2E. Grayscale: #E1E1E1. Windows color (decimal): -1318703 or 13754603. OLE color: 13754603.
HSL color Cylindrical-coordinate representation of color #EBE0D1: hue angle of 34.62º degrees, saturation: 0.39, 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 #EBE0D1 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 224 | 209 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.08 |
| HSL | 34.62º | 0.39% | 0.87% | - |
| HSV(B) | 34.62º | 0.11% | 0.92% | - |
| XYZ | 72.43 | 75.58 | 71.09 | - |
| YUV | 225.58 | 118.64 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 224 | 209 | 0 | 0.05 | 0.11 | 0.08 | 34.62 | 0.39 | 0.87 |
| Hex | EB | E0 | D1 | 0 | 5 | B | 8 | 23 | 27 | 57 |
| Octal | 353 | 340 | 321 | 0 | 5 | 13 | 10 | 43 | 47 | 127 |
| Binary | 11101011 | 11100000 | 11010001 | 0 | 101 | 1011 | 1000 | 100011 | 100111 | 1010111 |
Color Harmonies of #EBE0D1
Complementary color
Monochromatic Colors of #EBE0D1
Black with #EBE0D1
Text Example
Text Example
White with #EBE0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE0D1; }
p { color: rgb(235,224,209); }
H1.HeaderClassName
{
color: #EBE0D1;
}
.AnyTagClassName
{
color: #EBE0D1;
}
</style>
background-color css
<style>
a { background-color: #EBE0D1; }
a { background-color: rgb(235,224,209); }
div.DivClassName
{
background-color: #EBE0D1;
}
.BgClassName
{
background-color: #EBE0D1;
}
</style>
border-color css
<style>
span { border-color: #EBE0D1; }
span { border-color: rgb(235,224,209); }
td.TdClassName
{
border-color: #EBE0D1;
}
.TagClassName
{
border-color: #EBE0D1;
}
</style>