Shades of Primrose #E0DF90
Tints of Primrose #E0DF90
RGB
CMYK
RGB Variations
Color information
#E0DF90 (or 0xE0DF90) is known color: Primrose. HEX triplet: E0, DF and 90. RGB value is (224,223,144). Sum of RGB (Red+Green+Blue) = 224+223+144=591 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.90% from 591); Green value is 223 (87.5% from 255 or 37.73% from 591); Blue value is 144 (56.64% from 255 or 24.37% from 591); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DF90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DF90 is #1F206F. Grayscale: #D6D6D6. Windows color (decimal): -2039920 or 9494496. OLE color: 9494496.
HSL color Cylindrical-coordinate representation of color #E0DF90: hue angle of 59.25º degrees, saturation: 0.56, 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 #E0DF90 is Cyan = 0, Magento = 0.00, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 223 | 144 | - |
| CMYK | 0 | 0.00 | 0.36 | 0.12 |
| HSL | 59.25º | 0.56% | 0.72% | - |
| HSV(B) | 59.25º | 0.36% | 0.88% | - |
| XYZ | 62.16 | 70.64 | 36.74 | - |
| YUV | 214.29 | 88.33 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 223 | 144 | 0 | 0.00 | 0.36 | 0.12 | 59.25 | 0.56 | 0.72 |
| Hex | E0 | DF | 90 | 0 | 0 | 24 | C | 3B | 38 | 48 |
| Octal | 340 | 337 | 220 | 0 | 0 | 44 | 14 | 73 | 70 | 110 |
| Binary | 11100000 | 11011111 | 10010000 | 0 | 0 | 100100 | 1100 | 111011 | 111000 | 1001000 |
Color Harmonies of #E0DF90
Complementary color
Monochromatic Colors of #E0DF90
Black with #E0DF90
Text Example
Text Example
White with #E0DF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DF90; }
p { color: rgb(224,223,144); }
H1.HeaderClassName
{
color: #E0DF90;
}
.AnyTagClassName
{
color: #E0DF90;
}
</style>
background-color css
<style>
a { background-color: #E0DF90; }
a { background-color: rgb(224,223,144); }
div.DivClassName
{
background-color: #E0DF90;
}
.BgClassName
{
background-color: #E0DF90;
}
</style>
border-color css
<style>
span { border-color: #E0DF90; }
span { border-color: rgb(224,223,144); }
td.TdClassName
{
border-color: #E0DF90;
}
.TagClassName
{
border-color: #E0DF90;
}
</style>