Shades of Primrose #E0DB8D
Tints of Primrose #E0DB8D
RGB
CMYK
RGB Variations
Color information
#E0DB8D (or 0xE0DB8D) is known color: Primrose. HEX triplet: E0, DB and 8D. RGB value is (224,219,141). Sum of RGB (Red+Green+Blue) = 224+219+141=584 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.36% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 141 (55.47% from 255 or 24.14% from 584); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DB8D is #1F2472. Grayscale: #D3D3D3. Windows color (decimal): -2040947 or 9296864. OLE color: 9296864.
HSL color Cylindrical-coordinate representation of color #E0DB8D: hue angle of 56.39º 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 #E0DB8D is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 219 | 141 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.12 |
| HSL | 56.39º | 0.57% | 0.72% | - |
| HSV(B) | 56.39º | 0.37% | 0.88% | - |
| XYZ | 60.88 | 68.43 | 35.2 | - |
| YUV | 211.6 | 88.16 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 219 | 141 | 0 | 0.02 | 0.37 | 0.12 | 56.39 | 0.57 | 0.72 |
| Hex | E0 | DB | 8D | 0 | 2 | 25 | C | 38 | 39 | 48 |
| Octal | 340 | 333 | 215 | 0 | 2 | 45 | 14 | 70 | 71 | 110 |
| Binary | 11100000 | 11011011 | 10001101 | 0 | 10 | 100101 | 1100 | 111000 | 111001 | 1001000 |
Color Harmonies of #E0DB8D
Complementary color
Monochromatic Colors of #E0DB8D
Black with #E0DB8D
Text Example
Text Example
White with #E0DB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DB8D; }
p { color: rgb(224,219,141); }
H1.HeaderClassName
{
color: #E0DB8D;
}
.AnyTagClassName
{
color: #E0DB8D;
}
</style>
background-color css
<style>
a { background-color: #E0DB8D; }
a { background-color: rgb(224,219,141); }
div.DivClassName
{
background-color: #E0DB8D;
}
.BgClassName
{
background-color: #E0DB8D;
}
</style>
border-color css
<style>
span { border-color: #E0DB8D; }
span { border-color: rgb(224,219,141); }
td.TdClassName
{
border-color: #E0DB8D;
}
.TagClassName
{
border-color: #E0DB8D;
}
</style>