Shades of Primrose #E9DF8F
Tints of Primrose #E9DF8F
RGB
CMYK
RGB Variations
Color information
#E9DF8F (or 0xE9DF8F) is known color: Primrose. HEX triplet: E9, DF and 8F. RGB value is (233,223,143). Sum of RGB (Red+Green+Blue) = 233+223+143=599 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.90% from 599); Green value is 223 (87.5% from 255 or 37.23% from 599); Blue value is 143 (56.25% from 255 or 23.87% from 599); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DF8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9DF8F is #162070. Grayscale: #D9D9D9. Windows color (decimal): -1450097 or 9428969. OLE color: 9428969.
HSL color Cylindrical-coordinate representation of color #E9DF8F: hue angle of 53.33º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E9DF8F is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 223 | 143 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.09 |
| HSL | 53.33º | 0.67% | 0.74% | - |
| HSV(B) | 53.33º | 0.39% | 0.91% | - |
| XYZ | 64.95 | 72.08 | 36.48 | - |
| YUV | 216.87 | 86.31 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 223 | 143 | 0 | 0.04 | 0.39 | 0.09 | 53.33 | 0.67 | 0.74 |
| Hex | E9 | DF | 8F | 0 | 4 | 27 | 9 | 35 | 43 | 4A |
| Octal | 351 | 337 | 217 | 0 | 4 | 47 | 11 | 65 | 103 | 112 |
| Binary | 11101001 | 11011111 | 10001111 | 0 | 100 | 100111 | 1001 | 110101 | 1000011 | 1001010 |
Color Harmonies of #E9DF8F
Complementary color
Monochromatic Colors of #E9DF8F
Black with #E9DF8F
Text Example
Text Example
White with #E9DF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DF8F; }
p { color: rgb(233,223,143); }
H1.HeaderClassName
{
color: #E9DF8F;
}
.AnyTagClassName
{
color: #E9DF8F;
}
</style>
background-color css
<style>
a { background-color: #E9DF8F; }
a { background-color: rgb(233,223,143); }
div.DivClassName
{
background-color: #E9DF8F;
}
.BgClassName
{
background-color: #E9DF8F;
}
</style>
border-color css
<style>
span { border-color: #E9DF8F; }
span { border-color: rgb(233,223,143); }
td.TdClassName
{
border-color: #E9DF8F;
}
.TagClassName
{
border-color: #E9DF8F;
}
</style>