Shades of Primrose #E2E38A
Tints of Primrose #E2E38A
RGB
CMYK
RGB Variations
Color information
#E2E38A (or 0xE2E38A) is known color: Primrose. HEX triplet: E2, E3 and 8A. RGB value is (226,227,138). Sum of RGB (Red+Green+Blue) = 226+227+138=591 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.24% from 591); Green value is 227 (89.06% from 255 or 38.41% from 591); Blue value is 138 (54.30% from 255 or 23.35% from 591); Max value from RGB is 227 - color contains mainly: green. Hex color #E2E38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E38A is #1D1C75. Grayscale: #D8D8D8. Windows color (decimal): -1907830 or 9102306. OLE color: 9102306.
HSL color Cylindrical-coordinate representation of color #E2E38A: hue angle of 60.67º 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 #E2E38A is Cyan = 0.00, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 227 | 138 | - |
| CMYK | 0.00 | 0 | 0.39 | 0.11 |
| HSL | 60.67º | 0.61% | 0.72% | - |
| HSV(B) | 60.67º | 0.39% | 0.89% | - |
| XYZ | 63.42 | 72.94 | 34.78 | - |
| YUV | 216.56 | 83.67 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 227 | 138 | 0.00 | 0 | 0.39 | 0.11 | 60.67 | 0.61 | 0.72 |
| Hex | E2 | E3 | 8A | 0 | 0 | 27 | B | 3D | 3D | 48 |
| Octal | 342 | 343 | 212 | 0 | 0 | 47 | 13 | 75 | 75 | 110 |
| Binary | 11100010 | 11100011 | 10001010 | 0 | 0 | 100111 | 1011 | 111101 | 111101 | 1001000 |
Color Harmonies of #E2E38A
Complementary color
Monochromatic Colors of #E2E38A
Black with #E2E38A
Text Example
Text Example
White with #E2E38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E38A; }
p { color: rgb(226,227,138); }
H1.HeaderClassName
{
color: #E2E38A;
}
.AnyTagClassName
{
color: #E2E38A;
}
</style>
background-color css
<style>
a { background-color: #E2E38A; }
a { background-color: rgb(226,227,138); }
div.DivClassName
{
background-color: #E2E38A;
}
.BgClassName
{
background-color: #E2E38A;
}
</style>
border-color css
<style>
span { border-color: #E2E38A; }
span { border-color: rgb(226,227,138); }
td.TdClassName
{
border-color: #E2E38A;
}
.TagClassName
{
border-color: #E2E38A;
}
</style>