Shades of Primrose #E9DE9B
Tints of Primrose #E9DE9B
RGB
CMYK
RGB Variations
Color information
#E9DE9B (or 0xE9DE9B) is known color: Primrose. HEX triplet: E9, DE and 9B. RGB value is (233,222,155). Sum of RGB (Red+Green+Blue) = 233+222+155=610 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.20% from 610); Green value is 222 (87.11% from 255 or 36.39% from 610); Blue value is 155 (60.94% from 255 or 25.41% from 610); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DE9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9DE9B is #162164. Grayscale: #D9D9D9. Windows color (decimal): -1450341 or 10215145. OLE color: 10215145.
HSL color Cylindrical-coordinate representation of color #E9DE9B: hue angle of 51.54º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E9DE9B is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 222 | 155 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.09 |
| HSL | 51.54º | 0.64% | 0.76% | - |
| HSV(B) | 51.54º | 0.33% | 0.91% | - |
| XYZ | 65.64 | 71.93 | 41.44 | - |
| YUV | 217.65 | 92.64 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 222 | 155 | 0 | 0.05 | 0.33 | 0.09 | 51.54 | 0.64 | 0.76 |
| Hex | E9 | DE | 9B | 0 | 5 | 21 | 9 | 34 | 40 | 4C |
| Octal | 351 | 336 | 233 | 0 | 5 | 41 | 11 | 64 | 100 | 114 |
| Binary | 11101001 | 11011110 | 10011011 | 0 | 101 | 100001 | 1001 | 110100 | 1000000 | 1001100 |
Color Harmonies of #E9DE9B
Complementary color
Monochromatic Colors of #E9DE9B
Black with #E9DE9B
Text Example
Text Example
White with #E9DE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DE9B; }
p { color: rgb(233,222,155); }
H1.HeaderClassName
{
color: #E9DE9B;
}
.AnyTagClassName
{
color: #E9DE9B;
}
</style>
background-color css
<style>
a { background-color: #E9DE9B; }
a { background-color: rgb(233,222,155); }
div.DivClassName
{
background-color: #E9DE9B;
}
.BgClassName
{
background-color: #E9DE9B;
}
</style>
border-color css
<style>
span { border-color: #E9DE9B; }
span { border-color: rgb(233,222,155); }
td.TdClassName
{
border-color: #E9DE9B;
}
.TagClassName
{
border-color: #E9DE9B;
}
</style>