Shades of Primrose #E6DD98
Tints of Primrose #E6DD98
RGB
CMYK
RGB Variations
Color information
#E6DD98 (or 0xE6DD98) is known color: Primrose. HEX triplet: E6, DD and 98. RGB value is (230,221,152). Sum of RGB (Red+Green+Blue) = 230+221+152=603 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.14% from 603); Green value is 221 (86.72% from 255 or 36.65% from 603); Blue value is 152 (59.77% from 255 or 25.21% from 603); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DD98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DD98 is #192267. Grayscale: #D8D8D8. Windows color (decimal): -1647208 or 10018278. OLE color: 10018278.
HSL color Cylindrical-coordinate representation of color #E6DD98: hue angle of 53.08º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E6DD98 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 221 | 152 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.10 |
| HSL | 53.08º | 0.61% | 0.75% | - |
| HSV(B) | 53.08º | 0.34% | 0.9% | - |
| XYZ | 64.16 | 70.8 | 39.99 | - |
| YUV | 215.83 | 91.98 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 221 | 152 | 0 | 0.04 | 0.34 | 0.10 | 53.08 | 0.61 | 0.75 |
| Hex | E6 | DD | 98 | 0 | 4 | 22 | A | 35 | 3D | 4B |
| Octal | 346 | 335 | 230 | 0 | 4 | 42 | 12 | 65 | 75 | 113 |
| Binary | 11100110 | 11011101 | 10011000 | 0 | 100 | 100010 | 1010 | 110101 | 111101 | 1001011 |
Color Harmonies of #E6DD98
Complementary color
Monochromatic Colors of #E6DD98
Black with #E6DD98
Text Example
Text Example
White with #E6DD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DD98; }
p { color: rgb(230,221,152); }
H1.HeaderClassName
{
color: #E6DD98;
}
.AnyTagClassName
{
color: #E6DD98;
}
</style>
background-color css
<style>
a { background-color: #E6DD98; }
a { background-color: rgb(230,221,152); }
div.DivClassName
{
background-color: #E6DD98;
}
.BgClassName
{
background-color: #E6DD98;
}
</style>
border-color css
<style>
span { border-color: #E6DD98; }
span { border-color: rgb(230,221,152); }
td.TdClassName
{
border-color: #E6DD98;
}
.TagClassName
{
border-color: #E6DD98;
}
</style>