Shades of Primrose #EAE290
Tints of Primrose #EAE290
RGB
CMYK
RGB Variations
Color information
#EAE290 (or 0xEAE290) is known color: Primrose. HEX triplet: EA, E2 and 90. RGB value is (234,226,144). Sum of RGB (Red+Green+Blue) = 234+226+144=604 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.74% from 604); Green value is 226 (88.67% from 255 or 37.42% from 604); Blue value is 144 (56.64% from 255 or 23.84% from 604); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE290 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE290 is #151D6F. Grayscale: #DBDBDB. Windows color (decimal): -1383792 or 9495274. OLE color: 9495274.
HSL color Cylindrical-coordinate representation of color #EAE290: hue angle of 54.67º 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 #EAE290 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 226 | 144 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.08 |
| HSL | 54.67º | 0.68% | 0.74% | - |
| HSV(B) | 54.67º | 0.38% | 0.92% | - |
| XYZ | 66.16 | 73.9 | 37.16 | - |
| YUV | 219.04 | 85.65 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 226 | 144 | 0 | 0.03 | 0.38 | 0.08 | 54.67 | 0.68 | 0.74 |
| Hex | EA | E2 | 90 | 0 | 3 | 26 | 8 | 37 | 44 | 4A |
| Octal | 352 | 342 | 220 | 0 | 3 | 46 | 10 | 67 | 104 | 112 |
| Binary | 11101010 | 11100010 | 10010000 | 0 | 11 | 100110 | 1000 | 110111 | 1000100 | 1001010 |
Color Harmonies of #EAE290
Complementary color
Monochromatic Colors of #EAE290
Black with #EAE290
Text Example
Text Example
White with #EAE290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE290; }
p { color: rgb(234,226,144); }
H1.HeaderClassName
{
color: #EAE290;
}
.AnyTagClassName
{
color: #EAE290;
}
</style>
background-color css
<style>
a { background-color: #EAE290; }
a { background-color: rgb(234,226,144); }
div.DivClassName
{
background-color: #EAE290;
}
.BgClassName
{
background-color: #EAE290;
}
</style>
border-color css
<style>
span { border-color: #EAE290; }
span { border-color: rgb(234,226,144); }
td.TdClassName
{
border-color: #EAE290;
}
.TagClassName
{
border-color: #EAE290;
}
</style>