Html Css Color HEX #EFE0CF Quarter Spanish White
📋 copy color: '#EFE0CF'red 239 ◦ green 224 ◦ blue 207
Shades of Quarter Spanish White #EFE0CF
Tints of Quarter Spanish White #EFE0CF
RGB
CMYK
RGB Variations
Color information
#EFE0CF (or 0xEFE0CF) is known color: Quarter Spanish White. HEX triplet: EF, E0 and CF. RGB value is (239,224,207). Sum of RGB (Red+Green+Blue) = 239+224+207=670 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.67% from 670); Green value is 224 (87.89% from 255 or 33.43% from 670); Blue value is 207 (81.25% from 255 or 30.90% from 670); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE0CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE0CF is #101F30. Grayscale: #E2E2E2. Windows color (decimal): -1056561 or 13623535. OLE color: 13623535.
HSL color Cylindrical-coordinate representation of color #EFE0CF: hue angle of 31.88º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFE0CF is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 207 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.06 |
| HSL | 31.88º | 0.5% | 0.87% | - |
| HSV(B) | 31.88º | 0.13% | 0.94% | - |
| XYZ | 73.51 | 76.17 | 69.86 | - |
| YUV | 226.55 | 116.97 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 207 | 0 | 0.06 | 0.13 | 0.06 | 31.88 | 0.5 | 0.87 |
| Hex | EF | E0 | CF | 0 | 6 | D | 6 | 20 | 32 | 57 |
| Octal | 357 | 340 | 317 | 0 | 6 | 15 | 6 | 40 | 62 | 127 |
| Binary | 11101111 | 11100000 | 11001111 | 0 | 110 | 1101 | 110 | 100000 | 110010 | 1010111 |
Color Harmonies of #EFE0CF
Complementary color
Monochromatic Colors of #EFE0CF
Black with #EFE0CF
Text Example
Text Example
White with #EFE0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE0CF; }
p { color: rgb(239,224,207); }
H1.HeaderClassName
{
color: #EFE0CF;
}
.AnyTagClassName
{
color: #EFE0CF;
}
</style>
background-color css
<style>
a { background-color: #EFE0CF; }
a { background-color: rgb(239,224,207); }
div.DivClassName
{
background-color: #EFE0CF;
}
.BgClassName
{
background-color: #EFE0CF;
}
</style>
border-color css
<style>
span { border-color: #EFE0CF; }
span { border-color: rgb(239,224,207); }
td.TdClassName
{
border-color: #EFE0CF;
}
.TagClassName
{
border-color: #EFE0CF;
}
</style>