Shades of Primrose #EADD98
Tints of Primrose #EADD98
RGB
CMYK
RGB Variations
Color information
#EADD98 (or 0xEADD98) is known color: Primrose. HEX triplet: EA, DD and 98. RGB value is (234,221,152). Sum of RGB (Red+Green+Blue) = 234+221+152=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 152 (59.77% from 255 or 25.04% from 607); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADD98 is #152267. Grayscale: #D9D9D9. Windows color (decimal): -1385064 or 10018282. OLE color: 10018282.
HSL color Cylindrical-coordinate representation of color #EADD98: hue angle of 50.49º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EADD98 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 152 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.08 |
| HSL | 50.49º | 0.66% | 0.76% | - |
| HSV(B) | 50.49º | 0.35% | 0.92% | - |
| XYZ | 65.46 | 71.47 | 40.05 | - |
| YUV | 217.02 | 91.31 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 152 | 0 | 0.06 | 0.35 | 0.08 | 50.49 | 0.66 | 0.76 |
| Hex | EA | DD | 98 | 0 | 6 | 23 | 8 | 32 | 42 | 4C |
| Octal | 352 | 335 | 230 | 0 | 6 | 43 | 10 | 62 | 102 | 114 |
| Binary | 11101010 | 11011101 | 10011000 | 0 | 110 | 100011 | 1000 | 110010 | 1000010 | 1001100 |
Color Harmonies of #EADD98
Complementary color
Monochromatic Colors of #EADD98
Black with #EADD98
Text Example
Text Example
White with #EADD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADD98; }
p { color: rgb(234,221,152); }
H1.HeaderClassName
{
color: #EADD98;
}
.AnyTagClassName
{
color: #EADD98;
}
</style>
background-color css
<style>
a { background-color: #EADD98; }
a { background-color: rgb(234,221,152); }
div.DivClassName
{
background-color: #EADD98;
}
.BgClassName
{
background-color: #EADD98;
}
</style>
border-color css
<style>
span { border-color: #EADD98; }
span { border-color: rgb(234,221,152); }
td.TdClassName
{
border-color: #EADD98;
}
.TagClassName
{
border-color: #EADD98;
}
</style>