Shades of Primrose #E6DE87
Tints of Primrose #E6DE87
RGB
CMYK
RGB Variations
Color information
#E6DE87 (or 0xE6DE87) is known color: Primrose. HEX triplet: E6, DE and 87. RGB value is (230,222,135). Sum of RGB (Red+Green+Blue) = 230+222+135=587 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.18% from 587); Green value is 222 (87.11% from 255 or 37.82% from 587); Blue value is 135 (53.12% from 255 or 23.00% from 587); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DE87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DE87 is #192178. Grayscale: #D6D6D6. Windows color (decimal): -1646969 or 8904422. OLE color: 8904422.
HSL color Cylindrical-coordinate representation of color #E6DE87: hue angle of 54.95º 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 #E6DE87 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 222 | 135 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.10 |
| HSL | 54.95º | 0.66% | 0.72% | - |
| HSV(B) | 54.95º | 0.41% | 0.9% | - |
| XYZ | 63.13 | 70.81 | 33.26 | - |
| YUV | 214.47 | 83.15 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 222 | 135 | 0 | 0.03 | 0.41 | 0.10 | 54.95 | 0.66 | 0.72 |
| Hex | E6 | DE | 87 | 0 | 3 | 29 | A | 37 | 42 | 48 |
| Octal | 346 | 336 | 207 | 0 | 3 | 51 | 12 | 67 | 102 | 110 |
| Binary | 11100110 | 11011110 | 10000111 | 0 | 11 | 101001 | 1010 | 110111 | 1000010 | 1001000 |
Color Harmonies of #E6DE87
Complementary color
Monochromatic Colors of #E6DE87
Black with #E6DE87
Text Example
Text Example
White with #E6DE87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DE87; }
p { color: rgb(230,222,135); }
H1.HeaderClassName
{
color: #E6DE87;
}
.AnyTagClassName
{
color: #E6DE87;
}
</style>
background-color css
<style>
a { background-color: #E6DE87; }
a { background-color: rgb(230,222,135); }
div.DivClassName
{
background-color: #E6DE87;
}
.BgClassName
{
background-color: #E6DE87;
}
</style>
border-color css
<style>
span { border-color: #E6DE87; }
span { border-color: rgb(230,222,135); }
td.TdClassName
{
border-color: #E6DE87;
}
.TagClassName
{
border-color: #E6DE87;
}
</style>