Shades of Primrose #E3DA92
Tints of Primrose #E3DA92
RGB
CMYK
RGB Variations
Color information
#E3DA92 (or 0xE3DA92) is known color: Primrose. HEX triplet: E3, DA and 92. RGB value is (227,218,146). Sum of RGB (Red+Green+Blue) = 227+218+146=591 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.41% from 591); Green value is 218 (85.55% from 255 or 36.89% from 591); Blue value is 146 (57.42% from 255 or 24.70% from 591); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DA92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3DA92 is #1C256D. Grayscale: #D4D4D4. Windows color (decimal): -1844590 or 9624291. OLE color: 9624291.
HSL color Cylindrical-coordinate representation of color #E3DA92: hue angle of 53.33º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E3DA92 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 218 | 146 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.11 |
| HSL | 53.33º | 0.59% | 0.73% | - |
| HSV(B) | 53.33º | 0.36% | 0.89% | - |
| XYZ | 61.94 | 68.55 | 37.16 | - |
| YUV | 212.48 | 90.48 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 218 | 146 | 0 | 0.04 | 0.36 | 0.11 | 53.33 | 0.59 | 0.73 |
| Hex | E3 | DA | 92 | 0 | 4 | 24 | B | 35 | 3B | 49 |
| Octal | 343 | 332 | 222 | 0 | 4 | 44 | 13 | 65 | 73 | 111 |
| Binary | 11100011 | 11011010 | 10010010 | 0 | 100 | 100100 | 1011 | 110101 | 111011 | 1001001 |
Color Harmonies of #E3DA92
Complementary color
Monochromatic Colors of #E3DA92
Black with #E3DA92
Text Example
Text Example
White with #E3DA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DA92; }
p { color: rgb(227,218,146); }
H1.HeaderClassName
{
color: #E3DA92;
}
.AnyTagClassName
{
color: #E3DA92;
}
</style>
background-color css
<style>
a { background-color: #E3DA92; }
a { background-color: rgb(227,218,146); }
div.DivClassName
{
background-color: #E3DA92;
}
.BgClassName
{
background-color: #E3DA92;
}
</style>
border-color css
<style>
span { border-color: #E3DA92; }
span { border-color: rgb(227,218,146); }
td.TdClassName
{
border-color: #E3DA92;
}
.TagClassName
{
border-color: #E3DA92;
}
</style>