Shades of Primrose #EAE096
Tints of Primrose #EAE096
RGB
CMYK
RGB Variations
Color information
#EAE096 (or 0xEAE096) is known color: Primrose. HEX triplet: EA, E0 and 96. RGB value is (234,224,150). Sum of RGB (Red+Green+Blue) = 234+224+150=608 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.49% from 608); Green value is 224 (87.89% from 255 or 36.84% from 608); Blue value is 150 (58.98% from 255 or 24.67% from 608); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE096 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE096 is #151F69. Grayscale: #DADADA. Windows color (decimal): -1384298 or 9887978. OLE color: 9887978.
HSL color Cylindrical-coordinate representation of color #EAE096: hue angle of 52.86º 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 #EAE096 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 224 | 150 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.08 |
| HSL | 52.86º | 0.67% | 0.75% | - |
| HSV(B) | 52.86º | 0.36% | 0.92% | - |
| XYZ | 66.09 | 73.01 | 39.46 | - |
| YUV | 218.55 | 89.31 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 224 | 150 | 0 | 0.04 | 0.36 | 0.08 | 52.86 | 0.67 | 0.75 |
| Hex | EA | E0 | 96 | 0 | 4 | 24 | 8 | 35 | 43 | 4B |
| Octal | 352 | 340 | 226 | 0 | 4 | 44 | 10 | 65 | 103 | 113 |
| Binary | 11101010 | 11100000 | 10010110 | 0 | 100 | 100100 | 1000 | 110101 | 1000011 | 1001011 |
Color Harmonies of #EAE096
Complementary color
Monochromatic Colors of #EAE096
Black with #EAE096
Text Example
Text Example
White with #EAE096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE096; }
p { color: rgb(234,224,150); }
H1.HeaderClassName
{
color: #EAE096;
}
.AnyTagClassName
{
color: #EAE096;
}
</style>
background-color css
<style>
a { background-color: #EAE096; }
a { background-color: rgb(234,224,150); }
div.DivClassName
{
background-color: #EAE096;
}
.BgClassName
{
background-color: #EAE096;
}
</style>
border-color css
<style>
span { border-color: #EAE096; }
span { border-color: rgb(234,224,150); }
td.TdClassName
{
border-color: #EAE096;
}
.TagClassName
{
border-color: #EAE096;
}
</style>