Shades of Primrose #E6DC88
Tints of Primrose #E6DC88
RGB
CMYK
RGB Variations
Color information
#E6DC88 (or 0xE6DC88) is known color: Primrose. HEX triplet: E6, DC and 88. RGB value is (230,220,136). Sum of RGB (Red+Green+Blue) = 230+220+136=586 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.25% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 136 (53.52% from 255 or 23.21% from 586); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DC88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DC88 is #192377. Grayscale: #D5D5D5. Windows color (decimal): -1647480 or 8969446. OLE color: 8969446.
HSL color Cylindrical-coordinate representation of color #E6DC88: hue angle of 53.62º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E6DC88 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 220 | 136 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.10 |
| HSL | 53.62º | 0.65% | 0.72% | - |
| HSV(B) | 53.62º | 0.41% | 0.9% | - |
| XYZ | 62.67 | 69.79 | 33.46 | - |
| YUV | 213.41 | 84.31 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 220 | 136 | 0 | 0.04 | 0.41 | 0.10 | 53.62 | 0.65 | 0.72 |
| Hex | E6 | DC | 88 | 0 | 4 | 29 | A | 36 | 41 | 48 |
| Octal | 346 | 334 | 210 | 0 | 4 | 51 | 12 | 66 | 101 | 110 |
| Binary | 11100110 | 11011100 | 10001000 | 0 | 100 | 101001 | 1010 | 110110 | 1000001 | 1001000 |
Color Harmonies of #E6DC88
Complementary color
Monochromatic Colors of #E6DC88
Black with #E6DC88
Text Example
Text Example
White with #E6DC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DC88; }
p { color: rgb(230,220,136); }
H1.HeaderClassName
{
color: #E6DC88;
}
.AnyTagClassName
{
color: #E6DC88;
}
</style>
background-color css
<style>
a { background-color: #E6DC88; }
a { background-color: rgb(230,220,136); }
div.DivClassName
{
background-color: #E6DC88;
}
.BgClassName
{
background-color: #E6DC88;
}
</style>
border-color css
<style>
span { border-color: #E6DC88; }
span { border-color: rgb(230,220,136); }
td.TdClassName
{
border-color: #E6DC88;
}
.TagClassName
{
border-color: #E6DC88;
}
</style>