Shades of Primrose #EAE18C
Tints of Primrose #EAE18C
RGB
CMYK
RGB Variations
Color information
#EAE18C (or 0xEAE18C) is known color: Primrose. HEX triplet: EA, E1 and 8C. RGB value is (234,225,140). Sum of RGB (Red+Green+Blue) = 234+225+140=599 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.07% from 599); Green value is 225 (88.28% from 255 or 37.56% from 599); Blue value is 140 (55.08% from 255 or 23.37% from 599); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE18C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE18C is #151E73. Grayscale: #DADADA. Windows color (decimal): -1384052 or 9232874. OLE color: 9232874.
HSL color Cylindrical-coordinate representation of color #EAE18C: hue angle of 54.26º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EAE18C is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 225 | 140 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.08 |
| HSL | 54.26º | 0.69% | 0.73% | - |
| HSV(B) | 54.26º | 0.4% | 0.92% | - |
| XYZ | 65.59 | 73.24 | 35.49 | - |
| YUV | 218 | 83.98 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 225 | 140 | 0 | 0.04 | 0.40 | 0.08 | 54.26 | 0.69 | 0.73 |
| Hex | EA | E1 | 8C | 0 | 4 | 28 | 8 | 36 | 45 | 49 |
| Octal | 352 | 341 | 214 | 0 | 4 | 50 | 10 | 66 | 105 | 111 |
| Binary | 11101010 | 11100001 | 10001100 | 0 | 100 | 101000 | 1000 | 110110 | 1000101 | 1001001 |
Color Harmonies of #EAE18C
Complementary color
Monochromatic Colors of #EAE18C
Black with #EAE18C
Text Example
Text Example
White with #EAE18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE18C; }
p { color: rgb(234,225,140); }
H1.HeaderClassName
{
color: #EAE18C;
}
.AnyTagClassName
{
color: #EAE18C;
}
</style>
background-color css
<style>
a { background-color: #EAE18C; }
a { background-color: rgb(234,225,140); }
div.DivClassName
{
background-color: #EAE18C;
}
.BgClassName
{
background-color: #EAE18C;
}
</style>
border-color css
<style>
span { border-color: #EAE18C; }
span { border-color: rgb(234,225,140); }
td.TdClassName
{
border-color: #EAE18C;
}
.TagClassName
{
border-color: #EAE18C;
}
</style>