Shades of Primrose #E4D88F
Tints of Primrose #E4D88F
RGB
CMYK
RGB Variations
Color information
#E4D88F (or 0xE4D88F) is known color: Primrose. HEX triplet: E4, D8 and 8F. RGB value is (228,216,143). Sum of RGB (Red+Green+Blue) = 228+216+143=587 (77% of max value = 765). Red value is 228 (89.45% from 255 or 38.84% from 587); Green value is 216 (84.77% from 255 or 36.80% from 587); Blue value is 143 (56.25% from 255 or 24.36% from 587); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D88F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4D88F is #1B2770. Grayscale: #D3D3D3. Windows color (decimal): -1779569 or 9427172. OLE color: 9427172.
HSL color Cylindrical-coordinate representation of color #E4D88F: hue angle of 51.53º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E4D88F is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 216 | 143 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.11 |
| HSL | 51.53º | 0.61% | 0.73% | - |
| HSV(B) | 51.53º | 0.37% | 0.89% | - |
| XYZ | 61.51 | 67.59 | 35.79 | - |
| YUV | 211.27 | 89.48 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 216 | 143 | 0 | 0.05 | 0.37 | 0.11 | 51.53 | 0.61 | 0.73 |
| Hex | E4 | D8 | 8F | 0 | 5 | 25 | B | 34 | 3D | 49 |
| Octal | 344 | 330 | 217 | 0 | 5 | 45 | 13 | 64 | 75 | 111 |
| Binary | 11100100 | 11011000 | 10001111 | 0 | 101 | 100101 | 1011 | 110100 | 111101 | 1001001 |
Color Harmonies of #E4D88F
Complementary color
Monochromatic Colors of #E4D88F
Black with #E4D88F
Text Example
Text Example
White with #E4D88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D88F; }
p { color: rgb(228,216,143); }
H1.HeaderClassName
{
color: #E4D88F;
}
.AnyTagClassName
{
color: #E4D88F;
}
</style>
background-color css
<style>
a { background-color: #E4D88F; }
a { background-color: rgb(228,216,143); }
div.DivClassName
{
background-color: #E4D88F;
}
.BgClassName
{
background-color: #E4D88F;
}
</style>
border-color css
<style>
span { border-color: #E4D88F; }
span { border-color: rgb(228,216,143); }
td.TdClassName
{
border-color: #E4D88F;
}
.TagClassName
{
border-color: #E4D88F;
}
</style>