Shades of Primrose #E0D88F
Tints of Primrose #E0D88F
RGB
CMYK
RGB Variations
Color information
#E0D88F (or 0xE0D88F) is known color: Primrose. HEX triplet: E0, D8 and 8F. RGB value is (224,216,143). Sum of RGB (Red+Green+Blue) = 224+216+143=583 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.42% from 583); Green value is 216 (84.77% from 255 or 37.05% from 583); Blue value is 143 (56.25% from 255 or 24.53% from 583); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D88F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D88F is #1F2770. Grayscale: #D2D2D2. Windows color (decimal): -2041713 or 9427168. OLE color: 9427168.
HSL color Cylindrical-coordinate representation of color #E0D88F: hue angle of 54.07º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E0D88F is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 216 | 143 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.12 |
| HSL | 54.07º | 0.57% | 0.72% | - |
| HSV(B) | 54.07º | 0.36% | 0.88% | - |
| XYZ | 60.25 | 66.94 | 35.73 | - |
| YUV | 210.07 | 90.15 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 216 | 143 | 0 | 0.04 | 0.36 | 0.12 | 54.07 | 0.57 | 0.72 |
| Hex | E0 | D8 | 8F | 0 | 4 | 24 | C | 36 | 39 | 48 |
| Octal | 340 | 330 | 217 | 0 | 4 | 44 | 14 | 66 | 71 | 110 |
| Binary | 11100000 | 11011000 | 10001111 | 0 | 100 | 100100 | 1100 | 110110 | 111001 | 1001000 |
Color Harmonies of #E0D88F
Complementary color
Monochromatic Colors of #E0D88F
Black with #E0D88F
Text Example
Text Example
White with #E0D88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D88F; }
p { color: rgb(224,216,143); }
H1.HeaderClassName
{
color: #E0D88F;
}
.AnyTagClassName
{
color: #E0D88F;
}
</style>
background-color css
<style>
a { background-color: #E0D88F; }
a { background-color: rgb(224,216,143); }
div.DivClassName
{
background-color: #E0D88F;
}
.BgClassName
{
background-color: #E0D88F;
}
</style>
border-color css
<style>
span { border-color: #E0D88F; }
span { border-color: rgb(224,216,143); }
td.TdClassName
{
border-color: #E0D88F;
}
.TagClassName
{
border-color: #E0D88F;
}
</style>