Html Css Color HEX #EFE4D1 Quarter Spanish White
📋 copy color: '#EFE4D1'red 239 ◦ green 228 ◦ blue 209
Shades of Quarter Spanish White #EFE4D1
Tints of Quarter Spanish White #EFE4D1
RGB
CMYK
RGB Variations
Color information
#EFE4D1 (or 0xEFE4D1) is known color: Quarter Spanish White. HEX triplet: EF, E4 and D1. RGB value is (239,228,209). Sum of RGB (Red+Green+Blue) = 239+228+209=676 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.36% from 676); Green value is 228 (89.45% from 255 or 33.73% from 676); Blue value is 209 (82.03% from 255 or 30.92% from 676); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE4D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE4D1 is #101B2E. Grayscale: #E5E5E5. Windows color (decimal): -1055535 or 13755631. OLE color: 13755631.
HSL color Cylindrical-coordinate representation of color #EFE4D1: hue angle of 38º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFE4D1 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 228 | 209 | - |
CMYK | 0 | 0.05 | 0.13 | 0.06 |
HSL | 38º | 0.48% | 0.88% | - |
HSV(B) | 38º | 0.13% | 0.94% | - |
XYZ | 74.85 | 78.44 | 71.52 | - |
YUV | 229.12 | 116.64 | 135.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 228 | 209 | 0 | 0.05 | 0.13 | 0.06 | 38 | 0.48 | 0.88 |
Hex | EF | E4 | D1 | 0 | 5 | D | 6 | 26 | 30 | 58 |
Octal | 357 | 344 | 321 | 0 | 5 | 15 | 6 | 46 | 60 | 130 |
Binary | 11101111 | 11100100 | 11010001 | 0 | 101 | 1101 | 110 | 100110 | 110000 | 1011000 |
Color Harmonies of #EFE4D1
Complementary color
Monochromatic Colors of #EFE4D1
Black with #EFE4D1
Text Example
Text Example
White with #EFE4D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE4D1; }
p { color: rgb(239,228,209); }
H1.HeaderClassName
{
color: #EFE4D1;
}
.AnyTagClassName
{
color: #EFE4D1;
}
</style>
background-color css
<style>
a { background-color: #EFE4D1; }
a { background-color: rgb(239,228,209); }
div.DivClassName
{
background-color: #EFE4D1;
}
.BgClassName
{
background-color: #EFE4D1;
}
</style>
border-color css
<style>
span { border-color: #EFE4D1; }
span { border-color: rgb(239,228,209); }
td.TdClassName
{
border-color: #EFE4D1;
}
.TagClassName
{
border-color: #EFE4D1;
}
</style>