Shades of Primrose #EAE090
Tints of Primrose #EAE090
RGB
CMYK
RGB Variations
Color information
#EAE090 (or 0xEAE090) is known color: Primrose. HEX triplet: EA, E0 and 90. RGB value is (234,224,144). Sum of RGB (Red+Green+Blue) = 234+224+144=602 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.87% from 602); Green value is 224 (87.89% from 255 or 37.21% from 602); Blue value is 144 (56.64% from 255 or 23.92% from 602); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE090 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE090 is #151F6F. Grayscale: #DADADA. Windows color (decimal): -1384304 or 9494762. OLE color: 9494762.
HSL color Cylindrical-coordinate representation of color #EAE090: hue angle of 53.33º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EAE090 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 224 | 144 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.08 |
| HSL | 53.33º | 0.68% | 0.74% | - |
| HSV(B) | 53.33º | 0.38% | 0.92% | - |
| XYZ | 65.62 | 72.82 | 36.98 | - |
| YUV | 217.87 | 86.31 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 224 | 144 | 0 | 0.04 | 0.38 | 0.08 | 53.33 | 0.68 | 0.74 |
| Hex | EA | E0 | 90 | 0 | 4 | 26 | 8 | 35 | 44 | 4A |
| Octal | 352 | 340 | 220 | 0 | 4 | 46 | 10 | 65 | 104 | 112 |
| Binary | 11101010 | 11100000 | 10010000 | 0 | 100 | 100110 | 1000 | 110101 | 1000100 | 1001010 |
Color Harmonies of #EAE090
Complementary color
Monochromatic Colors of #EAE090
Black with #EAE090
Text Example
Text Example
White with #EAE090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE090; }
p { color: rgb(234,224,144); }
H1.HeaderClassName
{
color: #EAE090;
}
.AnyTagClassName
{
color: #EAE090;
}
</style>
background-color css
<style>
a { background-color: #EAE090; }
a { background-color: rgb(234,224,144); }
div.DivClassName
{
background-color: #EAE090;
}
.BgClassName
{
background-color: #EAE090;
}
</style>
border-color css
<style>
span { border-color: #EAE090; }
span { border-color: rgb(234,224,144); }
td.TdClassName
{
border-color: #EAE090;
}
.TagClassName
{
border-color: #EAE090;
}
</style>