Shades of Primrose #E9E08B
Tints of Primrose #E9E08B
RGB
CMYK
RGB Variations
Color information
#E9E08B (or 0xE9E08B) is known color: Primrose. HEX triplet: E9, E0 and 8B. RGB value is (233,224,139). Sum of RGB (Red+Green+Blue) = 233+224+139=596 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.09% from 596); Green value is 224 (87.89% from 255 or 37.58% from 596); Blue value is 139 (54.69% from 255 or 23.32% from 596); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E08B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9E08B is #161F74. Grayscale: #D9D9D9. Windows color (decimal): -1449845 or 9167081. OLE color: 9167081.
HSL color Cylindrical-coordinate representation of color #E9E08B: hue angle of 54.26º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E9E08B is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 224 | 139 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.09 |
| HSL | 54.26º | 0.68% | 0.73% | - |
| HSV(B) | 54.26º | 0.4% | 0.91% | - |
| XYZ | 64.92 | 72.5 | 35 | - |
| YUV | 217 | 83.98 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 224 | 139 | 0 | 0.04 | 0.40 | 0.09 | 54.26 | 0.68 | 0.73 |
| Hex | E9 | E0 | 8B | 0 | 4 | 28 | 9 | 36 | 44 | 49 |
| Octal | 351 | 340 | 213 | 0 | 4 | 50 | 11 | 66 | 104 | 111 |
| Binary | 11101001 | 11100000 | 10001011 | 0 | 100 | 101000 | 1001 | 110110 | 1000100 | 1001001 |
Color Harmonies of #E9E08B
Complementary color
Monochromatic Colors of #E9E08B
Black with #E9E08B
Text Example
Text Example
White with #E9E08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E08B; }
p { color: rgb(233,224,139); }
H1.HeaderClassName
{
color: #E9E08B;
}
.AnyTagClassName
{
color: #E9E08B;
}
</style>
background-color css
<style>
a { background-color: #E9E08B; }
a { background-color: rgb(233,224,139); }
div.DivClassName
{
background-color: #E9E08B;
}
.BgClassName
{
background-color: #E9E08B;
}
</style>
border-color css
<style>
span { border-color: #E9E08B; }
span { border-color: rgb(233,224,139); }
td.TdClassName
{
border-color: #E9E08B;
}
.TagClassName
{
border-color: #E9E08B;
}
</style>