Shades of Primrose #E9E38C
Tints of Primrose #E9E38C
RGB
CMYK
RGB Variations
Color information
#E9E38C (or 0xE9E38C) is known color: Primrose. HEX triplet: E9, E3 and 8C. RGB value is (233,227,140). Sum of RGB (Red+Green+Blue) = 233+227+140=600 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.83% from 600); Green value is 227 (89.06% from 255 or 37.83% from 600); Blue value is 140 (55.08% from 255 or 23.33% from 600); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E38C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9E38C is #161C73. Grayscale: #DBDBDB. Windows color (decimal): -1449076 or 9233385. OLE color: 9233385.
HSL color Cylindrical-coordinate representation of color #E9E38C: hue angle of 56.13º 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 #E9E38C is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 227 | 140 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.09 |
| HSL | 56.13º | 0.68% | 0.73% | - |
| HSV(B) | 56.13º | 0.4% | 0.91% | - |
| XYZ | 65.81 | 74.16 | 35.66 | - |
| YUV | 218.88 | 83.49 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 227 | 140 | 0 | 0.03 | 0.40 | 0.09 | 56.13 | 0.68 | 0.73 |
| Hex | E9 | E3 | 8C | 0 | 3 | 28 | 9 | 38 | 44 | 49 |
| Octal | 351 | 343 | 214 | 0 | 3 | 50 | 11 | 70 | 104 | 111 |
| Binary | 11101001 | 11100011 | 10001100 | 0 | 11 | 101000 | 1001 | 111000 | 1000100 | 1001001 |
Color Harmonies of #E9E38C
Complementary color
Monochromatic Colors of #E9E38C
Black with #E9E38C
Text Example
Text Example
White with #E9E38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E38C; }
p { color: rgb(233,227,140); }
H1.HeaderClassName
{
color: #E9E38C;
}
.AnyTagClassName
{
color: #E9E38C;
}
</style>
background-color css
<style>
a { background-color: #E9E38C; }
a { background-color: rgb(233,227,140); }
div.DivClassName
{
background-color: #E9E38C;
}
.BgClassName
{
background-color: #E9E38C;
}
</style>
border-color css
<style>
span { border-color: #E9E38C; }
span { border-color: rgb(233,227,140); }
td.TdClassName
{
border-color: #E9E38C;
}
.TagClassName
{
border-color: #E9E38C;
}
</style>