Html Css Color HEX #EFE2CF Quarter Spanish White
📋 copy color: '#EFE2CF'red 239 ◦ green 226 ◦ blue 207
Shades of Quarter Spanish White #EFE2CF
Tints of Quarter Spanish White #EFE2CF
RGB
CMYK
RGB Variations
Color information
#EFE2CF (or 0xEFE2CF) is known color: Quarter Spanish White. HEX triplet: EF, E2 and CF. RGB value is (239,226,207). Sum of RGB (Red+Green+Blue) = 239+226+207=672 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.57% from 672); Green value is 226 (88.67% from 255 or 33.63% from 672); Blue value is 207 (81.25% from 255 or 30.80% from 672); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE2CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE2CF is #101D30. Grayscale: #E3E3E3. Windows color (decimal): -1056049 or 13624047. OLE color: 13624047.
HSL color Cylindrical-coordinate representation of color #EFE2CF: hue angle of 35.62º 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 #EFE2CF is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 226 | 207 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.06 |
| HSL | 35.63º | 0.5% | 0.87% | - |
| HSV(B) | 35.63º | 0.13% | 0.94% | - |
| XYZ | 74.06 | 77.25 | 70.04 | - |
| YUV | 227.72 | 116.31 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 226 | 207 | 0 | 0.05 | 0.13 | 0.06 | 35.63 | 0.5 | 0.87 |
| Hex | EF | E2 | CF | 0 | 5 | D | 6 | 24 | 32 | 57 |
| Octal | 357 | 342 | 317 | 0 | 5 | 15 | 6 | 44 | 62 | 127 |
| Binary | 11101111 | 11100010 | 11001111 | 0 | 101 | 1101 | 110 | 100100 | 110010 | 1010111 |
Color Harmonies of #EFE2CF
Complementary color
Monochromatic Colors of #EFE2CF
Black with #EFE2CF
Text Example
Text Example
White with #EFE2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE2CF; }
p { color: rgb(239,226,207); }
H1.HeaderClassName
{
color: #EFE2CF;
}
.AnyTagClassName
{
color: #EFE2CF;
}
</style>
background-color css
<style>
a { background-color: #EFE2CF; }
a { background-color: rgb(239,226,207); }
div.DivClassName
{
background-color: #EFE2CF;
}
.BgClassName
{
background-color: #EFE2CF;
}
</style>
border-color css
<style>
span { border-color: #EFE2CF; }
span { border-color: rgb(239,226,207); }
td.TdClassName
{
border-color: #EFE2CF;
}
.TagClassName
{
border-color: #EFE2CF;
}
</style>