Shades of Primrose #E6DD93
Tints of Primrose #E6DD93
RGB
CMYK
RGB Variations
Color information
#E6DD93 (or 0xE6DD93) is known color: Primrose. HEX triplet: E6, DD and 93. RGB value is (230,221,147). Sum of RGB (Red+Green+Blue) = 230+221+147=598 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.46% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 147 (57.81% from 255 or 24.58% from 598); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DD93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DD93 is #19226C. Grayscale: #D7D7D7. Windows color (decimal): -1647213 or 9690598. OLE color: 9690598.
HSL color Cylindrical-coordinate representation of color #E6DD93: hue angle of 53.49º degrees, saturation: 0.62, 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 #E6DD93 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 221 | 147 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.10 |
| HSL | 53.49º | 0.62% | 0.74% | - |
| HSV(B) | 53.49º | 0.36% | 0.9% | - |
| XYZ | 63.76 | 70.64 | 37.88 | - |
| YUV | 215.26 | 89.48 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 221 | 147 | 0 | 0.04 | 0.36 | 0.10 | 53.49 | 0.62 | 0.74 |
| Hex | E6 | DD | 93 | 0 | 4 | 24 | A | 35 | 3E | 4A |
| Octal | 346 | 335 | 223 | 0 | 4 | 44 | 12 | 65 | 76 | 112 |
| Binary | 11100110 | 11011101 | 10010011 | 0 | 100 | 100100 | 1010 | 110101 | 111110 | 1001010 |
Color Harmonies of #E6DD93
Complementary color
Monochromatic Colors of #E6DD93
Black with #E6DD93
Text Example
Text Example
White with #E6DD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DD93; }
p { color: rgb(230,221,147); }
H1.HeaderClassName
{
color: #E6DD93;
}
.AnyTagClassName
{
color: #E6DD93;
}
</style>
background-color css
<style>
a { background-color: #E6DD93; }
a { background-color: rgb(230,221,147); }
div.DivClassName
{
background-color: #E6DD93;
}
.BgClassName
{
background-color: #E6DD93;
}
</style>
border-color css
<style>
span { border-color: #E6DD93; }
span { border-color: rgb(230,221,147); }
td.TdClassName
{
border-color: #E6DD93;
}
.TagClassName
{
border-color: #E6DD93;
}
</style>