Shades of Primrose #E2DE9B
Tints of Primrose #E2DE9B
RGB
CMYK
RGB Variations
Color information
#E2DE9B (or 0xE2DE9B) is known color: Primrose. HEX triplet: E2, DE and 9B. RGB value is (226,222,155). Sum of RGB (Red+Green+Blue) = 226+222+155=603 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.48% from 603); Green value is 222 (87.11% from 255 or 36.82% from 603); Blue value is 155 (60.94% from 255 or 25.70% from 603); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DE9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DE9B is #1D2164. Grayscale: #D7D7D7. Windows color (decimal): -1909093 or 10215138. OLE color: 10215138.
HSL color Cylindrical-coordinate representation of color #E2DE9B: hue angle of 56.62º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E2DE9B is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 222 | 155 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.11 |
| HSL | 56.62º | 0.55% | 0.75% | - |
| HSV(B) | 56.62º | 0.31% | 0.89% | - |
| XYZ | 63.4 | 70.78 | 41.33 | - |
| YUV | 215.56 | 93.83 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 222 | 155 | 0 | 0.02 | 0.31 | 0.11 | 56.62 | 0.55 | 0.75 |
| Hex | E2 | DE | 9B | 0 | 2 | 1F | B | 39 | 37 | 4B |
| Octal | 342 | 336 | 233 | 0 | 2 | 37 | 13 | 71 | 67 | 113 |
| Binary | 11100010 | 11011110 | 10011011 | 0 | 10 | 11111 | 1011 | 111001 | 110111 | 1001011 |
Color Harmonies of #E2DE9B
Complementary color
Monochromatic Colors of #E2DE9B
Black with #E2DE9B
Text Example
Text Example
White with #E2DE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DE9B; }
p { color: rgb(226,222,155); }
H1.HeaderClassName
{
color: #E2DE9B;
}
.AnyTagClassName
{
color: #E2DE9B;
}
</style>
background-color css
<style>
a { background-color: #E2DE9B; }
a { background-color: rgb(226,222,155); }
div.DivClassName
{
background-color: #E2DE9B;
}
.BgClassName
{
background-color: #E2DE9B;
}
</style>
border-color css
<style>
span { border-color: #E2DE9B; }
span { border-color: rgb(226,222,155); }
td.TdClassName
{
border-color: #E2DE9B;
}
.TagClassName
{
border-color: #E2DE9B;
}
</style>