Shades of Primrose #E5DB8B
Tints of Primrose #E5DB8B
RGB
CMYK
RGB Variations
Color information
#E5DB8B (or 0xE5DB8B) is known color: Primrose. HEX triplet: E5, DB and 8B. RGB value is (229,219,139). Sum of RGB (Red+Green+Blue) = 229+219+139=587 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.01% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 139 (54.69% from 255 or 23.68% from 587); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DB8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DB8B is #1A2474. Grayscale: #D5D5D5. Windows color (decimal): -1713269 or 9165797. OLE color: 9165797.
HSL color Cylindrical-coordinate representation of color #E5DB8B: hue angle of 53.33º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E5DB8B is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 219 | 139 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.10 |
| HSL | 53.33º | 0.63% | 0.72% | - |
| HSV(B) | 53.33º | 0.39% | 0.9% | - |
| XYZ | 62.3 | 69.19 | 34.5 | - |
| YUV | 212.87 | 86.31 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 219 | 139 | 0 | 0.04 | 0.39 | 0.10 | 53.33 | 0.63 | 0.72 |
| Hex | E5 | DB | 8B | 0 | 4 | 27 | A | 35 | 3F | 48 |
| Octal | 345 | 333 | 213 | 0 | 4 | 47 | 12 | 65 | 77 | 110 |
| Binary | 11100101 | 11011011 | 10001011 | 0 | 100 | 100111 | 1010 | 110101 | 111111 | 1001000 |
Color Harmonies of #E5DB8B
Complementary color
Monochromatic Colors of #E5DB8B
Black with #E5DB8B
Text Example
Text Example
White with #E5DB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DB8B; }
p { color: rgb(229,219,139); }
H1.HeaderClassName
{
color: #E5DB8B;
}
.AnyTagClassName
{
color: #E5DB8B;
}
</style>
background-color css
<style>
a { background-color: #E5DB8B; }
a { background-color: rgb(229,219,139); }
div.DivClassName
{
background-color: #E5DB8B;
}
.BgClassName
{
background-color: #E5DB8B;
}
</style>
border-color css
<style>
span { border-color: #E5DB8B; }
span { border-color: rgb(229,219,139); }
td.TdClassName
{
border-color: #E5DB8B;
}
.TagClassName
{
border-color: #E5DB8B;
}
</style>