Shades of Primrose #E0DC81
Tints of Primrose #E0DC81
RGB
CMYK
RGB Variations
Color information
#E0DC81 (or 0xE0DC81) is known color: Primrose. HEX triplet: E0, DC and 81. RGB value is (224,220,129). Sum of RGB (Red+Green+Blue) = 224+220+129=573 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.09% from 573); Green value is 220 (86.33% from 255 or 38.39% from 573); Blue value is 129 (50.78% from 255 or 22.51% from 573); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DC81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DC81 is #1F237E. Grayscale: #D3D3D3. Windows color (decimal): -2040703 or 8510688. OLE color: 8510688.
HSL color Cylindrical-coordinate representation of color #E0DC81: hue angle of 57.47º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E0DC81 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 220 | 129 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.12 |
| HSL | 57.47º | 0.61% | 0.69% | - |
| HSV(B) | 57.47º | 0.42% | 0.88% | - |
| XYZ | 60.3 | 68.62 | 30.84 | - |
| YUV | 210.82 | 81.83 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 220 | 129 | 0 | 0.02 | 0.42 | 0.12 | 57.47 | 0.61 | 0.69 |
| Hex | E0 | DC | 81 | 0 | 2 | 2A | C | 39 | 3D | 45 |
| Octal | 340 | 334 | 201 | 0 | 2 | 52 | 14 | 71 | 75 | 105 |
| Binary | 11100000 | 11011100 | 10000001 | 0 | 10 | 101010 | 1100 | 111001 | 111101 | 1000101 |
Color Harmonies of #E0DC81
Complementary color
Monochromatic Colors of #E0DC81
Black with #E0DC81
Text Example
Text Example
White with #E0DC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DC81; }
p { color: rgb(224,220,129); }
H1.HeaderClassName
{
color: #E0DC81;
}
.AnyTagClassName
{
color: #E0DC81;
}
</style>
background-color css
<style>
a { background-color: #E0DC81; }
a { background-color: rgb(224,220,129); }
div.DivClassName
{
background-color: #E0DC81;
}
.BgClassName
{
background-color: #E0DC81;
}
</style>
border-color css
<style>
span { border-color: #E0DC81; }
span { border-color: rgb(224,220,129); }
td.TdClassName
{
border-color: #E0DC81;
}
.TagClassName
{
border-color: #E0DC81;
}
</style>