Shades of Primrose #E0E088
Tints of Primrose #E0E088
RGB
CMYK
RGB Variations
Color information
#E0E088 (or 0xE0E088) is known color: Primrose. HEX triplet: E0, E0 and 88. RGB value is (224,224,136). Sum of RGB (Red+Green+Blue) = 224+224+136=584 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.36% from 584); Green value is 224 (87.89% from 255 or 38.36% from 584); Blue value is 136 (53.52% from 255 or 23.29% from 584); Max value from RGB is 224 - color contains mainly: red, green. Hex color #E0E088 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0E088 is #1F1F77. Grayscale: #D6D6D6. Windows color (decimal): -2039672 or 8970464. OLE color: 8970464.
HSL color Cylindrical-coordinate representation of color #E0E088: hue angle of 60º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E0E088 is Cyan = 0, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 224 | 136 | - |
| CMYK | 0 | 0 | 0.39 | 0.12 |
| HSL | 60º | 0.59% | 0.71% | - |
| HSV(B) | 60º | 0.39% | 0.88% | - |
| XYZ | 61.84 | 70.94 | 33.73 | - |
| YUV | 213.97 | 84 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 224 | 136 | 0 | 0 | 0.39 | 0.12 | 60 | 0.59 | 0.71 |
| Hex | E0 | E0 | 88 | 0 | 0 | 27 | C | 3C | 3B | 47 |
| Octal | 340 | 340 | 210 | 0 | 0 | 47 | 14 | 74 | 73 | 107 |
| Binary | 11100000 | 11100000 | 10001000 | 0 | 0 | 100111 | 1100 | 111100 | 111011 | 1000111 |
Color Harmonies of #E0E088
Complementary color
Monochromatic Colors of #E0E088
Black with #E0E088
Text Example
Text Example
White with #E0E088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E088; }
p { color: rgb(224,224,136); }
H1.HeaderClassName
{
color: #E0E088;
}
.AnyTagClassName
{
color: #E0E088;
}
</style>
background-color css
<style>
a { background-color: #E0E088; }
a { background-color: rgb(224,224,136); }
div.DivClassName
{
background-color: #E0E088;
}
.BgClassName
{
background-color: #E0E088;
}
</style>
border-color css
<style>
span { border-color: #E0E088; }
span { border-color: rgb(224,224,136); }
td.TdClassName
{
border-color: #E0E088;
}
.TagClassName
{
border-color: #E0E088;
}
</style>