Shades of Primrose #EAE098
Tints of Primrose #EAE098
RGB
CMYK
RGB Variations
Color information
#EAE098 (or 0xEAE098) is known color: Primrose. HEX triplet: EA, E0 and 98. RGB value is (234,224,152). Sum of RGB (Red+Green+Blue) = 234+224+152=610 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.36% from 610); Green value is 224 (87.89% from 255 or 36.72% from 610); Blue value is 152 (59.77% from 255 or 24.92% from 610); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE098 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE098 is #151F67. Grayscale: #DBDBDB. Windows color (decimal): -1384296 or 10019050. OLE color: 10019050.
HSL color Cylindrical-coordinate representation of color #EAE098: hue angle of 52.68º 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 #EAE098 is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 224 | 152 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.08 |
| HSL | 52.68º | 0.66% | 0.76% | - |
| HSV(B) | 52.68º | 0.35% | 0.92% | - |
| XYZ | 66.25 | 73.07 | 40.32 | - |
| YUV | 218.78 | 90.31 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 224 | 152 | 0 | 0.04 | 0.35 | 0.08 | 52.68 | 0.66 | 0.76 |
| Hex | EA | E0 | 98 | 0 | 4 | 23 | 8 | 35 | 42 | 4C |
| Octal | 352 | 340 | 230 | 0 | 4 | 43 | 10 | 65 | 102 | 114 |
| Binary | 11101010 | 11100000 | 10011000 | 0 | 100 | 100011 | 1000 | 110101 | 1000010 | 1001100 |
Color Harmonies of #EAE098
Complementary color
Monochromatic Colors of #EAE098
Black with #EAE098
Text Example
Text Example
White with #EAE098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE098; }
p { color: rgb(234,224,152); }
H1.HeaderClassName
{
color: #EAE098;
}
.AnyTagClassName
{
color: #EAE098;
}
</style>
background-color css
<style>
a { background-color: #EAE098; }
a { background-color: rgb(234,224,152); }
div.DivClassName
{
background-color: #EAE098;
}
.BgClassName
{
background-color: #EAE098;
}
</style>
border-color css
<style>
span { border-color: #EAE098; }
span { border-color: rgb(234,224,152); }
td.TdClassName
{
border-color: #EAE098;
}
.TagClassName
{
border-color: #EAE098;
}
</style>