Shades of Primrose #EAE089
Tints of Primrose #EAE089
RGB
CMYK
RGB Variations
Color information
#EAE089 (or 0xEAE089) is known color: Primrose. HEX triplet: EA, E0 and 89. RGB value is (234,224,137). Sum of RGB (Red+Green+Blue) = 234+224+137=595 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.33% from 595); Green value is 224 (87.89% from 255 or 37.65% from 595); Blue value is 137 (53.91% from 255 or 23.03% from 595); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE089 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE089 is #151F76. Grayscale: #D9D9D9. Windows color (decimal): -1384311 or 9036010. OLE color: 9036010.
HSL color Cylindrical-coordinate representation of color #EAE089: hue angle of 53.81º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EAE089 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 224 | 137 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.08 |
| HSL | 53.81º | 0.7% | 0.73% | - |
| HSV(B) | 53.81º | 0.41% | 0.92% | - |
| XYZ | 65.1 | 72.61 | 34.25 | - |
| YUV | 217.07 | 82.81 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 224 | 137 | 0 | 0.04 | 0.41 | 0.08 | 53.81 | 0.7 | 0.73 |
| Hex | EA | E0 | 89 | 0 | 4 | 29 | 8 | 36 | 46 | 49 |
| Octal | 352 | 340 | 211 | 0 | 4 | 51 | 10 | 66 | 106 | 111 |
| Binary | 11101010 | 11100000 | 10001001 | 0 | 100 | 101001 | 1000 | 110110 | 1000110 | 1001001 |
Color Harmonies of #EAE089
Complementary color
Monochromatic Colors of #EAE089
Black with #EAE089
Text Example
Text Example
White with #EAE089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE089; }
p { color: rgb(234,224,137); }
H1.HeaderClassName
{
color: #EAE089;
}
.AnyTagClassName
{
color: #EAE089;
}
</style>
background-color css
<style>
a { background-color: #EAE089; }
a { background-color: rgb(234,224,137); }
div.DivClassName
{
background-color: #EAE089;
}
.BgClassName
{
background-color: #EAE089;
}
</style>
border-color css
<style>
span { border-color: #EAE089; }
span { border-color: rgb(234,224,137); }
td.TdClassName
{
border-color: #EAE089;
}
.TagClassName
{
border-color: #EAE089;
}
</style>