Shades of Primrose #E6DB87
Tints of Primrose #E6DB87
RGB
CMYK
RGB Variations
Color information
#E6DB87 (or 0xE6DB87) is known color: Primrose. HEX triplet: E6, DB and 87. RGB value is (230,219,135). Sum of RGB (Red+Green+Blue) = 230+219+135=584 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.38% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 135 (53.12% from 255 or 23.12% from 584); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DB87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DB87 is #192478. Grayscale: #D5D5D5. Windows color (decimal): -1647737 or 8903654. OLE color: 8903654.
HSL color Cylindrical-coordinate representation of color #E6DB87: hue angle of 53.05º degrees, saturation: 0.66, 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 #E6DB87 is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 219 | 135 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.10 |
| HSL | 53.05º | 0.66% | 0.72% | - |
| HSV(B) | 53.05º | 0.41% | 0.9% | - |
| XYZ | 62.34 | 69.24 | 33 | - |
| YUV | 212.71 | 84.14 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 219 | 135 | 0 | 0.05 | 0.41 | 0.10 | 53.05 | 0.66 | 0.72 |
| Hex | E6 | DB | 87 | 0 | 5 | 29 | A | 35 | 42 | 48 |
| Octal | 346 | 333 | 207 | 0 | 5 | 51 | 12 | 65 | 102 | 110 |
| Binary | 11100110 | 11011011 | 10000111 | 0 | 101 | 101001 | 1010 | 110101 | 1000010 | 1001000 |
Color Harmonies of #E6DB87
Complementary color
Monochromatic Colors of #E6DB87
Black with #E6DB87
Text Example
Text Example
White with #E6DB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DB87; }
p { color: rgb(230,219,135); }
H1.HeaderClassName
{
color: #E6DB87;
}
.AnyTagClassName
{
color: #E6DB87;
}
</style>
background-color css
<style>
a { background-color: #E6DB87; }
a { background-color: rgb(230,219,135); }
div.DivClassName
{
background-color: #E6DB87;
}
.BgClassName
{
background-color: #E6DB87;
}
</style>
border-color css
<style>
span { border-color: #E6DB87; }
span { border-color: rgb(230,219,135); }
td.TdClassName
{
border-color: #E6DB87;
}
.TagClassName
{
border-color: #E6DB87;
}
</style>