Shades of Primrose #E0DC80
Tints of Primrose #E0DC80
RGB
CMYK
RGB Variations
Color information
#E0DC80 (or 0xE0DC80) is known color: Primrose. HEX triplet: E0, DC and 80. RGB value is (224,220,128). Sum of RGB (Red+Green+Blue) = 224+220+128=572 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.16% from 572); Green value is 220 (86.33% from 255 or 38.46% from 572); Blue value is 128 (50.39% from 255 or 22.38% from 572); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DC80 is #1F237F. Grayscale: #D3D3D3. Windows color (decimal): -2040704 or 8445152. OLE color: 8445152.
HSL color Cylindrical-coordinate representation of color #E0DC80: hue angle of 57.5º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E0DC80 is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 220 | 128 | - |
| CMYK | 0 | 0.02 | 0.43 | 0.12 |
| HSL | 57.5º | 0.61% | 0.69% | - |
| HSV(B) | 57.5º | 0.43% | 0.88% | - |
| XYZ | 60.23 | 68.59 | 30.49 | - |
| YUV | 210.71 | 81.33 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 220 | 128 | 0 | 0.02 | 0.43 | 0.12 | 57.5 | 0.61 | 0.69 |
| Hex | E0 | DC | 80 | 0 | 2 | 2B | C | 3A | 3D | 45 |
| Octal | 340 | 334 | 200 | 0 | 2 | 53 | 14 | 72 | 75 | 105 |
| Binary | 11100000 | 11011100 | 10000000 | 0 | 10 | 101011 | 1100 | 111010 | 111101 | 1000101 |
Color Harmonies of #E0DC80
Complementary color
Monochromatic Colors of #E0DC80
Black with #E0DC80
Text Example
Text Example
White with #E0DC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DC80; }
p { color: rgb(224,220,128); }
H1.HeaderClassName
{
color: #E0DC80;
}
.AnyTagClassName
{
color: #E0DC80;
}
</style>
background-color css
<style>
a { background-color: #E0DC80; }
a { background-color: rgb(224,220,128); }
div.DivClassName
{
background-color: #E0DC80;
}
.BgClassName
{
background-color: #E0DC80;
}
</style>
border-color css
<style>
span { border-color: #E0DC80; }
span { border-color: rgb(224,220,128); }
td.TdClassName
{
border-color: #E0DC80;
}
.TagClassName
{
border-color: #E0DC80;
}
</style>