Shades of Primrose #E5D68D
Tints of Primrose #E5D68D
RGB
CMYK
RGB Variations
Color information
#E5D68D (or 0xE5D68D) is known color: Primrose. HEX triplet: E5, D6 and 8D. RGB value is (229,214,141). Sum of RGB (Red+Green+Blue) = 229+214+141=584 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.21% from 584); Green value is 214 (83.98% from 255 or 36.64% from 584); Blue value is 141 (55.47% from 255 or 24.14% from 584); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D68D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D68D is #1A2972. Grayscale: #D2D2D2. Windows color (decimal): -1714547 or 9295589. OLE color: 9295589.
HSL color Cylindrical-coordinate representation of color #E5D68D: hue angle of 49.77º 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 #E5D68D is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 214 | 141 | - |
| CMYK | 0 | 0.07 | 0.38 | 0.10 |
| HSL | 49.77º | 0.63% | 0.73% | - |
| HSV(B) | 49.77º | 0.38% | 0.9% | - |
| XYZ | 61.17 | 66.67 | 34.84 | - |
| YUV | 210.16 | 88.97 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 214 | 141 | 0 | 0.07 | 0.38 | 0.10 | 49.77 | 0.63 | 0.73 |
| Hex | E5 | D6 | 8D | 0 | 7 | 26 | A | 32 | 3F | 49 |
| Octal | 345 | 326 | 215 | 0 | 7 | 46 | 12 | 62 | 77 | 111 |
| Binary | 11100101 | 11010110 | 10001101 | 0 | 111 | 100110 | 1010 | 110010 | 111111 | 1001001 |
Color Harmonies of #E5D68D
Complementary color
Monochromatic Colors of #E5D68D
Black with #E5D68D
Text Example
Text Example
White with #E5D68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D68D; }
p { color: rgb(229,214,141); }
H1.HeaderClassName
{
color: #E5D68D;
}
.AnyTagClassName
{
color: #E5D68D;
}
</style>
background-color css
<style>
a { background-color: #E5D68D; }
a { background-color: rgb(229,214,141); }
div.DivClassName
{
background-color: #E5D68D;
}
.BgClassName
{
background-color: #E5D68D;
}
</style>
border-color css
<style>
span { border-color: #E5D68D; }
span { border-color: rgb(229,214,141); }
td.TdClassName
{
border-color: #E5D68D;
}
.TagClassName
{
border-color: #E5D68D;
}
</style>