Shades of Primrose #E5D78D
Tints of Primrose #E5D78D
RGB
CMYK
RGB Variations
Color information
#E5D78D (or 0xE5D78D) is known color: Primrose. HEX triplet: E5, D7 and 8D. RGB value is (229,215,141). Sum of RGB (Red+Green+Blue) = 229+215+141=585 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.15% from 585); Green value is 215 (84.38% from 255 or 36.75% from 585); Blue value is 141 (55.47% from 255 or 24.10% from 585); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D78D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D78D is #1A2872. Grayscale: #D3D3D3. Windows color (decimal): -1714291 or 9295845. OLE color: 9295845.
HSL color Cylindrical-coordinate representation of color #E5D78D: hue angle of 50.45º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E5D78D is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 215 | 141 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.10 |
| HSL | 50.45º | 0.63% | 0.73% | - |
| HSV(B) | 50.45º | 0.38% | 0.9% | - |
| XYZ | 61.42 | 67.18 | 34.93 | - |
| YUV | 210.75 | 88.64 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 215 | 141 | 0 | 0.06 | 0.38 | 0.10 | 50.45 | 0.63 | 0.73 |
| Hex | E5 | D7 | 8D | 0 | 6 | 26 | A | 32 | 3F | 49 |
| Octal | 345 | 327 | 215 | 0 | 6 | 46 | 12 | 62 | 77 | 111 |
| Binary | 11100101 | 11010111 | 10001101 | 0 | 110 | 100110 | 1010 | 110010 | 111111 | 1001001 |
Color Harmonies of #E5D78D
Complementary color
Monochromatic Colors of #E5D78D
Black with #E5D78D
Text Example
Text Example
White with #E5D78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D78D; }
p { color: rgb(229,215,141); }
H1.HeaderClassName
{
color: #E5D78D;
}
.AnyTagClassName
{
color: #E5D78D;
}
</style>
background-color css
<style>
a { background-color: #E5D78D; }
a { background-color: rgb(229,215,141); }
div.DivClassName
{
background-color: #E5D78D;
}
.BgClassName
{
background-color: #E5D78D;
}
</style>
border-color css
<style>
span { border-color: #E5D78D; }
span { border-color: rgb(229,215,141); }
td.TdClassName
{
border-color: #E5D78D;
}
.TagClassName
{
border-color: #E5D78D;
}
</style>