Html Css Color HEX #EFE5D3 Quarter Spanish White
📋 copy color: '#EFE5D3'red 239 ◦ green 229 ◦ blue 211
Shades of Quarter Spanish White #EFE5D3
Tints of Quarter Spanish White #EFE5D3
RGB
CMYK
RGB Variations
Color information
#EFE5D3 (or 0xEFE5D3) is known color: Quarter Spanish White. HEX triplet: EF, E5 and D3. RGB value is (239,229,211). Sum of RGB (Red+Green+Blue) = 239+229+211=679 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.20% from 679); Green value is 229 (89.84% from 255 or 33.73% from 679); Blue value is 211 (82.81% from 255 or 31.08% from 679); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE5D3 is #101A2C. Grayscale: #E6E6E6. Windows color (decimal): -1055277 or 13886959. OLE color: 13886959.
HSL color Cylindrical-coordinate representation of color #EFE5D3: hue angle of 38.57º degrees, saturation: 0.47, 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 #EFE5D3 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 229 | 211 | - |
CMYK | 0 | 0.04 | 0.12 | 0.06 |
HSL | 38.57º | 0.47% | 0.88% | - |
HSV(B) | 38.57º | 0.12% | 0.94% | - |
XYZ | 75.37 | 79.09 | 72.92 | - |
YUV | 229.94 | 117.31 | 134.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 229 | 211 | 0 | 0.04 | 0.12 | 0.06 | 38.57 | 0.47 | 0.88 |
Hex | EF | E5 | D3 | 0 | 4 | C | 6 | 27 | 2F | 58 |
Octal | 357 | 345 | 323 | 0 | 4 | 14 | 6 | 47 | 57 | 130 |
Binary | 11101111 | 11100101 | 11010011 | 0 | 100 | 1100 | 110 | 100111 | 101111 | 1011000 |
Color Harmonies of #EFE5D3
Complementary color
Monochromatic Colors of #EFE5D3
Black with #EFE5D3
Text Example
Text Example
White with #EFE5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE5D3; }
p { color: rgb(239,229,211); }
H1.HeaderClassName
{
color: #EFE5D3;
}
.AnyTagClassName
{
color: #EFE5D3;
}
</style>
background-color css
<style>
a { background-color: #EFE5D3; }
a { background-color: rgb(239,229,211); }
div.DivClassName
{
background-color: #EFE5D3;
}
.BgClassName
{
background-color: #EFE5D3;
}
</style>
border-color css
<style>
span { border-color: #EFE5D3; }
span { border-color: rgb(239,229,211); }
td.TdClassName
{
border-color: #EFE5D3;
}
.TagClassName
{
border-color: #EFE5D3;
}
</style>