Shades of Primrose #E8DC8D
Tints of Primrose #E8DC8D
RGB
CMYK
RGB Variations
Color information
#E8DC8D (or 0xE8DC8D) is known color: Primrose. HEX triplet: E8, DC and 8D. RGB value is (232,220,141). Sum of RGB (Red+Green+Blue) = 232+220+141=593 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.12% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 141 (55.47% from 255 or 23.78% from 593); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DC8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8DC8D is #172372. Grayscale: #D6D6D6. Windows color (decimal): -1516403 or 9297128. OLE color: 9297128.
HSL color Cylindrical-coordinate representation of color #E8DC8D: hue angle of 52.09º 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 #E8DC8D is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 220 | 141 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.09 |
| HSL | 52.09º | 0.66% | 0.73% | - |
| HSV(B) | 52.09º | 0.39% | 0.91% | - |
| XYZ | 63.68 | 70.27 | 35.41 | - |
| YUV | 214.58 | 86.48 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 220 | 141 | 0 | 0.05 | 0.39 | 0.09 | 52.09 | 0.66 | 0.73 |
| Hex | E8 | DC | 8D | 0 | 5 | 27 | 9 | 34 | 42 | 49 |
| Octal | 350 | 334 | 215 | 0 | 5 | 47 | 11 | 64 | 102 | 111 |
| Binary | 11101000 | 11011100 | 10001101 | 0 | 101 | 100111 | 1001 | 110100 | 1000010 | 1001001 |
Color Harmonies of #E8DC8D
Complementary color
Monochromatic Colors of #E8DC8D
Black with #E8DC8D
Text Example
Text Example
White with #E8DC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DC8D; }
p { color: rgb(232,220,141); }
H1.HeaderClassName
{
color: #E8DC8D;
}
.AnyTagClassName
{
color: #E8DC8D;
}
</style>
background-color css
<style>
a { background-color: #E8DC8D; }
a { background-color: rgb(232,220,141); }
div.DivClassName
{
background-color: #E8DC8D;
}
.BgClassName
{
background-color: #E8DC8D;
}
</style>
border-color css
<style>
span { border-color: #E8DC8D; }
span { border-color: rgb(232,220,141); }
td.TdClassName
{
border-color: #E8DC8D;
}
.TagClassName
{
border-color: #E8DC8D;
}
</style>