Shades of Primrose #E5D48C
Tints of Primrose #E5D48C
RGB
CMYK
RGB Variations
Color information
#E5D48C (or 0xE5D48C) is known color: Primrose. HEX triplet: E5, D4 and 8C. RGB value is (229,212,140). Sum of RGB (Red+Green+Blue) = 229+212+140=581 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.41% from 581); Green value is 212 (83.20% from 255 or 36.49% from 581); Blue value is 140 (55.08% from 255 or 24.10% from 581); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D48C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D48C is #1A2B73. Grayscale: #D1D1D1. Windows color (decimal): -1715060 or 9229541. OLE color: 9229541.
HSL color Cylindrical-coordinate representation of color #E5D48C: hue angle of 48.54º 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 #E5D48C is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 212 | 140 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.10 |
| HSL | 48.54º | 0.63% | 0.72% | - |
| HSV(B) | 48.54º | 0.39% | 0.9% | - |
| XYZ | 60.59 | 65.64 | 34.29 | - |
| YUV | 208.88 | 89.13 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 212 | 140 | 0 | 0.07 | 0.39 | 0.10 | 48.54 | 0.63 | 0.72 |
| Hex | E5 | D4 | 8C | 0 | 7 | 27 | A | 31 | 3F | 48 |
| Octal | 345 | 324 | 214 | 0 | 7 | 47 | 12 | 61 | 77 | 110 |
| Binary | 11100101 | 11010100 | 10001100 | 0 | 111 | 100111 | 1010 | 110001 | 111111 | 1001000 |
Color Harmonies of #E5D48C
Complementary color
Monochromatic Colors of #E5D48C
Black with #E5D48C
Text Example
Text Example
White with #E5D48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D48C; }
p { color: rgb(229,212,140); }
H1.HeaderClassName
{
color: #E5D48C;
}
.AnyTagClassName
{
color: #E5D48C;
}
</style>
background-color css
<style>
a { background-color: #E5D48C; }
a { background-color: rgb(229,212,140); }
div.DivClassName
{
background-color: #E5D48C;
}
.BgClassName
{
background-color: #E5D48C;
}
</style>
border-color css
<style>
span { border-color: #E5D48C; }
span { border-color: rgb(229,212,140); }
td.TdClassName
{
border-color: #E5D48C;
}
.TagClassName
{
border-color: #E5D48C;
}
</style>