Shades of Primrose #E0E39C
Tints of Primrose #E0E39C
RGB
CMYK
RGB Variations
Color information
#E0E39C (or 0xE0E39C) is known color: Primrose. HEX triplet: E0, E3 and 9C. RGB value is (224,227,156). Sum of RGB (Red+Green+Blue) = 224+227+156=607 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.90% from 607); Green value is 227 (89.06% from 255 or 37.40% from 607); Blue value is 156 (61.33% from 255 or 25.70% from 607); Max value from RGB is 227 - color contains mainly: green. Hex color #E0E39C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0E39C is #1F1C63. Grayscale: #DADADA. Windows color (decimal): -2038884 or 10281952. OLE color: 10281952.
HSL color Cylindrical-coordinate representation of color #E0E39C: hue angle of 62.54º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E0E39C is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 227 | 156 | - |
| CMYK | 0.01 | 0 | 0.31 | 0.11 |
| HSL | 62.54º | 0.56% | 0.75% | - |
| HSV(B) | 62.54º | 0.31% | 0.89% | - |
| XYZ | 64.21 | 73.19 | 42.19 | - |
| YUV | 218.01 | 93.01 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 227 | 156 | 0.01 | 0 | 0.31 | 0.11 | 62.54 | 0.56 | 0.75 |
| Hex | E0 | E3 | 9C | 1 | 0 | 1F | B | 3F | 38 | 4B |
| Octal | 340 | 343 | 234 | 1 | 0 | 37 | 13 | 77 | 70 | 113 |
| Binary | 11100000 | 11100011 | 10011100 | 1 | 0 | 11111 | 1011 | 111111 | 111000 | 1001011 |
Color Harmonies of #E0E39C
Complementary color
Monochromatic Colors of #E0E39C
Black with #E0E39C
Text Example
Text Example
White with #E0E39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E39C; }
p { color: rgb(224,227,156); }
H1.HeaderClassName
{
color: #E0E39C;
}
.AnyTagClassName
{
color: #E0E39C;
}
</style>
background-color css
<style>
a { background-color: #E0E39C; }
a { background-color: rgb(224,227,156); }
div.DivClassName
{
background-color: #E0E39C;
}
.BgClassName
{
background-color: #E0E39C;
}
</style>
border-color css
<style>
span { border-color: #E0E39C; }
span { border-color: rgb(224,227,156); }
td.TdClassName
{
border-color: #E0E39C;
}
.TagClassName
{
border-color: #E0E39C;
}
</style>