Html Css Color HEX #EFE5D1 Quarter Spanish White
📋 copy color: '#EFE5D1'red 239 ◦ green 229 ◦ blue 209
Shades of Quarter Spanish White #EFE5D1
Tints of Quarter Spanish White #EFE5D1
RGB
CMYK
RGB Variations
Color information
#EFE5D1 (or 0xEFE5D1) is known color: Quarter Spanish White. HEX triplet: EF, E5 and D1. RGB value is (239,229,209). Sum of RGB (Red+Green+Blue) = 239+229+209=677 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.30% from 677); Green value is 229 (89.84% from 255 or 33.83% from 677); Blue value is 209 (82.03% from 255 or 30.87% from 677); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE5D1 is #101A2E. Grayscale: #E5E5E5. Windows color (decimal): -1055279 or 13755887. OLE color: 13755887.
HSL color Cylindrical-coordinate representation of color #EFE5D1: hue angle of 40º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFE5D1 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 229 | 209 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.06 |
| HSL | 40º | 0.48% | 0.88% | - |
| HSV(B) | 40º | 0.13% | 0.94% | - |
| XYZ | 75.12 | 78.99 | 71.61 | - |
| YUV | 229.71 | 116.31 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 229 | 209 | 0 | 0.04 | 0.13 | 0.06 | 40 | 0.48 | 0.88 |
| Hex | EF | E5 | D1 | 0 | 4 | D | 6 | 28 | 30 | 58 |
| Octal | 357 | 345 | 321 | 0 | 4 | 15 | 6 | 50 | 60 | 130 |
| Binary | 11101111 | 11100101 | 11010001 | 0 | 100 | 1101 | 110 | 101000 | 110000 | 1011000 |
Color Harmonies of #EFE5D1
Complementary color
Monochromatic Colors of #EFE5D1
Black with #EFE5D1
Text Example
Text Example
White with #EFE5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE5D1; }
p { color: rgb(239,229,209); }
H1.HeaderClassName
{
color: #EFE5D1;
}
.AnyTagClassName
{
color: #EFE5D1;
}
</style>
background-color css
<style>
a { background-color: #EFE5D1; }
a { background-color: rgb(239,229,209); }
div.DivClassName
{
background-color: #EFE5D1;
}
.BgClassName
{
background-color: #EFE5D1;
}
</style>
border-color css
<style>
span { border-color: #EFE5D1; }
span { border-color: rgb(239,229,209); }
td.TdClassName
{
border-color: #EFE5D1;
}
.TagClassName
{
border-color: #EFE5D1;
}
</style>