Shades of Primrose #EAE193
Tints of Primrose #EAE193
RGB
CMYK
RGB Variations
Color information
#EAE193 (or 0xEAE193) is known color: Primrose. HEX triplet: EA, E1 and 93. RGB value is (234,225,147). Sum of RGB (Red+Green+Blue) = 234+225+147=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 225 (88.28% from 255 or 37.13% from 606); Blue value is 147 (57.81% from 255 or 24.26% from 606); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE193 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE193 is #151E6C. Grayscale: #DBDBDB. Windows color (decimal): -1384045 or 9691626. OLE color: 9691626.
HSL color Cylindrical-coordinate representation of color #EAE193: hue angle of 53.79º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EAE193 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 225 | 147 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.08 |
| HSL | 53.79º | 0.67% | 0.75% | - |
| HSV(B) | 53.79º | 0.37% | 0.92% | - |
| XYZ | 66.12 | 73.45 | 38.3 | - |
| YUV | 218.8 | 87.48 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 225 | 147 | 0 | 0.04 | 0.37 | 0.08 | 53.79 | 0.67 | 0.75 |
| Hex | EA | E1 | 93 | 0 | 4 | 25 | 8 | 36 | 43 | 4B |
| Octal | 352 | 341 | 223 | 0 | 4 | 45 | 10 | 66 | 103 | 113 |
| Binary | 11101010 | 11100001 | 10010011 | 0 | 100 | 100101 | 1000 | 110110 | 1000011 | 1001011 |
Color Harmonies of #EAE193
Complementary color
Monochromatic Colors of #EAE193
Black with #EAE193
Text Example
Text Example
White with #EAE193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE193; }
p { color: rgb(234,225,147); }
H1.HeaderClassName
{
color: #EAE193;
}
.AnyTagClassName
{
color: #EAE193;
}
</style>
background-color css
<style>
a { background-color: #EAE193; }
a { background-color: rgb(234,225,147); }
div.DivClassName
{
background-color: #EAE193;
}
.BgClassName
{
background-color: #EAE193;
}
</style>
border-color css
<style>
span { border-color: #EAE193; }
span { border-color: rgb(234,225,147); }
td.TdClassName
{
border-color: #EAE193;
}
.TagClassName
{
border-color: #EAE193;
}
</style>