Shades of Primrose #E3E18A
Tints of Primrose #E3E18A
RGB
CMYK
RGB Variations
Color information
#E3E18A (or 0xE3E18A) is known color: Primrose. HEX triplet: E3, E1 and 8A. RGB value is (227,225,138). Sum of RGB (Red+Green+Blue) = 227+225+138=590 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.47% from 590); Green value is 225 (88.28% from 255 or 38.14% from 590); Blue value is 138 (54.30% from 255 or 23.39% from 590); Max value from RGB is 227 - color contains mainly: red. Hex color #E3E18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3E18A is #1C1E75. Grayscale: #D8D8D8. Windows color (decimal): -1842806 or 9101795. OLE color: 9101795.
HSL color Cylindrical-coordinate representation of color #E3E18A: hue angle of 58.65º 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 #E3E18A is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 225 | 138 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.11 |
| HSL | 58.65º | 0.61% | 0.72% | - |
| HSV(B) | 58.65º | 0.39% | 0.89% | - |
| XYZ | 63.19 | 72.02 | 34.61 | - |
| YUV | 215.68 | 84.16 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 225 | 138 | 0 | 0.01 | 0.39 | 0.11 | 58.65 | 0.61 | 0.72 |
| Hex | E3 | E1 | 8A | 0 | 1 | 27 | B | 3B | 3D | 48 |
| Octal | 343 | 341 | 212 | 0 | 1 | 47 | 13 | 73 | 75 | 110 |
| Binary | 11100011 | 11100001 | 10001010 | 0 | 1 | 100111 | 1011 | 111011 | 111101 | 1001000 |
Color Harmonies of #E3E18A
Complementary color
Monochromatic Colors of #E3E18A
Black with #E3E18A
Text Example
Text Example
White with #E3E18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3E18A; }
p { color: rgb(227,225,138); }
H1.HeaderClassName
{
color: #E3E18A;
}
.AnyTagClassName
{
color: #E3E18A;
}
</style>
background-color css
<style>
a { background-color: #E3E18A; }
a { background-color: rgb(227,225,138); }
div.DivClassName
{
background-color: #E3E18A;
}
.BgClassName
{
background-color: #E3E18A;
}
</style>
border-color css
<style>
span { border-color: #E3E18A; }
span { border-color: rgb(227,225,138); }
td.TdClassName
{
border-color: #E3E18A;
}
.TagClassName
{
border-color: #E3E18A;
}
</style>