Shades of Primrose #EADF8D
Tints of Primrose #EADF8D
RGB
CMYK
RGB Variations
Color information
#EADF8D (or 0xEADF8D) is known color: Primrose. HEX triplet: EA, DF and 8D. RGB value is (234,223,141). Sum of RGB (Red+Green+Blue) = 234+223+141=598 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.13% from 598); Green value is 223 (87.5% from 255 or 37.29% from 598); Blue value is 141 (55.47% from 255 or 23.58% from 598); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADF8D is #152072. Grayscale: #D9D9D9. Windows color (decimal): -1384563 or 9297898. OLE color: 9297898.
HSL color Cylindrical-coordinate representation of color #EADF8D: hue angle of 52.9º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EADF8D is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 223 | 141 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.08 |
| HSL | 52.9º | 0.69% | 0.74% | - |
| HSV(B) | 52.9º | 0.4% | 0.92% | - |
| XYZ | 65.13 | 72.19 | 35.7 | - |
| YUV | 216.94 | 85.14 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 223 | 141 | 0 | 0.05 | 0.40 | 0.08 | 52.9 | 0.69 | 0.74 |
| Hex | EA | DF | 8D | 0 | 5 | 28 | 8 | 35 | 45 | 4A |
| Octal | 352 | 337 | 215 | 0 | 5 | 50 | 10 | 65 | 105 | 112 |
| Binary | 11101010 | 11011111 | 10001101 | 0 | 101 | 101000 | 1000 | 110101 | 1000101 | 1001010 |
Color Harmonies of #EADF8D
Complementary color
Monochromatic Colors of #EADF8D
Black with #EADF8D
Text Example
Text Example
White with #EADF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADF8D; }
p { color: rgb(234,223,141); }
H1.HeaderClassName
{
color: #EADF8D;
}
.AnyTagClassName
{
color: #EADF8D;
}
</style>
background-color css
<style>
a { background-color: #EADF8D; }
a { background-color: rgb(234,223,141); }
div.DivClassName
{
background-color: #EADF8D;
}
.BgClassName
{
background-color: #EADF8D;
}
</style>
border-color css
<style>
span { border-color: #EADF8D; }
span { border-color: rgb(234,223,141); }
td.TdClassName
{
border-color: #EADF8D;
}
.TagClassName
{
border-color: #EADF8D;
}
</style>