Shades of Primrose #E0D38F
Tints of Primrose #E0D38F
RGB
CMYK
RGB Variations
Color information
#E0D38F (or 0xE0D38F) is known color: Primrose. HEX triplet: E0, D3 and 8F. RGB value is (224,211,143). Sum of RGB (Red+Green+Blue) = 224+211+143=578 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.75% from 578); Green value is 211 (82.81% from 255 or 36.51% from 578); Blue value is 143 (56.25% from 255 or 24.74% from 578); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D38F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D38F is #1F2C70. Grayscale: #CFCFCF. Windows color (decimal): -2042993 or 9425888. OLE color: 9425888.
HSL color Cylindrical-coordinate representation of color #E0D38F: hue angle of 50.37º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E0D38F is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 211 | 143 | - |
| CMYK | 0 | 0.06 | 0.36 | 0.12 |
| HSL | 50.37º | 0.57% | 0.72% | - |
| HSV(B) | 50.37º | 0.36% | 0.88% | - |
| XYZ | 58.99 | 64.42 | 35.31 | - |
| YUV | 207.14 | 91.81 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 211 | 143 | 0 | 0.06 | 0.36 | 0.12 | 50.37 | 0.57 | 0.72 |
| Hex | E0 | D3 | 8F | 0 | 6 | 24 | C | 32 | 39 | 48 |
| Octal | 340 | 323 | 217 | 0 | 6 | 44 | 14 | 62 | 71 | 110 |
| Binary | 11100000 | 11010011 | 10001111 | 0 | 110 | 100100 | 1100 | 110010 | 111001 | 1001000 |
Color Harmonies of #E0D38F
Complementary color
Monochromatic Colors of #E0D38F
Black with #E0D38F
Text Example
Text Example
White with #E0D38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D38F; }
p { color: rgb(224,211,143); }
H1.HeaderClassName
{
color: #E0D38F;
}
.AnyTagClassName
{
color: #E0D38F;
}
</style>
background-color css
<style>
a { background-color: #E0D38F; }
a { background-color: rgb(224,211,143); }
div.DivClassName
{
background-color: #E0D38F;
}
.BgClassName
{
background-color: #E0D38F;
}
</style>
border-color css
<style>
span { border-color: #E0D38F; }
span { border-color: rgb(224,211,143); }
td.TdClassName
{
border-color: #E0D38F;
}
.TagClassName
{
border-color: #E0D38F;
}
</style>