Shades of Primrose #E8DE8D
Tints of Primrose #E8DE8D
RGB
CMYK
RGB Variations
Color information
#E8DE8D (or 0xE8DE8D) is known color: Primrose. HEX triplet: E8, DE and 8D. RGB value is (232,222,141). Sum of RGB (Red+Green+Blue) = 232+222+141=595 (78% of max value = 765). Red value is 232 (91.02% from 255 or 38.99% from 595); Green value is 222 (87.11% from 255 or 37.31% from 595); Blue value is 141 (55.47% from 255 or 23.70% from 595); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DE8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8DE8D is #172172. Grayscale: #D8D8D8. Windows color (decimal): -1515891 or 9297640. OLE color: 9297640.
HSL color Cylindrical-coordinate representation of color #E8DE8D: hue angle of 53.41º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E8DE8D is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 222 | 141 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.09 |
| HSL | 53.41º | 0.66% | 0.73% | - |
| HSV(B) | 53.41º | 0.39% | 0.91% | - |
| XYZ | 64.21 | 71.32 | 35.58 | - |
| YUV | 215.76 | 85.81 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 222 | 141 | 0 | 0.04 | 0.39 | 0.09 | 53.41 | 0.66 | 0.73 |
| Hex | E8 | DE | 8D | 0 | 4 | 27 | 9 | 35 | 42 | 49 |
| Octal | 350 | 336 | 215 | 0 | 4 | 47 | 11 | 65 | 102 | 111 |
| Binary | 11101000 | 11011110 | 10001101 | 0 | 100 | 100111 | 1001 | 110101 | 1000010 | 1001001 |
Color Harmonies of #E8DE8D
Complementary color
Monochromatic Colors of #E8DE8D
Black with #E8DE8D
Text Example
Text Example
White with #E8DE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DE8D; }
p { color: rgb(232,222,141); }
H1.HeaderClassName
{
color: #E8DE8D;
}
.AnyTagClassName
{
color: #E8DE8D;
}
</style>
background-color css
<style>
a { background-color: #E8DE8D; }
a { background-color: rgb(232,222,141); }
div.DivClassName
{
background-color: #E8DE8D;
}
.BgClassName
{
background-color: #E8DE8D;
}
</style>
border-color css
<style>
span { border-color: #E8DE8D; }
span { border-color: rgb(232,222,141); }
td.TdClassName
{
border-color: #E8DE8D;
}
.TagClassName
{
border-color: #E8DE8D;
}
</style>