Shades of Primrose #EADD99
Tints of Primrose #EADD99
RGB
CMYK
RGB Variations
Color information
#EADD99 (or 0xEADD99) is known color: Primrose. HEX triplet: EA, DD and 99. RGB value is (234,221,153). Sum of RGB (Red+Green+Blue) = 234+221+153=608 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.49% from 608); Green value is 221 (86.72% from 255 or 36.35% from 608); Blue value is 153 (60.16% from 255 or 25.16% from 608); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADD99 is #152266. Grayscale: #D9D9D9. Windows color (decimal): -1385063 or 10083818. OLE color: 10083818.
HSL color Cylindrical-coordinate representation of color #EADD99: hue angle of 50.37º 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 #EADD99 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 153 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.08 |
| HSL | 50.37º | 0.66% | 0.76% | - |
| HSV(B) | 50.37º | 0.35% | 0.92% | - |
| XYZ | 65.54 | 71.51 | 40.48 | - |
| YUV | 217.14 | 91.81 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 153 | 0 | 0.06 | 0.35 | 0.08 | 50.37 | 0.66 | 0.76 |
| Hex | EA | DD | 99 | 0 | 6 | 23 | 8 | 32 | 42 | 4C |
| Octal | 352 | 335 | 231 | 0 | 6 | 43 | 10 | 62 | 102 | 114 |
| Binary | 11101010 | 11011101 | 10011001 | 0 | 110 | 100011 | 1000 | 110010 | 1000010 | 1001100 |
Color Harmonies of #EADD99
Complementary color
Monochromatic Colors of #EADD99
Black with #EADD99
Text Example
Text Example
White with #EADD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADD99; }
p { color: rgb(234,221,153); }
H1.HeaderClassName
{
color: #EADD99;
}
.AnyTagClassName
{
color: #EADD99;
}
</style>
background-color css
<style>
a { background-color: #EADD99; }
a { background-color: rgb(234,221,153); }
div.DivClassName
{
background-color: #EADD99;
}
.BgClassName
{
background-color: #EADD99;
}
</style>
border-color css
<style>
span { border-color: #EADD99; }
span { border-color: rgb(234,221,153); }
td.TdClassName
{
border-color: #EADD99;
}
.TagClassName
{
border-color: #EADD99;
}
</style>