Shades of Primrose #EAE399
Tints of Primrose #EAE399
RGB
CMYK
RGB Variations
Color information
#EAE399 (or 0xEAE399) is known color: Primrose. HEX triplet: EA, E3 and 99. RGB value is (234,227,153). Sum of RGB (Red+Green+Blue) = 234+227+153=614 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.11% from 614); Green value is 227 (89.06% from 255 or 36.97% from 614); Blue value is 153 (60.16% from 255 or 24.92% from 614); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE399 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE399 is #151C66. Grayscale: #DCDCDC. Windows color (decimal): -1383527 or 10085354. OLE color: 10085354.
HSL color Cylindrical-coordinate representation of color #EAE399: hue angle of 54.81º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EAE399 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 227 | 153 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.08 |
| HSL | 54.81º | 0.66% | 0.76% | - |
| HSV(B) | 54.81º | 0.35% | 0.92% | - |
| XYZ | 67.15 | 74.73 | 41.02 | - |
| YUV | 220.66 | 89.82 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 227 | 153 | 0 | 0.03 | 0.35 | 0.08 | 54.81 | 0.66 | 0.76 |
| Hex | EA | E3 | 99 | 0 | 3 | 23 | 8 | 37 | 42 | 4C |
| Octal | 352 | 343 | 231 | 0 | 3 | 43 | 10 | 67 | 102 | 114 |
| Binary | 11101010 | 11100011 | 10011001 | 0 | 11 | 100011 | 1000 | 110111 | 1000010 | 1001100 |
Color Harmonies of #EAE399
Complementary color
Monochromatic Colors of #EAE399
Black with #EAE399
Text Example
Text Example
White with #EAE399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE399; }
p { color: rgb(234,227,153); }
H1.HeaderClassName
{
color: #EAE399;
}
.AnyTagClassName
{
color: #EAE399;
}
</style>
background-color css
<style>
a { background-color: #EAE399; }
a { background-color: rgb(234,227,153); }
div.DivClassName
{
background-color: #EAE399;
}
.BgClassName
{
background-color: #EAE399;
}
</style>
border-color css
<style>
span { border-color: #EAE399; }
span { border-color: rgb(234,227,153); }
td.TdClassName
{
border-color: #EAE399;
}
.TagClassName
{
border-color: #EAE399;
}
</style>