Html Css Color HEX #EFE5D4 Quarter Spanish White
📋 copy color: '#EFE5D4'red 239 ◦ green 229 ◦ blue 212
Shades of Quarter Spanish White #EFE5D4
Tints of Quarter Spanish White #EFE5D4
RGB
CMYK
RGB Variations
Color information
#EFE5D4 (or 0xEFE5D4) is known color: Quarter Spanish White. HEX triplet: EF, E5 and D4. RGB value is (239,229,212). Sum of RGB (Red+Green+Blue) = 239+229+212=680 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.15% from 680); Green value is 229 (89.84% from 255 or 33.68% from 680); Blue value is 212 (83.20% from 255 or 31.18% from 680); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE5D4 is #101A2B. Grayscale: #E6E6E6. Windows color (decimal): -1055276 or 13952495. OLE color: 13952495.
HSL color Cylindrical-coordinate representation of color #EFE5D4: hue angle of 37.78º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFE5D4 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 229 | 212 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.06 |
| HSL | 37.78º | 0.46% | 0.88% | - |
| HSV(B) | 37.78º | 0.11% | 0.94% | - |
| XYZ | 75.5 | 79.14 | 73.58 | - |
| YUV | 230.05 | 117.81 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 229 | 212 | 0 | 0.04 | 0.11 | 0.06 | 37.78 | 0.46 | 0.88 |
| Hex | EF | E5 | D4 | 0 | 4 | B | 6 | 26 | 2E | 58 |
| Octal | 357 | 345 | 324 | 0 | 4 | 13 | 6 | 46 | 56 | 130 |
| Binary | 11101111 | 11100101 | 11010100 | 0 | 100 | 1011 | 110 | 100110 | 101110 | 1011000 |
Color Harmonies of #EFE5D4
Complementary color
Monochromatic Colors of #EFE5D4
Black with #EFE5D4
Text Example
Text Example
White with #EFE5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE5D4; }
p { color: rgb(239,229,212); }
H1.HeaderClassName
{
color: #EFE5D4;
}
.AnyTagClassName
{
color: #EFE5D4;
}
</style>
background-color css
<style>
a { background-color: #EFE5D4; }
a { background-color: rgb(239,229,212); }
div.DivClassName
{
background-color: #EFE5D4;
}
.BgClassName
{
background-color: #EFE5D4;
}
</style>
border-color css
<style>
span { border-color: #EFE5D4; }
span { border-color: rgb(239,229,212); }
td.TdClassName
{
border-color: #EFE5D4;
}
.TagClassName
{
border-color: #EFE5D4;
}
</style>