Shades of Primrose #E5DC88
Tints of Primrose #E5DC88
RGB
CMYK
RGB Variations
Color information
#E5DC88 (or 0xE5DC88) is known color: Primrose. HEX triplet: E5, DC and 88. RGB value is (229,220,136). Sum of RGB (Red+Green+Blue) = 229+220+136=585 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.15% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 136 (53.52% from 255 or 23.25% from 585); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DC88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DC88 is #1A2377. Grayscale: #D5D5D5. Windows color (decimal): -1713016 or 8969445. OLE color: 8969445.
HSL color Cylindrical-coordinate representation of color #E5DC88: hue angle of 54.19º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E5DC88 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 220 | 136 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.10 |
| HSL | 54.19º | 0.64% | 0.72% | - |
| HSV(B) | 54.19º | 0.41% | 0.9% | - |
| XYZ | 62.35 | 69.62 | 33.44 | - |
| YUV | 213.12 | 84.48 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 220 | 136 | 0 | 0.04 | 0.41 | 0.10 | 54.19 | 0.64 | 0.72 |
| Hex | E5 | DC | 88 | 0 | 4 | 29 | A | 36 | 40 | 48 |
| Octal | 345 | 334 | 210 | 0 | 4 | 51 | 12 | 66 | 100 | 110 |
| Binary | 11100101 | 11011100 | 10001000 | 0 | 100 | 101001 | 1010 | 110110 | 1000000 | 1001000 |
Color Harmonies of #E5DC88
Complementary color
Monochromatic Colors of #E5DC88
Black with #E5DC88
Text Example
Text Example
White with #E5DC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DC88; }
p { color: rgb(229,220,136); }
H1.HeaderClassName
{
color: #E5DC88;
}
.AnyTagClassName
{
color: #E5DC88;
}
</style>
background-color css
<style>
a { background-color: #E5DC88; }
a { background-color: rgb(229,220,136); }
div.DivClassName
{
background-color: #E5DC88;
}
.BgClassName
{
background-color: #E5DC88;
}
</style>
border-color css
<style>
span { border-color: #E5DC88; }
span { border-color: rgb(229,220,136); }
td.TdClassName
{
border-color: #E5DC88;
}
.TagClassName
{
border-color: #E5DC88;
}
</style>