Shades of Primrose #E0D38C
Tints of Primrose #E0D38C
RGB
CMYK
RGB Variations
Color information
#E0D38C (or 0xE0D38C) is known color: Primrose. HEX triplet: E0, D3 and 8C. RGB value is (224,211,140). Sum of RGB (Red+Green+Blue) = 224+211+140=575 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.96% from 575); Green value is 211 (82.81% from 255 or 36.70% from 575); Blue value is 140 (55.08% from 255 or 24.35% from 575); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D38C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D38C is #1F2C73. Grayscale: #CFCFCF. Windows color (decimal): -2042996 or 9229280. OLE color: 9229280.
HSL color Cylindrical-coordinate representation of color #E0D38C: hue angle of 50.71º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E0D38C is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 211 | 140 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.12 |
| HSL | 50.71º | 0.58% | 0.71% | - |
| HSV(B) | 50.71º | 0.38% | 0.88% | - |
| XYZ | 58.77 | 64.33 | 34.13 | - |
| YUV | 206.79 | 90.31 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 211 | 140 | 0 | 0.06 | 0.38 | 0.12 | 50.71 | 0.58 | 0.71 |
| Hex | E0 | D3 | 8C | 0 | 6 | 26 | C | 33 | 3A | 47 |
| Octal | 340 | 323 | 214 | 0 | 6 | 46 | 14 | 63 | 72 | 107 |
| Binary | 11100000 | 11010011 | 10001100 | 0 | 110 | 100110 | 1100 | 110011 | 111010 | 1000111 |
Color Harmonies of #E0D38C
Complementary color
Monochromatic Colors of #E0D38C
Black with #E0D38C
Text Example
Text Example
White with #E0D38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D38C; }
p { color: rgb(224,211,140); }
H1.HeaderClassName
{
color: #E0D38C;
}
.AnyTagClassName
{
color: #E0D38C;
}
</style>
background-color css
<style>
a { background-color: #E0D38C; }
a { background-color: rgb(224,211,140); }
div.DivClassName
{
background-color: #E0D38C;
}
.BgClassName
{
background-color: #E0D38C;
}
</style>
border-color css
<style>
span { border-color: #E0D38C; }
span { border-color: rgb(224,211,140); }
td.TdClassName
{
border-color: #E0D38C;
}
.TagClassName
{
border-color: #E0D38C;
}
</style>