Shades of Primrose #E9DD93
Tints of Primrose #E9DD93
RGB
CMYK
RGB Variations
Color information
#E9DD93 (or 0xE9DD93) is known color: Primrose. HEX triplet: E9, DD and 93. RGB value is (233,221,147). Sum of RGB (Red+Green+Blue) = 233+221+147=601 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.77% from 601); Green value is 221 (86.72% from 255 or 36.77% from 601); Blue value is 147 (57.81% from 255 or 24.46% from 601); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DD93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9DD93 is #16226C. Grayscale: #D8D8D8. Windows color (decimal): -1450605 or 9690601. OLE color: 9690601.
HSL color Cylindrical-coordinate representation of color #E9DD93: hue angle of 51.63º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E9DD93 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 221 | 147 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.09 |
| HSL | 51.63º | 0.66% | 0.75% | - |
| HSV(B) | 51.63º | 0.37% | 0.91% | - |
| XYZ | 64.73 | 71.14 | 37.92 | - |
| YUV | 216.15 | 88.98 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 221 | 147 | 0 | 0.05 | 0.37 | 0.09 | 51.63 | 0.66 | 0.75 |
| Hex | E9 | DD | 93 | 0 | 5 | 25 | 9 | 34 | 42 | 4B |
| Octal | 351 | 335 | 223 | 0 | 5 | 45 | 11 | 64 | 102 | 113 |
| Binary | 11101001 | 11011101 | 10010011 | 0 | 101 | 100101 | 1001 | 110100 | 1000010 | 1001011 |
Color Harmonies of #E9DD93
Complementary color
Monochromatic Colors of #E9DD93
Black with #E9DD93
Text Example
Text Example
White with #E9DD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DD93; }
p { color: rgb(233,221,147); }
H1.HeaderClassName
{
color: #E9DD93;
}
.AnyTagClassName
{
color: #E9DD93;
}
</style>
background-color css
<style>
a { background-color: #E9DD93; }
a { background-color: rgb(233,221,147); }
div.DivClassName
{
background-color: #E9DD93;
}
.BgClassName
{
background-color: #E9DD93;
}
</style>
border-color css
<style>
span { border-color: #E9DD93; }
span { border-color: rgb(233,221,147); }
td.TdClassName
{
border-color: #E9DD93;
}
.TagClassName
{
border-color: #E9DD93;
}
</style>