Shades of Primrose #E5DB85
Tints of Primrose #E5DB85
RGB
CMYK
RGB Variations
Color information
#E5DB85 (or 0xE5DB85) is known color: Primrose. HEX triplet: E5, DB and 85. RGB value is (229,219,133). Sum of RGB (Red+Green+Blue) = 229+219+133=581 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.41% from 581); Green value is 219 (85.94% from 255 or 37.69% from 581); Blue value is 133 (52.34% from 255 or 22.89% from 581); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DB85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DB85 is #1A247A. Grayscale: #D4D4D4. Windows color (decimal): -1713275 or 8772581. OLE color: 8772581.
HSL color Cylindrical-coordinate representation of color #E5DB85: hue angle of 53.75º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E5DB85 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 219 | 133 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.10 |
| HSL | 53.75º | 0.65% | 0.71% | - |
| HSV(B) | 53.75º | 0.42% | 0.9% | - |
| XYZ | 61.88 | 69.01 | 32.25 | - |
| YUV | 212.19 | 83.31 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 219 | 133 | 0 | 0.04 | 0.42 | 0.10 | 53.75 | 0.65 | 0.71 |
| Hex | E5 | DB | 85 | 0 | 4 | 2A | A | 36 | 41 | 47 |
| Octal | 345 | 333 | 205 | 0 | 4 | 52 | 12 | 66 | 101 | 107 |
| Binary | 11100101 | 11011011 | 10000101 | 0 | 100 | 101010 | 1010 | 110110 | 1000001 | 1000111 |
Color Harmonies of #E5DB85
Complementary color
Monochromatic Colors of #E5DB85
Black with #E5DB85
Text Example
Text Example
White with #E5DB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DB85; }
p { color: rgb(229,219,133); }
H1.HeaderClassName
{
color: #E5DB85;
}
.AnyTagClassName
{
color: #E5DB85;
}
</style>
background-color css
<style>
a { background-color: #E5DB85; }
a { background-color: rgb(229,219,133); }
div.DivClassName
{
background-color: #E5DB85;
}
.BgClassName
{
background-color: #E5DB85;
}
</style>
border-color css
<style>
span { border-color: #E5DB85; }
span { border-color: rgb(229,219,133); }
td.TdClassName
{
border-color: #E5DB85;
}
.TagClassName
{
border-color: #E5DB85;
}
</style>