Shades of Primrose #EAE398
Tints of Primrose #EAE398
RGB
CMYK
RGB Variations
Color information
#EAE398 (or 0xEAE398) is known color: Primrose. HEX triplet: EA, E3 and 98. RGB value is (234,227,152). Sum of RGB (Red+Green+Blue) = 234+227+152=613 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.17% from 613); Green value is 227 (89.06% from 255 or 37.03% from 613); Blue value is 152 (59.77% from 255 or 24.80% from 613); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE398 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE398 is #151C67. Grayscale: #DCDCDC. Windows color (decimal): -1383528 or 10019818. OLE color: 10019818.
HSL color Cylindrical-coordinate representation of color #EAE398: hue angle of 54.88º 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 #EAE398 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 227 | 152 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.08 |
| HSL | 54.88º | 0.66% | 0.76% | - |
| HSV(B) | 54.88º | 0.35% | 0.92% | - |
| XYZ | 67.07 | 74.7 | 40.59 | - |
| YUV | 220.54 | 89.32 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 227 | 152 | 0 | 0.03 | 0.35 | 0.08 | 54.88 | 0.66 | 0.76 |
| Hex | EA | E3 | 98 | 0 | 3 | 23 | 8 | 37 | 42 | 4C |
| Octal | 352 | 343 | 230 | 0 | 3 | 43 | 10 | 67 | 102 | 114 |
| Binary | 11101010 | 11100011 | 10011000 | 0 | 11 | 100011 | 1000 | 110111 | 1000010 | 1001100 |
Color Harmonies of #EAE398
Complementary color
Monochromatic Colors of #EAE398
Black with #EAE398
Text Example
Text Example
White with #EAE398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE398; }
p { color: rgb(234,227,152); }
H1.HeaderClassName
{
color: #EAE398;
}
.AnyTagClassName
{
color: #EAE398;
}
</style>
background-color css
<style>
a { background-color: #EAE398; }
a { background-color: rgb(234,227,152); }
div.DivClassName
{
background-color: #EAE398;
}
.BgClassName
{
background-color: #EAE398;
}
</style>
border-color css
<style>
span { border-color: #EAE398; }
span { border-color: rgb(234,227,152); }
td.TdClassName
{
border-color: #EAE398;
}
.TagClassName
{
border-color: #EAE398;
}
</style>