Shades of Primrose #E7E28B
Tints of Primrose #E7E28B
RGB
CMYK
RGB Variations
Color information
#E7E28B (or 0xE7E28B) is known color: Primrose. HEX triplet: E7, E2 and 8B. RGB value is (231,226,139). Sum of RGB (Red+Green+Blue) = 231+226+139=596 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.76% from 596); Green value is 226 (88.67% from 255 or 37.92% from 596); Blue value is 139 (54.69% from 255 or 23.32% from 596); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E28B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7E28B is #181D74. Grayscale: #D9D9D9. Windows color (decimal): -1580405 or 9167591. OLE color: 9167591.
HSL color Cylindrical-coordinate representation of color #E7E28B: hue angle of 56.74º degrees, saturation: 0.66, 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 #E7E28B is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 226 | 139 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.09 |
| HSL | 56.74º | 0.66% | 0.73% | - |
| HSV(B) | 56.74º | 0.4% | 0.91% | - |
| XYZ | 64.81 | 73.25 | 35.15 | - |
| YUV | 217.58 | 83.66 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 226 | 139 | 0 | 0.02 | 0.40 | 0.09 | 56.74 | 0.66 | 0.73 |
| Hex | E7 | E2 | 8B | 0 | 2 | 28 | 9 | 39 | 42 | 49 |
| Octal | 347 | 342 | 213 | 0 | 2 | 50 | 11 | 71 | 102 | 111 |
| Binary | 11100111 | 11100010 | 10001011 | 0 | 10 | 101000 | 1001 | 111001 | 1000010 | 1001001 |
Color Harmonies of #E7E28B
Complementary color
Monochromatic Colors of #E7E28B
Black with #E7E28B
Text Example
Text Example
White with #E7E28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E28B; }
p { color: rgb(231,226,139); }
H1.HeaderClassName
{
color: #E7E28B;
}
.AnyTagClassName
{
color: #E7E28B;
}
</style>
background-color css
<style>
a { background-color: #E7E28B; }
a { background-color: rgb(231,226,139); }
div.DivClassName
{
background-color: #E7E28B;
}
.BgClassName
{
background-color: #E7E28B;
}
</style>
border-color css
<style>
span { border-color: #E7E28B; }
span { border-color: rgb(231,226,139); }
td.TdClassName
{
border-color: #E7E28B;
}
.TagClassName
{
border-color: #E7E28B;
}
</style>