Shades of Primrose #E3D58B
Tints of Primrose #E3D58B
RGB
CMYK
RGB Variations
Color information
#E3D58B (or 0xE3D58B) is known color: Primrose. HEX triplet: E3, D5 and 8B. RGB value is (227,213,139). Sum of RGB (Red+Green+Blue) = 227+213+139=579 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.21% from 579); Green value is 213 (83.59% from 255 or 36.79% from 579); Blue value is 139 (54.69% from 255 or 24.01% from 579); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3D58B is #1C2A74. Grayscale: #D1D1D1. Windows color (decimal): -1845877 or 9164259. OLE color: 9164259.
HSL color Cylindrical-coordinate representation of color #E3D58B: hue angle of 50.45º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E3D58B is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 213 | 139 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.11 |
| HSL | 50.45º | 0.61% | 0.72% | - |
| HSV(B) | 50.45º | 0.39% | 0.89% | - |
| XYZ | 60.13 | 65.78 | 33.95 | - |
| YUV | 208.75 | 88.64 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 213 | 139 | 0 | 0.06 | 0.39 | 0.11 | 50.45 | 0.61 | 0.72 |
| Hex | E3 | D5 | 8B | 0 | 6 | 27 | B | 32 | 3D | 48 |
| Octal | 343 | 325 | 213 | 0 | 6 | 47 | 13 | 62 | 75 | 110 |
| Binary | 11100011 | 11010101 | 10001011 | 0 | 110 | 100111 | 1011 | 110010 | 111101 | 1001000 |
Color Harmonies of #E3D58B
Complementary color
Monochromatic Colors of #E3D58B
Black with #E3D58B
Text Example
Text Example
White with #E3D58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D58B; }
p { color: rgb(227,213,139); }
H1.HeaderClassName
{
color: #E3D58B;
}
.AnyTagClassName
{
color: #E3D58B;
}
</style>
background-color css
<style>
a { background-color: #E3D58B; }
a { background-color: rgb(227,213,139); }
div.DivClassName
{
background-color: #E3D58B;
}
.BgClassName
{
background-color: #E3D58B;
}
</style>
border-color css
<style>
span { border-color: #E3D58B; }
span { border-color: rgb(227,213,139); }
td.TdClassName
{
border-color: #E3D58B;
}
.TagClassName
{
border-color: #E3D58B;
}
</style>