Shades of Primrose #E5D895
Tints of Primrose #E5D895
RGB
CMYK
RGB Variations
Color information
#E5D895 (or 0xE5D895) is known color: Primrose. HEX triplet: E5, D8 and 95. RGB value is (229,216,149). Sum of RGB (Red+Green+Blue) = 229+216+149=594 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.55% from 594); Green value is 216 (84.77% from 255 or 36.36% from 594); Blue value is 149 (58.59% from 255 or 25.08% from 594); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D895 is #1A276A. Grayscale: #D4D4D4. Windows color (decimal): -1714027 or 9820389. OLE color: 9820389.
HSL color Cylindrical-coordinate representation of color #E5D895: hue angle of 50.25º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E5D895 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 216 | 149 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.10 |
| HSL | 50.25º | 0.61% | 0.74% | - |
| HSV(B) | 50.25º | 0.35% | 0.9% | - |
| XYZ | 62.29 | 67.94 | 38.26 | - |
| YUV | 212.25 | 92.31 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 216 | 149 | 0 | 0.06 | 0.35 | 0.10 | 50.25 | 0.61 | 0.74 |
| Hex | E5 | D8 | 95 | 0 | 6 | 23 | A | 32 | 3D | 4A |
| Octal | 345 | 330 | 225 | 0 | 6 | 43 | 12 | 62 | 75 | 112 |
| Binary | 11100101 | 11011000 | 10010101 | 0 | 110 | 100011 | 1010 | 110010 | 111101 | 1001010 |
Color Harmonies of #E5D895
Complementary color
Monochromatic Colors of #E5D895
Black with #E5D895
Text Example
Text Example
White with #E5D895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D895; }
p { color: rgb(229,216,149); }
H1.HeaderClassName
{
color: #E5D895;
}
.AnyTagClassName
{
color: #E5D895;
}
</style>
background-color css
<style>
a { background-color: #E5D895; }
a { background-color: rgb(229,216,149); }
div.DivClassName
{
background-color: #E5D895;
}
.BgClassName
{
background-color: #E5D895;
}
</style>
border-color css
<style>
span { border-color: #E5D895; }
span { border-color: rgb(229,216,149); }
td.TdClassName
{
border-color: #E5D895;
}
.TagClassName
{
border-color: #E5D895;
}
</style>