Shades of Primrose #E7E09B
Tints of Primrose #E7E09B
RGB
CMYK
RGB Variations
Color information
#E7E09B (or 0xE7E09B) is known color: Primrose. HEX triplet: E7, E0 and 9B. RGB value is (231,224,155). Sum of RGB (Red+Green+Blue) = 231+224+155=610 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.87% from 610); Green value is 224 (87.89% from 255 or 36.72% from 610); Blue value is 155 (60.94% from 255 or 25.41% from 610); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E09B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7E09B is #181F64. Grayscale: #DADADA. Windows color (decimal): -1580901 or 10215655. OLE color: 10215655.
HSL color Cylindrical-coordinate representation of color #E7E09B: hue angle of 54.47º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E7E09B is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 224 | 155 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.09 |
| HSL | 54.47º | 0.61% | 0.76% | - |
| HSV(B) | 54.47º | 0.33% | 0.91% | - |
| XYZ | 65.53 | 72.67 | 41.58 | - |
| YUV | 218.23 | 92.32 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 224 | 155 | 0 | 0.03 | 0.33 | 0.09 | 54.47 | 0.61 | 0.76 |
| Hex | E7 | E0 | 9B | 0 | 3 | 21 | 9 | 36 | 3D | 4C |
| Octal | 347 | 340 | 233 | 0 | 3 | 41 | 11 | 66 | 75 | 114 |
| Binary | 11100111 | 11100000 | 10011011 | 0 | 11 | 100001 | 1001 | 110110 | 111101 | 1001100 |
Color Harmonies of #E7E09B
Complementary color
Monochromatic Colors of #E7E09B
Black with #E7E09B
Text Example
Text Example
White with #E7E09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E09B; }
p { color: rgb(231,224,155); }
H1.HeaderClassName
{
color: #E7E09B;
}
.AnyTagClassName
{
color: #E7E09B;
}
</style>
background-color css
<style>
a { background-color: #E7E09B; }
a { background-color: rgb(231,224,155); }
div.DivClassName
{
background-color: #E7E09B;
}
.BgClassName
{
background-color: #E7E09B;
}
</style>
border-color css
<style>
span { border-color: #E7E09B; }
span { border-color: rgb(231,224,155); }
td.TdClassName
{
border-color: #E7E09B;
}
.TagClassName
{
border-color: #E7E09B;
}
</style>