Html Css Color HEX #EBE2D4 Quarter Spanish White
📋 copy color: '#EBE2D4'red 235 ◦ green 226 ◦ blue 212
Shades of Quarter Spanish White #EBE2D4
Tints of Quarter Spanish White #EBE2D4
RGB
CMYK
RGB Variations
Color information
#EBE2D4 (or 0xEBE2D4) is known color: Quarter Spanish White. HEX triplet: EB, E2 and D4. RGB value is (235,226,212). Sum of RGB (Red+Green+Blue) = 235+226+212=673 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.92% from 673); Green value is 226 (88.67% from 255 or 33.58% from 673); Blue value is 212 (83.20% from 255 or 31.50% from 673); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE2D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE2D4 is #141D2B. Grayscale: #E3E3E3. Windows color (decimal): -1318188 or 13951723. OLE color: 13951723.
HSL color Cylindrical-coordinate representation of color #EBE2D4: hue angle of 36.52º 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 #EBE2D4 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 226 | 212 | - |
CMYK | 0 | 0.04 | 0.10 | 0.08 |
HSL | 36.52º | 0.37% | 0.88% | - |
HSV(B) | 36.52º | 0.1% | 0.92% | - |
XYZ | 73.34 | 76.81 | 73.25 | - |
YUV | 227.1 | 119.48 | 133.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 226 | 212 | 0 | 0.04 | 0.10 | 0.08 | 36.52 | 0.37 | 0.88 |
Hex | EB | E2 | D4 | 0 | 4 | A | 8 | 25 | 25 | 58 |
Octal | 353 | 342 | 324 | 0 | 4 | 12 | 10 | 45 | 45 | 130 |
Binary | 11101011 | 11100010 | 11010100 | 0 | 100 | 1010 | 1000 | 100101 | 100101 | 1011000 |
Color Harmonies of #EBE2D4
Complementary color
Monochromatic Colors of #EBE2D4
Black with #EBE2D4
Text Example
Text Example
White with #EBE2D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE2D4; }
p { color: rgb(235,226,212); }
H1.HeaderClassName
{
color: #EBE2D4;
}
.AnyTagClassName
{
color: #EBE2D4;
}
</style>
background-color css
<style>
a { background-color: #EBE2D4; }
a { background-color: rgb(235,226,212); }
div.DivClassName
{
background-color: #EBE2D4;
}
.BgClassName
{
background-color: #EBE2D4;
}
</style>
border-color css
<style>
span { border-color: #EBE2D4; }
span { border-color: rgb(235,226,212); }
td.TdClassName
{
border-color: #EBE2D4;
}
.TagClassName
{
border-color: #EBE2D4;
}
</style>