Shades of Primrose #E1DF8F
Tints of Primrose #E1DF8F
RGB
CMYK
RGB Variations
Color information
#E1DF8F (or 0xE1DF8F) is known color: Primrose. HEX triplet: E1, DF and 8F. RGB value is (225,223,143). Sum of RGB (Red+Green+Blue) = 225+223+143=591 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.07% from 591); Green value is 223 (87.5% from 255 or 37.73% from 591); Blue value is 143 (56.25% from 255 or 24.20% from 591); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DF8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DF8F is #1E2070. Grayscale: #D6D6D6. Windows color (decimal): -1974385 or 9428961. OLE color: 9428961.
HSL color Cylindrical-coordinate representation of color #E1DF8F: hue angle of 58.54º 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 #E1DF8F is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 223 | 143 | - |
| CMYK | 0 | 0.01 | 0.36 | 0.12 |
| HSL | 58.54º | 0.58% | 0.72% | - |
| HSV(B) | 58.54º | 0.36% | 0.88% | - |
| XYZ | 62.4 | 70.77 | 36.36 | - |
| YUV | 214.48 | 87.66 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 223 | 143 | 0 | 0.01 | 0.36 | 0.12 | 58.54 | 0.58 | 0.72 |
| Hex | E1 | DF | 8F | 0 | 1 | 24 | C | 3B | 3A | 48 |
| Octal | 341 | 337 | 217 | 0 | 1 | 44 | 14 | 73 | 72 | 110 |
| Binary | 11100001 | 11011111 | 10001111 | 0 | 1 | 100100 | 1100 | 111011 | 111010 | 1001000 |
Color Harmonies of #E1DF8F
Complementary color
Monochromatic Colors of #E1DF8F
Black with #E1DF8F
Text Example
Text Example
White with #E1DF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DF8F; }
p { color: rgb(225,223,143); }
H1.HeaderClassName
{
color: #E1DF8F;
}
.AnyTagClassName
{
color: #E1DF8F;
}
</style>
background-color css
<style>
a { background-color: #E1DF8F; }
a { background-color: rgb(225,223,143); }
div.DivClassName
{
background-color: #E1DF8F;
}
.BgClassName
{
background-color: #E1DF8F;
}
</style>
border-color css
<style>
span { border-color: #E1DF8F; }
span { border-color: rgb(225,223,143); }
td.TdClassName
{
border-color: #E1DF8F;
}
.TagClassName
{
border-color: #E1DF8F;
}
</style>