Shades of Primrose #E5E48B
Tints of Primrose #E5E48B
RGB
CMYK
RGB Variations
Color information
#E5E48B (or 0xE5E48B) is known color: Primrose. HEX triplet: E5, E4 and 8B. RGB value is (229,228,139). Sum of RGB (Red+Green+Blue) = 229+228+139=596 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.42% from 596); Green value is 228 (89.45% from 255 or 38.26% from 596); Blue value is 139 (54.69% from 255 or 23.32% from 596); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5E48B is #1A1B74. Grayscale: #DADADA. Windows color (decimal): -1710965 or 9168101. OLE color: 9168101.
HSL color Cylindrical-coordinate representation of color #E5E48B: hue angle of 59.33º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E5E48B is Cyan = 0, Magento = 0.00, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 228 | 139 | - |
| CMYK | 0 | 0.00 | 0.39 | 0.10 |
| HSL | 59.33º | 0.63% | 0.72% | - |
| HSV(B) | 59.33º | 0.39% | 0.9% | - |
| XYZ | 64.72 | 74.01 | 35.3 | - |
| YUV | 218.15 | 83.33 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 228 | 139 | 0 | 0.00 | 0.39 | 0.10 | 59.33 | 0.63 | 0.72 |
| Hex | E5 | E4 | 8B | 0 | 0 | 27 | A | 3B | 3F | 48 |
| Octal | 345 | 344 | 213 | 0 | 0 | 47 | 12 | 73 | 77 | 110 |
| Binary | 11100101 | 11100100 | 10001011 | 0 | 0 | 100111 | 1010 | 111011 | 111111 | 1001000 |
Color Harmonies of #E5E48B
Complementary color
Monochromatic Colors of #E5E48B
Black with #E5E48B
Text Example
Text Example
White with #E5E48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E48B; }
p { color: rgb(229,228,139); }
H1.HeaderClassName
{
color: #E5E48B;
}
.AnyTagClassName
{
color: #E5E48B;
}
</style>
background-color css
<style>
a { background-color: #E5E48B; }
a { background-color: rgb(229,228,139); }
div.DivClassName
{
background-color: #E5E48B;
}
.BgClassName
{
background-color: #E5E48B;
}
</style>
border-color css
<style>
span { border-color: #E5E48B; }
span { border-color: rgb(229,228,139); }
td.TdClassName
{
border-color: #E5E48B;
}
.TagClassName
{
border-color: #E5E48B;
}
</style>