Html Css Color HEX #EEE3D0 Quarter Spanish White
📋 copy color: '#EEE3D0'red 238 ◦ green 227 ◦ blue 208
Shades of Quarter Spanish White #EEE3D0
Tints of Quarter Spanish White #EEE3D0
RGB
CMYK
RGB Variations
Color information
#EEE3D0 (or 0xEEE3D0) is known color: Quarter Spanish White. HEX triplet: EE, E3 and D0. RGB value is (238,227,208). Sum of RGB (Red+Green+Blue) = 238+227+208=673 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.36% from 673); Green value is 227 (89.06% from 255 or 33.73% from 673); Blue value is 208 (81.64% from 255 or 30.91% from 673); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE3D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE3D0 is #111C2F. Grayscale: #E4E4E4. Windows color (decimal): -1121328 or 13689838. OLE color: 13689838.
HSL color Cylindrical-coordinate representation of color #EEE3D0: hue angle of 38º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EEE3D0 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 227 | 208 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.07 |
| HSL | 38º | 0.47% | 0.87% | - |
| HSV(B) | 38º | 0.13% | 0.93% | - |
| XYZ | 74.11 | 77.67 | 70.76 | - |
| YUV | 228.12 | 116.64 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 227 | 208 | 0 | 0.05 | 0.13 | 0.07 | 38 | 0.47 | 0.87 |
| Hex | EE | E3 | D0 | 0 | 5 | D | 7 | 26 | 2F | 57 |
| Octal | 356 | 343 | 320 | 0 | 5 | 15 | 7 | 46 | 57 | 127 |
| Binary | 11101110 | 11100011 | 11010000 | 0 | 101 | 1101 | 111 | 100110 | 101111 | 1010111 |
Color Harmonies of #EEE3D0
Complementary color
Monochromatic Colors of #EEE3D0
Black with #EEE3D0
Text Example
Text Example
White with #EEE3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE3D0; }
p { color: rgb(238,227,208); }
H1.HeaderClassName
{
color: #EEE3D0;
}
.AnyTagClassName
{
color: #EEE3D0;
}
</style>
background-color css
<style>
a { background-color: #EEE3D0; }
a { background-color: rgb(238,227,208); }
div.DivClassName
{
background-color: #EEE3D0;
}
.BgClassName
{
background-color: #EEE3D0;
}
</style>
border-color css
<style>
span { border-color: #EEE3D0; }
span { border-color: rgb(238,227,208); }
td.TdClassName
{
border-color: #EEE3D0;
}
.TagClassName
{
border-color: #EEE3D0;
}
</style>