Shades of Primrose #E5DD92
Tints of Primrose #E5DD92
RGB
CMYK
RGB Variations
Color information
#E5DD92 (or 0xE5DD92) is known color: Primrose. HEX triplet: E5, DD and 92. RGB value is (229,221,146). Sum of RGB (Red+Green+Blue) = 229+221+146=596 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.42% from 596); Green value is 221 (86.72% from 255 or 37.08% from 596); Blue value is 146 (57.42% from 255 or 24.50% from 596); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DD92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DD92 is #1A226D. Grayscale: #D7D7D7. Windows color (decimal): -1712750 or 9625061. OLE color: 9625061.
HSL color Cylindrical-coordinate representation of color #E5DD92: hue angle of 54.22º 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 #E5DD92 is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 221 | 146 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.10 |
| HSL | 54.22º | 0.61% | 0.74% | - |
| HSV(B) | 54.22º | 0.36% | 0.9% | - |
| XYZ | 63.36 | 70.45 | 37.45 | - |
| YUV | 214.84 | 89.15 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 221 | 146 | 0 | 0.03 | 0.36 | 0.10 | 54.22 | 0.61 | 0.74 |
| Hex | E5 | DD | 92 | 0 | 3 | 24 | A | 36 | 3D | 4A |
| Octal | 345 | 335 | 222 | 0 | 3 | 44 | 12 | 66 | 75 | 112 |
| Binary | 11100101 | 11011101 | 10010010 | 0 | 11 | 100100 | 1010 | 110110 | 111101 | 1001010 |
Color Harmonies of #E5DD92
Complementary color
Monochromatic Colors of #E5DD92
Black with #E5DD92
Text Example
Text Example
White with #E5DD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DD92; }
p { color: rgb(229,221,146); }
H1.HeaderClassName
{
color: #E5DD92;
}
.AnyTagClassName
{
color: #E5DD92;
}
</style>
background-color css
<style>
a { background-color: #E5DD92; }
a { background-color: rgb(229,221,146); }
div.DivClassName
{
background-color: #E5DD92;
}
.BgClassName
{
background-color: #E5DD92;
}
</style>
border-color css
<style>
span { border-color: #E5DD92; }
span { border-color: rgb(229,221,146); }
td.TdClassName
{
border-color: #E5DD92;
}
.TagClassName
{
border-color: #E5DD92;
}
</style>