Shades of Primrose #E2DE8B
Tints of Primrose #E2DE8B
RGB
CMYK
RGB Variations
Color information
#E2DE8B (or 0xE2DE8B) is known color: Primrose. HEX triplet: E2, DE and 8B. RGB value is (226,222,139). Sum of RGB (Red+Green+Blue) = 226+222+139=587 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.50% from 587); Green value is 222 (87.11% from 255 or 37.82% from 587); Blue value is 139 (54.69% from 255 or 23.68% from 587); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DE8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DE8B is #1D2174. Grayscale: #D6D6D6. Windows color (decimal): -1909109 or 9166562. OLE color: 9166562.
HSL color Cylindrical-coordinate representation of color #E2DE8B: hue angle of 57.24º 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 #E2DE8B is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 222 | 139 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.11 |
| HSL | 57.24º | 0.6% | 0.72% | - |
| HSV(B) | 57.24º | 0.38% | 0.89% | - |
| XYZ | 62.15 | 70.28 | 34.72 | - |
| YUV | 213.73 | 85.83 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 222 | 139 | 0 | 0.02 | 0.38 | 0.11 | 57.24 | 0.6 | 0.72 |
| Hex | E2 | DE | 8B | 0 | 2 | 26 | B | 39 | 3C | 48 |
| Octal | 342 | 336 | 213 | 0 | 2 | 46 | 13 | 71 | 74 | 110 |
| Binary | 11100010 | 11011110 | 10001011 | 0 | 10 | 100110 | 1011 | 111001 | 111100 | 1001000 |
Color Harmonies of #E2DE8B
Complementary color
Monochromatic Colors of #E2DE8B
Black with #E2DE8B
Text Example
Text Example
White with #E2DE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DE8B; }
p { color: rgb(226,222,139); }
H1.HeaderClassName
{
color: #E2DE8B;
}
.AnyTagClassName
{
color: #E2DE8B;
}
</style>
background-color css
<style>
a { background-color: #E2DE8B; }
a { background-color: rgb(226,222,139); }
div.DivClassName
{
background-color: #E2DE8B;
}
.BgClassName
{
background-color: #E2DE8B;
}
</style>
border-color css
<style>
span { border-color: #E2DE8B; }
span { border-color: rgb(226,222,139); }
td.TdClassName
{
border-color: #E2DE8B;
}
.TagClassName
{
border-color: #E2DE8B;
}
</style>