Shades of Primrose #EAE391
Tints of Primrose #EAE391
RGB
CMYK
RGB Variations
Color information
#EAE391 (or 0xEAE391) is known color: Primrose. HEX triplet: EA, E3 and 91. RGB value is (234,227,145). Sum of RGB (Red+Green+Blue) = 234+227+145=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 227 (89.06% from 255 or 37.46% from 606); Blue value is 145 (57.03% from 255 or 23.93% from 606); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE391 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE391 is #151C6E. Grayscale: #DCDCDC. Windows color (decimal): -1383535 or 9561066. OLE color: 9561066.
HSL color Cylindrical-coordinate representation of color #EAE391: hue angle of 55.28º 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 #EAE391 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 227 | 145 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.08 |
| HSL | 55.28º | 0.68% | 0.74% | - |
| HSV(B) | 55.28º | 0.38% | 0.92% | - |
| XYZ | 66.51 | 74.47 | 37.66 | - |
| YUV | 219.75 | 85.82 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 227 | 145 | 0 | 0.03 | 0.38 | 0.08 | 55.28 | 0.68 | 0.74 |
| Hex | EA | E3 | 91 | 0 | 3 | 26 | 8 | 37 | 44 | 4A |
| Octal | 352 | 343 | 221 | 0 | 3 | 46 | 10 | 67 | 104 | 112 |
| Binary | 11101010 | 11100011 | 10010001 | 0 | 11 | 100110 | 1000 | 110111 | 1000100 | 1001010 |
Color Harmonies of #EAE391
Complementary color
Monochromatic Colors of #EAE391
Black with #EAE391
Text Example
Text Example
White with #EAE391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE391; }
p { color: rgb(234,227,145); }
H1.HeaderClassName
{
color: #EAE391;
}
.AnyTagClassName
{
color: #EAE391;
}
</style>
background-color css
<style>
a { background-color: #EAE391; }
a { background-color: rgb(234,227,145); }
div.DivClassName
{
background-color: #EAE391;
}
.BgClassName
{
background-color: #EAE391;
}
</style>
border-color css
<style>
span { border-color: #EAE391; }
span { border-color: rgb(234,227,145); }
td.TdClassName
{
border-color: #EAE391;
}
.TagClassName
{
border-color: #EAE391;
}
</style>