Shades of Primrose #E9E19B
Tints of Primrose #E9E19B
RGB
CMYK
RGB Variations
Color information
#E9E19B (or 0xE9E19B) is known color: Primrose. HEX triplet: E9, E1 and 9B. RGB value is (233,225,155). Sum of RGB (Red+Green+Blue) = 233+225+155=613 (81% of max value = 765). Red value is 233 (91.41% from 255 or 38.01% from 613); Green value is 225 (88.28% from 255 or 36.70% from 613); Blue value is 155 (60.94% from 255 or 25.29% from 613); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E19B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9E19B is #161E64. Grayscale: #DBDBDB. Windows color (decimal): -1449573 or 10215913. OLE color: 10215913.
HSL color Cylindrical-coordinate representation of color #E9E19B: hue angle of 53.85º 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 #E9E19B is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 225 | 155 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.09 |
| HSL | 53.85º | 0.64% | 0.76% | - |
| HSV(B) | 53.85º | 0.33% | 0.91% | - |
| XYZ | 66.45 | 73.54 | 41.7 | - |
| YUV | 219.41 | 91.65 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 225 | 155 | 0 | 0.03 | 0.33 | 0.09 | 53.85 | 0.64 | 0.76 |
| Hex | E9 | E1 | 9B | 0 | 3 | 21 | 9 | 36 | 40 | 4C |
| Octal | 351 | 341 | 233 | 0 | 3 | 41 | 11 | 66 | 100 | 114 |
| Binary | 11101001 | 11100001 | 10011011 | 0 | 11 | 100001 | 1001 | 110110 | 1000000 | 1001100 |
Color Harmonies of #E9E19B
Complementary color
Monochromatic Colors of #E9E19B
Black with #E9E19B
Text Example
Text Example
White with #E9E19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E19B; }
p { color: rgb(233,225,155); }
H1.HeaderClassName
{
color: #E9E19B;
}
.AnyTagClassName
{
color: #E9E19B;
}
</style>
background-color css
<style>
a { background-color: #E9E19B; }
a { background-color: rgb(233,225,155); }
div.DivClassName
{
background-color: #E9E19B;
}
.BgClassName
{
background-color: #E9E19B;
}
</style>
border-color css
<style>
span { border-color: #E9E19B; }
span { border-color: rgb(233,225,155); }
td.TdClassName
{
border-color: #E9E19B;
}
.TagClassName
{
border-color: #E9E19B;
}
</style>