Shades of Primrose #EADD8E
Tints of Primrose #EADD8E
RGB
CMYK
RGB Variations
Color information
#EADD8E (or 0xEADD8E) is known color: Primrose. HEX triplet: EA, DD and 8E. RGB value is (234,221,142). Sum of RGB (Red+Green+Blue) = 234+221+142=597 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.20% from 597); Green value is 221 (86.72% from 255 or 37.02% from 597); Blue value is 142 (55.86% from 255 or 23.79% from 597); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADD8E is #152271. Grayscale: #D8D8D8. Windows color (decimal): -1385074 or 9362922. OLE color: 9362922.
HSL color Cylindrical-coordinate representation of color #EADD8E: hue angle of 51.52º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EADD8E is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 142 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.08 |
| HSL | 51.52º | 0.69% | 0.74% | - |
| HSV(B) | 51.52º | 0.39% | 0.92% | - |
| XYZ | 64.67 | 71.16 | 35.92 | - |
| YUV | 215.88 | 86.31 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 142 | 0 | 0.06 | 0.39 | 0.08 | 51.52 | 0.69 | 0.74 |
| Hex | EA | DD | 8E | 0 | 6 | 27 | 8 | 34 | 45 | 4A |
| Octal | 352 | 335 | 216 | 0 | 6 | 47 | 10 | 64 | 105 | 112 |
| Binary | 11101010 | 11011101 | 10001110 | 0 | 110 | 100111 | 1000 | 110100 | 1000101 | 1001010 |
Color Harmonies of #EADD8E
Complementary color
Monochromatic Colors of #EADD8E
Black with #EADD8E
Text Example
Text Example
White with #EADD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADD8E; }
p { color: rgb(234,221,142); }
H1.HeaderClassName
{
color: #EADD8E;
}
.AnyTagClassName
{
color: #EADD8E;
}
</style>
background-color css
<style>
a { background-color: #EADD8E; }
a { background-color: rgb(234,221,142); }
div.DivClassName
{
background-color: #EADD8E;
}
.BgClassName
{
background-color: #EADD8E;
}
</style>
border-color css
<style>
span { border-color: #EADD8E; }
span { border-color: rgb(234,221,142); }
td.TdClassName
{
border-color: #EADD8E;
}
.TagClassName
{
border-color: #EADD8E;
}
</style>