Shades of Primrose #EAE195
Tints of Primrose #EAE195
RGB
CMYK
RGB Variations
Color information
#EAE195 (or 0xEAE195) is known color: Primrose. HEX triplet: EA, E1 and 95. RGB value is (234,225,149). Sum of RGB (Red+Green+Blue) = 234+225+149=608 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.49% from 608); Green value is 225 (88.28% from 255 or 37.01% from 608); Blue value is 149 (58.59% from 255 or 24.51% from 608); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE195 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE195 is #151E6A. Grayscale: #DBDBDB. Windows color (decimal): -1384043 or 9822698. OLE color: 9822698.
HSL color Cylindrical-coordinate representation of color #EAE195: hue angle of 53.65º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EAE195 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 225 | 149 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.08 |
| HSL | 53.65º | 0.67% | 0.75% | - |
| HSV(B) | 53.65º | 0.36% | 0.92% | - |
| XYZ | 66.28 | 73.51 | 39.13 | - |
| YUV | 219.03 | 88.48 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 225 | 149 | 0 | 0.04 | 0.36 | 0.08 | 53.65 | 0.67 | 0.75 |
| Hex | EA | E1 | 95 | 0 | 4 | 24 | 8 | 36 | 43 | 4B |
| Octal | 352 | 341 | 225 | 0 | 4 | 44 | 10 | 66 | 103 | 113 |
| Binary | 11101010 | 11100001 | 10010101 | 0 | 100 | 100100 | 1000 | 110110 | 1000011 | 1001011 |
Color Harmonies of #EAE195
Complementary color
Monochromatic Colors of #EAE195
Black with #EAE195
Text Example
Text Example
White with #EAE195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE195; }
p { color: rgb(234,225,149); }
H1.HeaderClassName
{
color: #EAE195;
}
.AnyTagClassName
{
color: #EAE195;
}
</style>
background-color css
<style>
a { background-color: #EAE195; }
a { background-color: rgb(234,225,149); }
div.DivClassName
{
background-color: #EAE195;
}
.BgClassName
{
background-color: #EAE195;
}
</style>
border-color css
<style>
span { border-color: #EAE195; }
span { border-color: rgb(234,225,149); }
td.TdClassName
{
border-color: #EAE195;
}
.TagClassName
{
border-color: #EAE195;
}
</style>