Shades of Primrose #E7D88A
Tints of Primrose #E7D88A
RGB
CMYK
RGB Variations
Color information
#E7D88A (or 0xE7D88A) is known color: Primrose. HEX triplet: E7, D8 and 8A. RGB value is (231,216,138). Sum of RGB (Red+Green+Blue) = 231+216+138=585 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.49% from 585); Green value is 216 (84.77% from 255 or 36.92% from 585); Blue value is 138 (54.30% from 255 or 23.59% from 585); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D88A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D88A is #182775. Grayscale: #D3D3D3. Windows color (decimal): -1582966 or 9099495. OLE color: 9099495.
HSL color Cylindrical-coordinate representation of color #E7D88A: hue angle of 50.32º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E7D88A is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 216 | 138 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.09 |
| HSL | 50.32º | 0.66% | 0.72% | - |
| HSV(B) | 50.32º | 0.4% | 0.91% | - |
| XYZ | 62.1 | 67.94 | 33.88 | - |
| YUV | 211.59 | 86.47 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 216 | 138 | 0 | 0.06 | 0.40 | 0.09 | 50.32 | 0.66 | 0.72 |
| Hex | E7 | D8 | 8A | 0 | 6 | 28 | 9 | 32 | 42 | 48 |
| Octal | 347 | 330 | 212 | 0 | 6 | 50 | 11 | 62 | 102 | 110 |
| Binary | 11100111 | 11011000 | 10001010 | 0 | 110 | 101000 | 1001 | 110010 | 1000010 | 1001000 |
Color Harmonies of #E7D88A
Complementary color
Monochromatic Colors of #E7D88A
Black with #E7D88A
Text Example
Text Example
White with #E7D88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D88A; }
p { color: rgb(231,216,138); }
H1.HeaderClassName
{
color: #E7D88A;
}
.AnyTagClassName
{
color: #E7D88A;
}
</style>
background-color css
<style>
a { background-color: #E7D88A; }
a { background-color: rgb(231,216,138); }
div.DivClassName
{
background-color: #E7D88A;
}
.BgClassName
{
background-color: #E7D88A;
}
</style>
border-color css
<style>
span { border-color: #E7D88A; }
span { border-color: rgb(231,216,138); }
td.TdClassName
{
border-color: #E7D88A;
}
.TagClassName
{
border-color: #E7D88A;
}
</style>