Html Css Color HEX #EFE3D2 Quarter Spanish White
📋 copy color: '#EFE3D2'red 239 ◦ green 227 ◦ blue 210
Shades of Quarter Spanish White #EFE3D2
Tints of Quarter Spanish White #EFE3D2
RGB
CMYK
RGB Variations
Color information
#EFE3D2 (or 0xEFE3D2) is known color: Quarter Spanish White. HEX triplet: EF, E3 and D2. RGB value is (239,227,210). Sum of RGB (Red+Green+Blue) = 239+227+210=676 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.36% from 676); Green value is 227 (89.06% from 255 or 33.58% from 676); Blue value is 210 (82.42% from 255 or 31.07% from 676); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE3D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE3D2 is #101C2D. Grayscale: #E4E4E4. Windows color (decimal): -1055790 or 13820911. OLE color: 13820911.
HSL color Cylindrical-coordinate representation of color #EFE3D2: hue angle of 35.17º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EFE3D2 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 227 | 210 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.06 |
| HSL | 35.17º | 0.48% | 0.88% | - |
| HSV(B) | 35.17º | 0.12% | 0.94% | - |
| XYZ | 74.7 | 77.94 | 72.08 | - |
| YUV | 228.65 | 117.48 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 227 | 210 | 0 | 0.05 | 0.12 | 0.06 | 35.17 | 0.48 | 0.88 |
| Hex | EF | E3 | D2 | 0 | 5 | C | 6 | 23 | 30 | 58 |
| Octal | 357 | 343 | 322 | 0 | 5 | 14 | 6 | 43 | 60 | 130 |
| Binary | 11101111 | 11100011 | 11010010 | 0 | 101 | 1100 | 110 | 100011 | 110000 | 1011000 |
Color Harmonies of #EFE3D2
Complementary color
Monochromatic Colors of #EFE3D2
Black with #EFE3D2
Text Example
Text Example
White with #EFE3D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE3D2; }
p { color: rgb(239,227,210); }
H1.HeaderClassName
{
color: #EFE3D2;
}
.AnyTagClassName
{
color: #EFE3D2;
}
</style>
background-color css
<style>
a { background-color: #EFE3D2; }
a { background-color: rgb(239,227,210); }
div.DivClassName
{
background-color: #EFE3D2;
}
.BgClassName
{
background-color: #EFE3D2;
}
</style>
border-color css
<style>
span { border-color: #EFE3D2; }
span { border-color: rgb(239,227,210); }
td.TdClassName
{
border-color: #EFE3D2;
}
.TagClassName
{
border-color: #EFE3D2;
}
</style>