Shades of Primrose #E9E695
Tints of Primrose #E9E695
RGB
CMYK
RGB Variations
Color information
#E9E695 (or 0xE9E695) is known color: Primrose. HEX triplet: E9, E6 and 95. RGB value is (233,230,149). Sum of RGB (Red+Green+Blue) = 233+230+149=612 (81% of max value = 765). Red value is 233 (91.41% from 255 or 38.07% from 612); Green value is 230 (90.23% from 255 or 37.58% from 612); Blue value is 149 (58.59% from 255 or 24.35% from 612); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E695 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E9E695 is #16196A. Grayscale: #DDDDDD. Windows color (decimal): -1448299 or 9823977. OLE color: 9823977.
HSL color Cylindrical-coordinate representation of color #E9E695: hue angle of 57.86º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E9E695 is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 230 | 149 | - |
| CMYK | 0 | 0.01 | 0.36 | 0.09 |
| HSL | 57.86º | 0.66% | 0.75% | - |
| HSV(B) | 57.86º | 0.36% | 0.91% | - |
| XYZ | 67.33 | 76.09 | 39.57 | - |
| YUV | 221.66 | 86.99 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 230 | 149 | 0 | 0.01 | 0.36 | 0.09 | 57.86 | 0.66 | 0.75 |
| Hex | E9 | E6 | 95 | 0 | 1 | 24 | 9 | 3A | 42 | 4B |
| Octal | 351 | 346 | 225 | 0 | 1 | 44 | 11 | 72 | 102 | 113 |
| Binary | 11101001 | 11100110 | 10010101 | 0 | 1 | 100100 | 1001 | 111010 | 1000010 | 1001011 |
Color Harmonies of #E9E695
Complementary color
Monochromatic Colors of #E9E695
Black with #E9E695
Text Example
Text Example
White with #E9E695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E695; }
p { color: rgb(233,230,149); }
H1.HeaderClassName
{
color: #E9E695;
}
.AnyTagClassName
{
color: #E9E695;
}
</style>
background-color css
<style>
a { background-color: #E9E695; }
a { background-color: rgb(233,230,149); }
div.DivClassName
{
background-color: #E9E695;
}
.BgClassName
{
background-color: #E9E695;
}
</style>
border-color css
<style>
span { border-color: #E9E695; }
span { border-color: rgb(233,230,149); }
td.TdClassName
{
border-color: #E9E695;
}
.TagClassName
{
border-color: #E9E695;
}
</style>