Shades of Primrose #E6DB88
Tints of Primrose #E6DB88
RGB
CMYK
RGB Variations
Color information
#E6DB88 (or 0xE6DB88) is known color: Primrose. HEX triplet: E6, DB and 88. RGB value is (230,219,136). Sum of RGB (Red+Green+Blue) = 230+219+136=585 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.32% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 136 (53.52% from 255 or 23.25% from 585); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DB88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DB88 is #192477. Grayscale: #D5D5D5. Windows color (decimal): -1647736 or 8969190. OLE color: 8969190.
HSL color Cylindrical-coordinate representation of color #E6DB88: hue angle of 52.98º 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 #E6DB88 is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 219 | 136 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.10 |
| HSL | 52.98º | 0.65% | 0.72% | - |
| HSV(B) | 52.98º | 0.41% | 0.9% | - |
| XYZ | 62.41 | 69.26 | 33.37 | - |
| YUV | 212.83 | 84.64 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 219 | 136 | 0 | 0.05 | 0.41 | 0.10 | 52.98 | 0.65 | 0.72 |
| Hex | E6 | DB | 88 | 0 | 5 | 29 | A | 35 | 41 | 48 |
| Octal | 346 | 333 | 210 | 0 | 5 | 51 | 12 | 65 | 101 | 110 |
| Binary | 11100110 | 11011011 | 10001000 | 0 | 101 | 101001 | 1010 | 110101 | 1000001 | 1001000 |
Color Harmonies of #E6DB88
Complementary color
Monochromatic Colors of #E6DB88
Black with #E6DB88
Text Example
Text Example
White with #E6DB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DB88; }
p { color: rgb(230,219,136); }
H1.HeaderClassName
{
color: #E6DB88;
}
.AnyTagClassName
{
color: #E6DB88;
}
</style>
background-color css
<style>
a { background-color: #E6DB88; }
a { background-color: rgb(230,219,136); }
div.DivClassName
{
background-color: #E6DB88;
}
.BgClassName
{
background-color: #E6DB88;
}
</style>
border-color css
<style>
span { border-color: #E6DB88; }
span { border-color: rgb(230,219,136); }
td.TdClassName
{
border-color: #E6DB88;
}
.TagClassName
{
border-color: #E6DB88;
}
</style>