Shades of Primrose #EAE598
Tints of Primrose #EAE598
RGB
CMYK
RGB Variations
Color information
#EAE598 (or 0xEAE598) is known color: Primrose. HEX triplet: EA, E5 and 98. RGB value is (234,229,152). Sum of RGB (Red+Green+Blue) = 234+229+152=615 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.05% from 615); Green value is 229 (89.84% from 255 or 37.24% from 615); Blue value is 152 (59.77% from 255 or 24.72% from 615); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE598 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE598 is #151A67. Grayscale: #DEDEDE. Windows color (decimal): -1383016 or 10020330. OLE color: 10020330.
HSL color Cylindrical-coordinate representation of color #EAE598: hue angle of 56.34º 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 #EAE598 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 229 | 152 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.08 |
| HSL | 56.34º | 0.66% | 0.76% | - |
| HSV(B) | 56.34º | 0.35% | 0.92% | - |
| XYZ | 67.62 | 75.8 | 40.77 | - |
| YUV | 221.72 | 88.66 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 229 | 152 | 0 | 0.02 | 0.35 | 0.08 | 56.34 | 0.66 | 0.76 |
| Hex | EA | E5 | 98 | 0 | 2 | 23 | 8 | 38 | 42 | 4C |
| Octal | 352 | 345 | 230 | 0 | 2 | 43 | 10 | 70 | 102 | 114 |
| Binary | 11101010 | 11100101 | 10011000 | 0 | 10 | 100011 | 1000 | 111000 | 1000010 | 1001100 |
Color Harmonies of #EAE598
Complementary color
Monochromatic Colors of #EAE598
Black with #EAE598
Text Example
Text Example
White with #EAE598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE598; }
p { color: rgb(234,229,152); }
H1.HeaderClassName
{
color: #EAE598;
}
.AnyTagClassName
{
color: #EAE598;
}
</style>
background-color css
<style>
a { background-color: #EAE598; }
a { background-color: rgb(234,229,152); }
div.DivClassName
{
background-color: #EAE598;
}
.BgClassName
{
background-color: #EAE598;
}
</style>
border-color css
<style>
span { border-color: #EAE598; }
span { border-color: rgb(234,229,152); }
td.TdClassName
{
border-color: #EAE598;
}
.TagClassName
{
border-color: #EAE598;
}
</style>