Shades of Primrose #E4D78E
Tints of Primrose #E4D78E
RGB
CMYK
RGB Variations
Color information
#E4D78E (or 0xE4D78E) is known color: Primrose. HEX triplet: E4, D7 and 8E. RGB value is (228,215,142). Sum of RGB (Red+Green+Blue) = 228+215+142=585 (77% of max value = 765). Red value is 228 (89.45% from 255 or 38.97% from 585); Green value is 215 (84.38% from 255 or 36.75% from 585); Blue value is 142 (55.86% from 255 or 24.27% from 585); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D78E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4D78E is #1B2871. Grayscale: #D2D2D2. Windows color (decimal): -1779826 or 9361380. OLE color: 9361380.
HSL color Cylindrical-coordinate representation of color #E4D78E: hue angle of 50.93º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E4D78E is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 215 | 142 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.11 |
| HSL | 50.93º | 0.61% | 0.73% | - |
| HSV(B) | 50.93º | 0.38% | 0.89% | - |
| XYZ | 61.18 | 67.05 | 35.31 | - |
| YUV | 210.57 | 89.31 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 215 | 142 | 0 | 0.06 | 0.38 | 0.11 | 50.93 | 0.61 | 0.73 |
| Hex | E4 | D7 | 8E | 0 | 6 | 26 | B | 33 | 3D | 49 |
| Octal | 344 | 327 | 216 | 0 | 6 | 46 | 13 | 63 | 75 | 111 |
| Binary | 11100100 | 11010111 | 10001110 | 0 | 110 | 100110 | 1011 | 110011 | 111101 | 1001001 |
Color Harmonies of #E4D78E
Complementary color
Monochromatic Colors of #E4D78E
Black with #E4D78E
Text Example
Text Example
White with #E4D78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D78E; }
p { color: rgb(228,215,142); }
H1.HeaderClassName
{
color: #E4D78E;
}
.AnyTagClassName
{
color: #E4D78E;
}
</style>
background-color css
<style>
a { background-color: #E4D78E; }
a { background-color: rgb(228,215,142); }
div.DivClassName
{
background-color: #E4D78E;
}
.BgClassName
{
background-color: #E4D78E;
}
</style>
border-color css
<style>
span { border-color: #E4D78E; }
span { border-color: rgb(228,215,142); }
td.TdClassName
{
border-color: #E4D78E;
}
.TagClassName
{
border-color: #E4D78E;
}
</style>