Shades of Primrose #EADD8B
Tints of Primrose #EADD8B
RGB
CMYK
RGB Variations
Color information
#EADD8B (or 0xEADD8B) is known color: Primrose. HEX triplet: EA, DD and 8B. RGB value is (234,221,139). Sum of RGB (Red+Green+Blue) = 234+221+139=594 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.39% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 139 (54.69% from 255 or 23.40% from 594); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADD8B is #152274. Grayscale: #D7D7D7. Windows color (decimal): -1385077 or 9166314. OLE color: 9166314.
HSL color Cylindrical-coordinate representation of color #EADD8B: hue angle of 51.79º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EADD8B is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 139 | - |
| CMYK | 0 | 0.06 | 0.41 | 0.08 |
| HSL | 51.79º | 0.69% | 0.73% | - |
| HSV(B) | 51.79º | 0.41% | 0.92% | - |
| XYZ | 64.45 | 71.07 | 34.75 | - |
| YUV | 215.54 | 84.81 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 139 | 0 | 0.06 | 0.41 | 0.08 | 51.79 | 0.69 | 0.73 |
| Hex | EA | DD | 8B | 0 | 6 | 29 | 8 | 34 | 45 | 49 |
| Octal | 352 | 335 | 213 | 0 | 6 | 51 | 10 | 64 | 105 | 111 |
| Binary | 11101010 | 11011101 | 10001011 | 0 | 110 | 101001 | 1000 | 110100 | 1000101 | 1001001 |
Color Harmonies of #EADD8B
Complementary color
Monochromatic Colors of #EADD8B
Black with #EADD8B
Text Example
Text Example
White with #EADD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADD8B; }
p { color: rgb(234,221,139); }
H1.HeaderClassName
{
color: #EADD8B;
}
.AnyTagClassName
{
color: #EADD8B;
}
</style>
background-color css
<style>
a { background-color: #EADD8B; }
a { background-color: rgb(234,221,139); }
div.DivClassName
{
background-color: #EADD8B;
}
.BgClassName
{
background-color: #EADD8B;
}
</style>
border-color css
<style>
span { border-color: #EADD8B; }
span { border-color: rgb(234,221,139); }
td.TdClassName
{
border-color: #EADD8B;
}
.TagClassName
{
border-color: #EADD8B;
}
</style>