Shades of Primrose #E6DE93
Tints of Primrose #E6DE93
RGB
CMYK
RGB Variations
Color information
#E6DE93 (or 0xE6DE93) is known color: Primrose. HEX triplet: E6, DE and 93. RGB value is (230,222,147). Sum of RGB (Red+Green+Blue) = 230+222+147=599 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.40% from 599); Green value is 222 (87.11% from 255 or 37.06% from 599); Blue value is 147 (57.81% from 255 or 24.54% from 599); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DE93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DE93 is #19216C. Grayscale: #D8D8D8. Windows color (decimal): -1646957 or 9690854. OLE color: 9690854.
HSL color Cylindrical-coordinate representation of color #E6DE93: hue angle of 54.22º 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 #E6DE93 is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 222 | 147 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.10 |
| HSL | 54.22º | 0.62% | 0.74% | - |
| HSV(B) | 54.22º | 0.36% | 0.9% | - |
| XYZ | 64.02 | 71.17 | 37.97 | - |
| YUV | 215.84 | 89.15 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 222 | 147 | 0 | 0.03 | 0.36 | 0.10 | 54.22 | 0.62 | 0.74 |
| Hex | E6 | DE | 93 | 0 | 3 | 24 | A | 36 | 3E | 4A |
| Octal | 346 | 336 | 223 | 0 | 3 | 44 | 12 | 66 | 76 | 112 |
| Binary | 11100110 | 11011110 | 10010011 | 0 | 11 | 100100 | 1010 | 110110 | 111110 | 1001010 |
Color Harmonies of #E6DE93
Complementary color
Monochromatic Colors of #E6DE93
Black with #E6DE93
Text Example
Text Example
White with #E6DE93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DE93; }
p { color: rgb(230,222,147); }
H1.HeaderClassName
{
color: #E6DE93;
}
.AnyTagClassName
{
color: #E6DE93;
}
</style>
background-color css
<style>
a { background-color: #E6DE93; }
a { background-color: rgb(230,222,147); }
div.DivClassName
{
background-color: #E6DE93;
}
.BgClassName
{
background-color: #E6DE93;
}
</style>
border-color css
<style>
span { border-color: #E6DE93; }
span { border-color: rgb(230,222,147); }
td.TdClassName
{
border-color: #E6DE93;
}
.TagClassName
{
border-color: #E6DE93;
}
</style>