Shades of Primrose #E1DB8F
Tints of Primrose #E1DB8F
RGB
CMYK
RGB Variations
Color information
#E1DB8F (or 0xE1DB8F) is known color: Primrose. HEX triplet: E1, DB and 8F. RGB value is (225,219,143). Sum of RGB (Red+Green+Blue) = 225+219+143=587 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.33% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 143 (56.25% from 255 or 24.36% from 587); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DB8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DB8F is #1E2470. Grayscale: #D4D4D4. Windows color (decimal): -1975409 or 9427937. OLE color: 9427937.
HSL color Cylindrical-coordinate representation of color #E1DB8F: hue angle of 55.61º degrees, saturation: 0.58, 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 #E1DB8F is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 219 | 143 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.12 |
| HSL | 55.61º | 0.58% | 0.72% | - |
| HSV(B) | 55.61º | 0.36% | 0.88% | - |
| XYZ | 61.34 | 68.65 | 36.01 | - |
| YUV | 212.13 | 88.99 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 219 | 143 | 0 | 0.03 | 0.36 | 0.12 | 55.61 | 0.58 | 0.72 |
| Hex | E1 | DB | 8F | 0 | 3 | 24 | C | 38 | 3A | 48 |
| Octal | 341 | 333 | 217 | 0 | 3 | 44 | 14 | 70 | 72 | 110 |
| Binary | 11100001 | 11011011 | 10001111 | 0 | 11 | 100100 | 1100 | 111000 | 111010 | 1001000 |
Color Harmonies of #E1DB8F
Complementary color
Monochromatic Colors of #E1DB8F
Black with #E1DB8F
Text Example
Text Example
White with #E1DB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DB8F; }
p { color: rgb(225,219,143); }
H1.HeaderClassName
{
color: #E1DB8F;
}
.AnyTagClassName
{
color: #E1DB8F;
}
</style>
background-color css
<style>
a { background-color: #E1DB8F; }
a { background-color: rgb(225,219,143); }
div.DivClassName
{
background-color: #E1DB8F;
}
.BgClassName
{
background-color: #E1DB8F;
}
</style>
border-color css
<style>
span { border-color: #E1DB8F; }
span { border-color: rgb(225,219,143); }
td.TdClassName
{
border-color: #E1DB8F;
}
.TagClassName
{
border-color: #E1DB8F;
}
</style>