Shades of Primrose #E7E69B
Tints of Primrose #E7E69B
RGB
CMYK
RGB Variations
Color information
#E7E69B (or 0xE7E69B) is known color: Primrose. HEX triplet: E7, E6 and 9B. RGB value is (231,230,155). Sum of RGB (Red+Green+Blue) = 231+230+155=616 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.5% from 616); Green value is 230 (90.23% from 255 or 37.34% from 616); Blue value is 155 (60.94% from 255 or 25.16% from 616); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E69B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E7E69B is #181964. Grayscale: #DEDEDE. Windows color (decimal): -1579365 or 10217191. OLE color: 10217191.
HSL color Cylindrical-coordinate representation of color #E7E69B: hue angle of 59.21º 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 #E7E69B is Cyan = 0, Magento = 0.00, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 230 | 155 | - |
| CMYK | 0 | 0.00 | 0.33 | 0.09 |
| HSL | 59.21º | 0.61% | 0.76% | - |
| HSV(B) | 59.21º | 0.33% | 0.91% | - |
| XYZ | 67.17 | 75.95 | 42.13 | - |
| YUV | 221.75 | 90.33 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 230 | 155 | 0 | 0.00 | 0.33 | 0.09 | 59.21 | 0.61 | 0.76 |
| Hex | E7 | E6 | 9B | 0 | 0 | 21 | 9 | 3B | 3D | 4C |
| Octal | 347 | 346 | 233 | 0 | 0 | 41 | 11 | 73 | 75 | 114 |
| Binary | 11100111 | 11100110 | 10011011 | 0 | 0 | 100001 | 1001 | 111011 | 111101 | 1001100 |
Color Harmonies of #E7E69B
Complementary color
Monochromatic Colors of #E7E69B
Black with #E7E69B
Text Example
Text Example
White with #E7E69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E69B; }
p { color: rgb(231,230,155); }
H1.HeaderClassName
{
color: #E7E69B;
}
.AnyTagClassName
{
color: #E7E69B;
}
</style>
background-color css
<style>
a { background-color: #E7E69B; }
a { background-color: rgb(231,230,155); }
div.DivClassName
{
background-color: #E7E69B;
}
.BgClassName
{
background-color: #E7E69B;
}
</style>
border-color css
<style>
span { border-color: #E7E69B; }
span { border-color: rgb(231,230,155); }
td.TdClassName
{
border-color: #E7E69B;
}
.TagClassName
{
border-color: #E7E69B;
}
</style>