Shades of Primrose #E0D38E
Tints of Primrose #E0D38E
RGB
CMYK
RGB Variations
Color information
#E0D38E (or 0xE0D38E) is known color: Primrose. HEX triplet: E0, D3 and 8E. RGB value is (224,211,142). Sum of RGB (Red+Green+Blue) = 224+211+142=577 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.82% from 577); Green value is 211 (82.81% from 255 or 36.57% from 577); Blue value is 142 (55.86% from 255 or 24.61% from 577); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D38E is #1F2C71. Grayscale: #CFCFCF. Windows color (decimal): -2042994 or 9360352. OLE color: 9360352.
HSL color Cylindrical-coordinate representation of color #E0D38E: hue angle of 50.49º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E0D38E is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 211 | 142 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.12 |
| HSL | 50.49º | 0.57% | 0.72% | - |
| HSV(B) | 50.49º | 0.37% | 0.88% | - |
| XYZ | 58.92 | 64.39 | 34.91 | - |
| YUV | 207.02 | 91.31 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 211 | 142 | 0 | 0.06 | 0.37 | 0.12 | 50.49 | 0.57 | 0.72 |
| Hex | E0 | D3 | 8E | 0 | 6 | 25 | C | 32 | 39 | 48 |
| Octal | 340 | 323 | 216 | 0 | 6 | 45 | 14 | 62 | 71 | 110 |
| Binary | 11100000 | 11010011 | 10001110 | 0 | 110 | 100101 | 1100 | 110010 | 111001 | 1001000 |
Color Harmonies of #E0D38E
Complementary color
Monochromatic Colors of #E0D38E
Black with #E0D38E
Text Example
Text Example
White with #E0D38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D38E; }
p { color: rgb(224,211,142); }
H1.HeaderClassName
{
color: #E0D38E;
}
.AnyTagClassName
{
color: #E0D38E;
}
</style>
background-color css
<style>
a { background-color: #E0D38E; }
a { background-color: rgb(224,211,142); }
div.DivClassName
{
background-color: #E0D38E;
}
.BgClassName
{
background-color: #E0D38E;
}
</style>
border-color css
<style>
span { border-color: #E0D38E; }
span { border-color: rgb(224,211,142); }
td.TdClassName
{
border-color: #E0D38E;
}
.TagClassName
{
border-color: #E0D38E;
}
</style>