Shades of Primrose #E2D68B
Tints of Primrose #E2D68B
RGB
CMYK
RGB Variations
Color information
#E2D68B (or 0xE2D68B) is known color: Primrose. HEX triplet: E2, D6 and 8B. RGB value is (226,214,139). Sum of RGB (Red+Green+Blue) = 226+214+139=579 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.03% from 579); Green value is 214 (83.98% from 255 or 36.96% from 579); Blue value is 139 (54.69% from 255 or 24.01% from 579); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D68B is #1D2974. Grayscale: #D1D1D1. Windows color (decimal): -1911157 or 9164514. OLE color: 9164514.
HSL color Cylindrical-coordinate representation of color #E2D68B: hue angle of 51.72º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E2D68B is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 214 | 139 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.11 |
| HSL | 51.72º | 0.6% | 0.72% | - |
| HSV(B) | 51.72º | 0.38% | 0.89% | - |
| XYZ | 60.07 | 66.13 | 34.02 | - |
| YUV | 209.04 | 88.48 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 214 | 139 | 0 | 0.05 | 0.38 | 0.11 | 51.72 | 0.6 | 0.72 |
| Hex | E2 | D6 | 8B | 0 | 5 | 26 | B | 34 | 3C | 48 |
| Octal | 342 | 326 | 213 | 0 | 5 | 46 | 13 | 64 | 74 | 110 |
| Binary | 11100010 | 11010110 | 10001011 | 0 | 101 | 100110 | 1011 | 110100 | 111100 | 1001000 |
Color Harmonies of #E2D68B
Complementary color
Monochromatic Colors of #E2D68B
Black with #E2D68B
Text Example
Text Example
White with #E2D68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D68B; }
p { color: rgb(226,214,139); }
H1.HeaderClassName
{
color: #E2D68B;
}
.AnyTagClassName
{
color: #E2D68B;
}
</style>
background-color css
<style>
a { background-color: #E2D68B; }
a { background-color: rgb(226,214,139); }
div.DivClassName
{
background-color: #E2D68B;
}
.BgClassName
{
background-color: #E2D68B;
}
</style>
border-color css
<style>
span { border-color: #E2D68B; }
span { border-color: rgb(226,214,139); }
td.TdClassName
{
border-color: #E2D68B;
}
.TagClassName
{
border-color: #E2D68B;
}
</style>