Shades of Primrose #E5DD85
Tints of Primrose #E5DD85
RGB
CMYK
RGB Variations
Color information
#E5DD85 (or 0xE5DD85) is known color: Primrose. HEX triplet: E5, DD and 85. RGB value is (229,221,133). Sum of RGB (Red+Green+Blue) = 229+221+133=583 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.28% from 583); Green value is 221 (86.72% from 255 or 37.91% from 583); Blue value is 133 (52.34% from 255 or 22.81% from 583); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DD85 is #1A227A. Grayscale: #D5D5D5. Windows color (decimal): -1712763 or 8773093. OLE color: 8773093.
HSL color Cylindrical-coordinate representation of color #E5DD85: hue angle of 55º 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 #E5DD85 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 221 | 133 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.10 |
| HSL | 55º | 0.65% | 0.71% | - |
| HSV(B) | 55º | 0.42% | 0.9% | - |
| XYZ | 62.4 | 70.06 | 32.43 | - |
| YUV | 213.36 | 82.65 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 221 | 133 | 0 | 0.03 | 0.42 | 0.10 | 55 | 0.65 | 0.71 |
| Hex | E5 | DD | 85 | 0 | 3 | 2A | A | 37 | 41 | 47 |
| Octal | 345 | 335 | 205 | 0 | 3 | 52 | 12 | 67 | 101 | 107 |
| Binary | 11100101 | 11011101 | 10000101 | 0 | 11 | 101010 | 1010 | 110111 | 1000001 | 1000111 |
Color Harmonies of #E5DD85
Complementary color
Monochromatic Colors of #E5DD85
Black with #E5DD85
Text Example
Text Example
White with #E5DD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DD85; }
p { color: rgb(229,221,133); }
H1.HeaderClassName
{
color: #E5DD85;
}
.AnyTagClassName
{
color: #E5DD85;
}
</style>
background-color css
<style>
a { background-color: #E5DD85; }
a { background-color: rgb(229,221,133); }
div.DivClassName
{
background-color: #E5DD85;
}
.BgClassName
{
background-color: #E5DD85;
}
</style>
border-color css
<style>
span { border-color: #E5DD85; }
span { border-color: rgb(229,221,133); }
td.TdClassName
{
border-color: #E5DD85;
}
.TagClassName
{
border-color: #E5DD85;
}
</style>