Shades of Primrose #EAE18D
Tints of Primrose #EAE18D
RGB
CMYK
RGB Variations
Color information
#EAE18D (or 0xEAE18D) is known color: Primrose. HEX triplet: EA, E1 and 8D. RGB value is (234,225,141). Sum of RGB (Red+Green+Blue) = 234+225+141=600 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39% from 600); Green value is 225 (88.28% from 255 or 37.5% from 600); Blue value is 141 (55.47% from 255 or 23.5% from 600); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE18D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE18D is #151E72. Grayscale: #DADADA. Windows color (decimal): -1384051 or 9298410. OLE color: 9298410.
HSL color Cylindrical-coordinate representation of color #EAE18D: hue angle of 54.19º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EAE18D is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 225 | 141 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.08 |
| HSL | 54.19º | 0.69% | 0.74% | - |
| HSV(B) | 54.19º | 0.4% | 0.92% | - |
| XYZ | 65.66 | 73.27 | 35.88 | - |
| YUV | 218.12 | 84.48 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 225 | 141 | 0 | 0.04 | 0.40 | 0.08 | 54.19 | 0.69 | 0.74 |
| Hex | EA | E1 | 8D | 0 | 4 | 28 | 8 | 36 | 45 | 4A |
| Octal | 352 | 341 | 215 | 0 | 4 | 50 | 10 | 66 | 105 | 112 |
| Binary | 11101010 | 11100001 | 10001101 | 0 | 100 | 101000 | 1000 | 110110 | 1000101 | 1001010 |
Color Harmonies of #EAE18D
Complementary color
Monochromatic Colors of #EAE18D
Black with #EAE18D
Text Example
Text Example
White with #EAE18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE18D; }
p { color: rgb(234,225,141); }
H1.HeaderClassName
{
color: #EAE18D;
}
.AnyTagClassName
{
color: #EAE18D;
}
</style>
background-color css
<style>
a { background-color: #EAE18D; }
a { background-color: rgb(234,225,141); }
div.DivClassName
{
background-color: #EAE18D;
}
.BgClassName
{
background-color: #EAE18D;
}
</style>
border-color css
<style>
span { border-color: #EAE18D; }
span { border-color: rgb(234,225,141); }
td.TdClassName
{
border-color: #EAE18D;
}
.TagClassName
{
border-color: #EAE18D;
}
</style>