Shades of Primrose #EAE498
Tints of Primrose #EAE498
RGB
CMYK
RGB Variations
Color information
#EAE498 (or 0xEAE498) is known color: Primrose. HEX triplet: EA, E4 and 98. RGB value is (234,228,152). Sum of RGB (Red+Green+Blue) = 234+228+152=614 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.11% from 614); Green value is 228 (89.45% from 255 or 37.13% from 614); Blue value is 152 (59.77% from 255 or 24.76% from 614); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE498 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE498 is #151B67. Grayscale: #DDDDDD. Windows color (decimal): -1383272 or 10020074. OLE color: 10020074.
HSL color Cylindrical-coordinate representation of color #EAE498: hue angle of 55.61º 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 #EAE498 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 228 | 152 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.08 |
| HSL | 55.61º | 0.66% | 0.76% | - |
| HSV(B) | 55.61º | 0.35% | 0.92% | - |
| XYZ | 67.34 | 75.25 | 40.68 | - |
| YUV | 221.13 | 88.99 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 228 | 152 | 0 | 0.03 | 0.35 | 0.08 | 55.61 | 0.66 | 0.76 |
| Hex | EA | E4 | 98 | 0 | 3 | 23 | 8 | 38 | 42 | 4C |
| Octal | 352 | 344 | 230 | 0 | 3 | 43 | 10 | 70 | 102 | 114 |
| Binary | 11101010 | 11100100 | 10011000 | 0 | 11 | 100011 | 1000 | 111000 | 1000010 | 1001100 |
Color Harmonies of #EAE498
Complementary color
Monochromatic Colors of #EAE498
Black with #EAE498
Text Example
Text Example
White with #EAE498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE498; }
p { color: rgb(234,228,152); }
H1.HeaderClassName
{
color: #EAE498;
}
.AnyTagClassName
{
color: #EAE498;
}
</style>
background-color css
<style>
a { background-color: #EAE498; }
a { background-color: rgb(234,228,152); }
div.DivClassName
{
background-color: #EAE498;
}
.BgClassName
{
background-color: #EAE498;
}
</style>
border-color css
<style>
span { border-color: #EAE498; }
span { border-color: rgb(234,228,152); }
td.TdClassName
{
border-color: #EAE498;
}
.TagClassName
{
border-color: #EAE498;
}
</style>