Shades of Primrose #E9DE88
Tints of Primrose #E9DE88
RGB
CMYK
RGB Variations
Color information
#E9DE88 (or 0xE9DE88) is known color: Primrose. HEX triplet: E9, DE and 88. RGB value is (233,222,136). Sum of RGB (Red+Green+Blue) = 233+222+136=591 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.42% from 591); Green value is 222 (87.11% from 255 or 37.56% from 591); Blue value is 136 (53.52% from 255 or 23.01% from 591); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DE88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9DE88 is #162177. Grayscale: #D7D7D7. Windows color (decimal): -1450360 or 8969961. OLE color: 8969961.
HSL color Cylindrical-coordinate representation of color #E9DE88: hue angle of 53.2º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E9DE88 is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 222 | 136 | - |
| CMYK | 0 | 0.05 | 0.42 | 0.09 |
| HSL | 53.2º | 0.69% | 0.72% | - |
| HSV(B) | 53.2º | 0.42% | 0.91% | - |
| XYZ | 64.17 | 71.34 | 33.68 | - |
| YUV | 215.49 | 83.14 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 222 | 136 | 0 | 0.05 | 0.42 | 0.09 | 53.2 | 0.69 | 0.72 |
| Hex | E9 | DE | 88 | 0 | 5 | 2A | 9 | 35 | 45 | 48 |
| Octal | 351 | 336 | 210 | 0 | 5 | 52 | 11 | 65 | 105 | 110 |
| Binary | 11101001 | 11011110 | 10001000 | 0 | 101 | 101010 | 1001 | 110101 | 1000101 | 1001000 |
Color Harmonies of #E9DE88
Complementary color
Monochromatic Colors of #E9DE88
Black with #E9DE88
Text Example
Text Example
White with #E9DE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DE88; }
p { color: rgb(233,222,136); }
H1.HeaderClassName
{
color: #E9DE88;
}
.AnyTagClassName
{
color: #E9DE88;
}
</style>
background-color css
<style>
a { background-color: #E9DE88; }
a { background-color: rgb(233,222,136); }
div.DivClassName
{
background-color: #E9DE88;
}
.BgClassName
{
background-color: #E9DE88;
}
</style>
border-color css
<style>
span { border-color: #E9DE88; }
span { border-color: rgb(233,222,136); }
td.TdClassName
{
border-color: #E9DE88;
}
.TagClassName
{
border-color: #E9DE88;
}
</style>