Shades of Primrose #E1DB8B
Tints of Primrose #E1DB8B
RGB
CMYK
RGB Variations
Color information
#E1DB8B (or 0xE1DB8B) is known color: Primrose. HEX triplet: E1, DB and 8B. RGB value is (225,219,139). Sum of RGB (Red+Green+Blue) = 225+219+139=583 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.59% from 583); Green value is 219 (85.94% from 255 or 37.56% from 583); Blue value is 139 (54.69% from 255 or 23.84% from 583); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DB8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DB8B is #1E2474. Grayscale: #D3D3D3. Windows color (decimal): -1975413 or 9165793. OLE color: 9165793.
HSL color Cylindrical-coordinate representation of color #E1DB8B: hue angle of 55.81º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E1DB8B is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 219 | 139 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.12 |
| HSL | 55.81º | 0.59% | 0.71% | - |
| HSV(B) | 55.81º | 0.38% | 0.88% | - |
| XYZ | 61.04 | 68.53 | 34.44 | - |
| YUV | 211.67 | 86.99 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 219 | 139 | 0 | 0.03 | 0.38 | 0.12 | 55.81 | 0.59 | 0.71 |
| Hex | E1 | DB | 8B | 0 | 3 | 26 | C | 38 | 3B | 47 |
| Octal | 341 | 333 | 213 | 0 | 3 | 46 | 14 | 70 | 73 | 107 |
| Binary | 11100001 | 11011011 | 10001011 | 0 | 11 | 100110 | 1100 | 111000 | 111011 | 1000111 |
Color Harmonies of #E1DB8B
Complementary color
Monochromatic Colors of #E1DB8B
Black with #E1DB8B
Text Example
Text Example
White with #E1DB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DB8B; }
p { color: rgb(225,219,139); }
H1.HeaderClassName
{
color: #E1DB8B;
}
.AnyTagClassName
{
color: #E1DB8B;
}
</style>
background-color css
<style>
a { background-color: #E1DB8B; }
a { background-color: rgb(225,219,139); }
div.DivClassName
{
background-color: #E1DB8B;
}
.BgClassName
{
background-color: #E1DB8B;
}
</style>
border-color css
<style>
span { border-color: #E1DB8B; }
span { border-color: rgb(225,219,139); }
td.TdClassName
{
border-color: #E1DB8B;
}
.TagClassName
{
border-color: #E1DB8B;
}
</style>