Shades of Primrose #EAE291
Tints of Primrose #EAE291
RGB
CMYK
RGB Variations
Color information
#EAE291 (or 0xEAE291) is known color: Primrose. HEX triplet: EA, E2 and 91. RGB value is (234,226,145). Sum of RGB (Red+Green+Blue) = 234+226+145=605 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.68% from 605); Green value is 226 (88.67% from 255 or 37.36% from 605); Blue value is 145 (57.03% from 255 or 23.97% from 605); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE291 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE291 is #151D6E. Grayscale: #DBDBDB. Windows color (decimal): -1383791 or 9560810. OLE color: 9560810.
HSL color Cylindrical-coordinate representation of color #EAE291: hue angle of 54.61º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EAE291 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 226 | 145 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.08 |
| HSL | 54.61º | 0.68% | 0.74% | - |
| HSV(B) | 54.61º | 0.38% | 0.92% | - |
| XYZ | 66.24 | 73.93 | 37.57 | - |
| YUV | 219.16 | 86.15 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 226 | 145 | 0 | 0.03 | 0.38 | 0.08 | 54.61 | 0.68 | 0.74 |
| Hex | EA | E2 | 91 | 0 | 3 | 26 | 8 | 37 | 44 | 4A |
| Octal | 352 | 342 | 221 | 0 | 3 | 46 | 10 | 67 | 104 | 112 |
| Binary | 11101010 | 11100010 | 10010001 | 0 | 11 | 100110 | 1000 | 110111 | 1000100 | 1001010 |
Color Harmonies of #EAE291
Complementary color
Monochromatic Colors of #EAE291
Black with #EAE291
Text Example
Text Example
White with #EAE291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE291; }
p { color: rgb(234,226,145); }
H1.HeaderClassName
{
color: #EAE291;
}
.AnyTagClassName
{
color: #EAE291;
}
</style>
background-color css
<style>
a { background-color: #EAE291; }
a { background-color: rgb(234,226,145); }
div.DivClassName
{
background-color: #EAE291;
}
.BgClassName
{
background-color: #EAE291;
}
</style>
border-color css
<style>
span { border-color: #EAE291; }
span { border-color: rgb(234,226,145); }
td.TdClassName
{
border-color: #EAE291;
}
.TagClassName
{
border-color: #EAE291;
}
</style>