Shades of Primrose #E6DF93
Tints of Primrose #E6DF93
RGB
CMYK
RGB Variations
Color information
#E6DF93 (or 0xE6DF93) is known color: Primrose. HEX triplet: E6, DF and 93. RGB value is (230,223,147). Sum of RGB (Red+Green+Blue) = 230+223+147=600 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.33% from 600); Green value is 223 (87.5% from 255 or 37.17% from 600); Blue value is 147 (57.81% from 255 or 24.5% from 600); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DF93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DF93 is #19206C. Grayscale: #D8D8D8. Windows color (decimal): -1646701 or 9691110. OLE color: 9691110.
HSL color Cylindrical-coordinate representation of color #E6DF93: hue angle of 54.94º 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 #E6DF93 is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 223 | 147 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.10 |
| HSL | 54.94º | 0.62% | 0.74% | - |
| HSV(B) | 54.94º | 0.36% | 0.9% | - |
| XYZ | 64.29 | 71.7 | 38.06 | - |
| YUV | 216.43 | 88.82 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 223 | 147 | 0 | 0.03 | 0.36 | 0.10 | 54.94 | 0.62 | 0.74 |
| Hex | E6 | DF | 93 | 0 | 3 | 24 | A | 37 | 3E | 4A |
| Octal | 346 | 337 | 223 | 0 | 3 | 44 | 12 | 67 | 76 | 112 |
| Binary | 11100110 | 11011111 | 10010011 | 0 | 11 | 100100 | 1010 | 110111 | 111110 | 1001010 |
Color Harmonies of #E6DF93
Complementary color
Monochromatic Colors of #E6DF93
Black with #E6DF93
Text Example
Text Example
White with #E6DF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DF93; }
p { color: rgb(230,223,147); }
H1.HeaderClassName
{
color: #E6DF93;
}
.AnyTagClassName
{
color: #E6DF93;
}
</style>
background-color css
<style>
a { background-color: #E6DF93; }
a { background-color: rgb(230,223,147); }
div.DivClassName
{
background-color: #E6DF93;
}
.BgClassName
{
background-color: #E6DF93;
}
</style>
border-color css
<style>
span { border-color: #E6DF93; }
span { border-color: rgb(230,223,147); }
td.TdClassName
{
border-color: #E6DF93;
}
.TagClassName
{
border-color: #E6DF93;
}
</style>