Shades of Primrose #E5DD93
Tints of Primrose #E5DD93
RGB
CMYK
RGB Variations
Color information
#E5DD93 (or 0xE5DD93) is known color: Primrose. HEX triplet: E5, DD and 93. RGB value is (229,221,147). Sum of RGB (Red+Green+Blue) = 229+221+147=597 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.36% from 597); Green value is 221 (86.72% from 255 or 37.02% from 597); Blue value is 147 (57.81% from 255 or 24.62% from 597); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DD93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DD93 is #1A226C. Grayscale: #D7D7D7. Windows color (decimal): -1712749 or 9690597. OLE color: 9690597.
HSL color Cylindrical-coordinate representation of color #E5DD93: hue angle of 54.15º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E5DD93 is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 221 | 147 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.10 |
| HSL | 54.15º | 0.61% | 0.74% | - |
| HSV(B) | 54.15º | 0.36% | 0.9% | - |
| XYZ | 63.44 | 70.48 | 37.86 | - |
| YUV | 214.96 | 89.65 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 221 | 147 | 0 | 0.03 | 0.36 | 0.10 | 54.15 | 0.61 | 0.74 |
| Hex | E5 | DD | 93 | 0 | 3 | 24 | A | 36 | 3D | 4A |
| Octal | 345 | 335 | 223 | 0 | 3 | 44 | 12 | 66 | 75 | 112 |
| Binary | 11100101 | 11011101 | 10010011 | 0 | 11 | 100100 | 1010 | 110110 | 111101 | 1001010 |
Color Harmonies of #E5DD93
Complementary color
Monochromatic Colors of #E5DD93
Black with #E5DD93
Text Example
Text Example
White with #E5DD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DD93; }
p { color: rgb(229,221,147); }
H1.HeaderClassName
{
color: #E5DD93;
}
.AnyTagClassName
{
color: #E5DD93;
}
</style>
background-color css
<style>
a { background-color: #E5DD93; }
a { background-color: rgb(229,221,147); }
div.DivClassName
{
background-color: #E5DD93;
}
.BgClassName
{
background-color: #E5DD93;
}
</style>
border-color css
<style>
span { border-color: #E5DD93; }
span { border-color: rgb(229,221,147); }
td.TdClassName
{
border-color: #E5DD93;
}
.TagClassName
{
border-color: #E5DD93;
}
</style>