Shades of Primrose #E7E59B
Tints of Primrose #E7E59B
RGB
CMYK
RGB Variations
Color information
#E7E59B (or 0xE7E59B) is known color: Primrose. HEX triplet: E7, E5 and 9B. RGB value is (231,229,155). Sum of RGB (Red+Green+Blue) = 231+229+155=615 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.56% from 615); Green value is 229 (89.84% from 255 or 37.24% from 615); Blue value is 155 (60.94% from 255 or 25.20% from 615); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E59B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7E59B is #181A64. Grayscale: #DDDDDD. Windows color (decimal): -1579621 or 10216935. OLE color: 10216935.
HSL color Cylindrical-coordinate representation of color #E7E59B: hue angle of 58.42º 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 #E7E59B is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 229 | 155 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.09 |
| HSL | 58.42º | 0.61% | 0.76% | - |
| HSV(B) | 58.42º | 0.33% | 0.91% | - |
| XYZ | 66.89 | 75.39 | 42.04 | - |
| YUV | 221.16 | 90.66 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 229 | 155 | 0 | 0.01 | 0.33 | 0.09 | 58.42 | 0.61 | 0.76 |
| Hex | E7 | E5 | 9B | 0 | 1 | 21 | 9 | 3A | 3D | 4C |
| Octal | 347 | 345 | 233 | 0 | 1 | 41 | 11 | 72 | 75 | 114 |
| Binary | 11100111 | 11100101 | 10011011 | 0 | 1 | 100001 | 1001 | 111010 | 111101 | 1001100 |
Color Harmonies of #E7E59B
Complementary color
Monochromatic Colors of #E7E59B
Black with #E7E59B
Text Example
Text Example
White with #E7E59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E59B; }
p { color: rgb(231,229,155); }
H1.HeaderClassName
{
color: #E7E59B;
}
.AnyTagClassName
{
color: #E7E59B;
}
</style>
background-color css
<style>
a { background-color: #E7E59B; }
a { background-color: rgb(231,229,155); }
div.DivClassName
{
background-color: #E7E59B;
}
.BgClassName
{
background-color: #E7E59B;
}
</style>
border-color css
<style>
span { border-color: #E7E59B; }
span { border-color: rgb(231,229,155); }
td.TdClassName
{
border-color: #E7E59B;
}
.TagClassName
{
border-color: #E7E59B;
}
</style>