Shades of Primrose #E6DA98
Tints of Primrose #E6DA98
RGB
CMYK
RGB Variations
Color information
#E6DA98 (or 0xE6DA98) is known color: Primrose. HEX triplet: E6, DA and 98. RGB value is (230,218,152). Sum of RGB (Red+Green+Blue) = 230+218+152=600 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.33% from 600); Green value is 218 (85.55% from 255 or 36.33% from 600); Blue value is 152 (59.77% from 255 or 25.33% from 600); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DA98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DA98 is #192567. Grayscale: #D6D6D6. Windows color (decimal): -1647976 or 10017510. OLE color: 10017510.
HSL color Cylindrical-coordinate representation of color #E6DA98: hue angle of 50.77º 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 #E6DA98 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 218 | 152 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.10 |
| HSL | 50.77º | 0.61% | 0.75% | - |
| HSV(B) | 50.77º | 0.34% | 0.9% | - |
| XYZ | 63.37 | 69.23 | 39.73 | - |
| YUV | 214.06 | 92.98 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 218 | 152 | 0 | 0.05 | 0.34 | 0.10 | 50.77 | 0.61 | 0.75 |
| Hex | E6 | DA | 98 | 0 | 5 | 22 | A | 33 | 3D | 4B |
| Octal | 346 | 332 | 230 | 0 | 5 | 42 | 12 | 63 | 75 | 113 |
| Binary | 11100110 | 11011010 | 10011000 | 0 | 101 | 100010 | 1010 | 110011 | 111101 | 1001011 |
Color Harmonies of #E6DA98
Complementary color
Monochromatic Colors of #E6DA98
Black with #E6DA98
Text Example
Text Example
White with #E6DA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DA98; }
p { color: rgb(230,218,152); }
H1.HeaderClassName
{
color: #E6DA98;
}
.AnyTagClassName
{
color: #E6DA98;
}
</style>
background-color css
<style>
a { background-color: #E6DA98; }
a { background-color: rgb(230,218,152); }
div.DivClassName
{
background-color: #E6DA98;
}
.BgClassName
{
background-color: #E6DA98;
}
</style>
border-color css
<style>
span { border-color: #E6DA98; }
span { border-color: rgb(230,218,152); }
td.TdClassName
{
border-color: #E6DA98;
}
.TagClassName
{
border-color: #E6DA98;
}
</style>