Shades of Primrose #E2E38B
Tints of Primrose #E2E38B
RGB
CMYK
RGB Variations
Color information
#E2E38B (or 0xE2E38B) is known color: Primrose. HEX triplet: E2, E3 and 8B. RGB value is (226,227,139). Sum of RGB (Red+Green+Blue) = 226+227+139=592 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.18% from 592); Green value is 227 (89.06% from 255 or 38.34% from 592); Blue value is 139 (54.69% from 255 or 23.48% from 592); Max value from RGB is 227 - color contains mainly: green. Hex color #E2E38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E38B is #1D1C74. Grayscale: #D9D9D9. Windows color (decimal): -1907829 or 9167842. OLE color: 9167842.
HSL color Cylindrical-coordinate representation of color #E2E38B: hue angle of 60.68º 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 #E2E38B is Cyan = 0.00, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 227 | 139 | - |
| CMYK | 0.00 | 0 | 0.39 | 0.11 |
| HSL | 60.68º | 0.61% | 0.72% | - |
| HSV(B) | 60.68º | 0.39% | 0.89% | - |
| XYZ | 63.49 | 72.97 | 35.16 | - |
| YUV | 216.67 | 84.17 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 227 | 139 | 0.00 | 0 | 0.39 | 0.11 | 60.68 | 0.61 | 0.72 |
| Hex | E2 | E3 | 8B | 0 | 0 | 27 | B | 3D | 3D | 48 |
| Octal | 342 | 343 | 213 | 0 | 0 | 47 | 13 | 75 | 75 | 110 |
| Binary | 11100010 | 11100011 | 10001011 | 0 | 0 | 100111 | 1011 | 111101 | 111101 | 1001000 |
Color Harmonies of #E2E38B
Complementary color
Monochromatic Colors of #E2E38B
Black with #E2E38B
Text Example
Text Example
White with #E2E38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E38B; }
p { color: rgb(226,227,139); }
H1.HeaderClassName
{
color: #E2E38B;
}
.AnyTagClassName
{
color: #E2E38B;
}
</style>
background-color css
<style>
a { background-color: #E2E38B; }
a { background-color: rgb(226,227,139); }
div.DivClassName
{
background-color: #E2E38B;
}
.BgClassName
{
background-color: #E2E38B;
}
</style>
border-color css
<style>
span { border-color: #E2E38B; }
span { border-color: rgb(226,227,139); }
td.TdClassName
{
border-color: #E2E38B;
}
.TagClassName
{
border-color: #E2E38B;
}
</style>