Shades of Primrose #E6D98F
Tints of Primrose #E6D98F
RGB
CMYK
RGB Variations
Color information
#E6D98F (or 0xE6D98F) is known color: Primrose. HEX triplet: E6, D9 and 8F. RGB value is (230,217,143). Sum of RGB (Red+Green+Blue) = 230+217+143=590 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.98% from 590); Green value is 217 (85.16% from 255 or 36.78% from 590); Blue value is 143 (56.25% from 255 or 24.24% from 590); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D98F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D98F is #192670. Grayscale: #D4D4D4. Windows color (decimal): -1648241 or 9427430. OLE color: 9427430.
HSL color Cylindrical-coordinate representation of color #E6D98F: hue angle of 51.03º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E6D98F is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 217 | 143 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.10 |
| HSL | 51.03º | 0.64% | 0.73% | - |
| HSV(B) | 51.03º | 0.38% | 0.9% | - |
| XYZ | 62.4 | 68.43 | 35.91 | - |
| YUV | 212.45 | 88.81 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 217 | 143 | 0 | 0.06 | 0.38 | 0.10 | 51.03 | 0.64 | 0.73 |
| Hex | E6 | D9 | 8F | 0 | 6 | 26 | A | 33 | 40 | 49 |
| Octal | 346 | 331 | 217 | 0 | 6 | 46 | 12 | 63 | 100 | 111 |
| Binary | 11100110 | 11011001 | 10001111 | 0 | 110 | 100110 | 1010 | 110011 | 1000000 | 1001001 |
Color Harmonies of #E6D98F
Complementary color
Monochromatic Colors of #E6D98F
Black with #E6D98F
Text Example
Text Example
White with #E6D98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D98F; }
p { color: rgb(230,217,143); }
H1.HeaderClassName
{
color: #E6D98F;
}
.AnyTagClassName
{
color: #E6D98F;
}
</style>
background-color css
<style>
a { background-color: #E6D98F; }
a { background-color: rgb(230,217,143); }
div.DivClassName
{
background-color: #E6D98F;
}
.BgClassName
{
background-color: #E6D98F;
}
</style>
border-color css
<style>
span { border-color: #E6D98F; }
span { border-color: rgb(230,217,143); }
td.TdClassName
{
border-color: #E6D98F;
}
.TagClassName
{
border-color: #E6D98F;
}
</style>