Shades of Primrose #E2D68A
Tints of Primrose #E2D68A
RGB
CMYK
RGB Variations
Color information
#E2D68A (or 0xE2D68A) is known color: Primrose. HEX triplet: E2, D6 and 8A. RGB value is (226,214,138). Sum of RGB (Red+Green+Blue) = 226+214+138=578 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.10% from 578); Green value is 214 (83.98% from 255 or 37.02% from 578); Blue value is 138 (54.30% from 255 or 23.88% from 578); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D68A is #1D2975. Grayscale: #D1D1D1. Windows color (decimal): -1911158 or 9098978. OLE color: 9098978.
HSL color Cylindrical-coordinate representation of color #E2D68A: hue angle of 51.82º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E2D68A is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 214 | 138 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.11 |
| HSL | 51.82º | 0.6% | 0.71% | - |
| HSV(B) | 51.82º | 0.39% | 0.89% | - |
| XYZ | 60 | 66.1 | 33.64 | - |
| YUV | 208.92 | 87.98 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 214 | 138 | 0 | 0.05 | 0.39 | 0.11 | 51.82 | 0.6 | 0.71 |
| Hex | E2 | D6 | 8A | 0 | 5 | 27 | B | 34 | 3C | 47 |
| Octal | 342 | 326 | 212 | 0 | 5 | 47 | 13 | 64 | 74 | 107 |
| Binary | 11100010 | 11010110 | 10001010 | 0 | 101 | 100111 | 1011 | 110100 | 111100 | 1000111 |
Color Harmonies of #E2D68A
Complementary color
Monochromatic Colors of #E2D68A
Black with #E2D68A
Text Example
Text Example
White with #E2D68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D68A; }
p { color: rgb(226,214,138); }
H1.HeaderClassName
{
color: #E2D68A;
}
.AnyTagClassName
{
color: #E2D68A;
}
</style>
background-color css
<style>
a { background-color: #E2D68A; }
a { background-color: rgb(226,214,138); }
div.DivClassName
{
background-color: #E2D68A;
}
.BgClassName
{
background-color: #E2D68A;
}
</style>
border-color css
<style>
span { border-color: #E2D68A; }
span { border-color: rgb(226,214,138); }
td.TdClassName
{
border-color: #E2D68A;
}
.TagClassName
{
border-color: #E2D68A;
}
</style>