Shades of Primrose #E9E28A
Tints of Primrose #E9E28A
RGB
CMYK
RGB Variations
Color information
#E9E28A (or 0xE9E28A) is known color: Primrose. HEX triplet: E9, E2 and 8A. RGB value is (233,226,138). Sum of RGB (Red+Green+Blue) = 233+226+138=597 (79% of max value = 765). Red value is 233 (91.41% from 255 or 39.03% from 597); Green value is 226 (88.67% from 255 or 37.86% from 597); Blue value is 138 (54.30% from 255 or 23.12% from 597); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E28A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9E28A is #161D75. Grayscale: #DADADA. Windows color (decimal): -1449334 or 9102057. OLE color: 9102057.
HSL color Cylindrical-coordinate representation of color #E9E28A: hue angle of 55.58º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E9E28A is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 226 | 138 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.09 |
| HSL | 55.58º | 0.68% | 0.73% | - |
| HSV(B) | 55.58º | 0.41% | 0.91% | - |
| XYZ | 65.39 | 73.55 | 34.8 | - |
| YUV | 218.06 | 82.82 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 226 | 138 | 0 | 0.03 | 0.41 | 0.09 | 55.58 | 0.68 | 0.73 |
| Hex | E9 | E2 | 8A | 0 | 3 | 29 | 9 | 38 | 44 | 49 |
| Octal | 351 | 342 | 212 | 0 | 3 | 51 | 11 | 70 | 104 | 111 |
| Binary | 11101001 | 11100010 | 10001010 | 0 | 11 | 101001 | 1001 | 111000 | 1000100 | 1001001 |
Color Harmonies of #E9E28A
Complementary color
Monochromatic Colors of #E9E28A
Black with #E9E28A
Text Example
Text Example
White with #E9E28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E28A; }
p { color: rgb(233,226,138); }
H1.HeaderClassName
{
color: #E9E28A;
}
.AnyTagClassName
{
color: #E9E28A;
}
</style>
background-color css
<style>
a { background-color: #E9E28A; }
a { background-color: rgb(233,226,138); }
div.DivClassName
{
background-color: #E9E28A;
}
.BgClassName
{
background-color: #E9E28A;
}
</style>
border-color css
<style>
span { border-color: #E9E28A; }
span { border-color: rgb(233,226,138); }
td.TdClassName
{
border-color: #E9E28A;
}
.TagClassName
{
border-color: #E9E28A;
}
</style>