Shades of Primrose #E3DD97
Tints of Primrose #E3DD97
RGB
CMYK
RGB Variations
Color information
#E3DD97 (or 0xE3DD97) is known color: Primrose. HEX triplet: E3, DD and 97. RGB value is (227,221,151). Sum of RGB (Red+Green+Blue) = 227+221+151=599 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.90% from 599); Green value is 221 (86.72% from 255 or 36.89% from 599); Blue value is 151 (59.38% from 255 or 25.21% from 599); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DD97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3DD97 is #1C2268. Grayscale: #D7D7D7. Windows color (decimal): -1843817 or 9952739. OLE color: 9952739.
HSL color Cylindrical-coordinate representation of color #E3DD97: hue angle of 55.26º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E3DD97 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 221 | 151 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.11 |
| HSL | 55.26º | 0.58% | 0.74% | - |
| HSV(B) | 55.26º | 0.33% | 0.89% | - |
| XYZ | 63.12 | 70.28 | 39.52 | - |
| YUV | 214.81 | 91.99 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 221 | 151 | 0 | 0.03 | 0.33 | 0.11 | 55.26 | 0.58 | 0.74 |
| Hex | E3 | DD | 97 | 0 | 3 | 21 | B | 37 | 3A | 4A |
| Octal | 343 | 335 | 227 | 0 | 3 | 41 | 13 | 67 | 72 | 112 |
| Binary | 11100011 | 11011101 | 10010111 | 0 | 11 | 100001 | 1011 | 110111 | 111010 | 1001010 |
Color Harmonies of #E3DD97
Complementary color
Monochromatic Colors of #E3DD97
Black with #E3DD97
Text Example
Text Example
White with #E3DD97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DD97; }
p { color: rgb(227,221,151); }
H1.HeaderClassName
{
color: #E3DD97;
}
.AnyTagClassName
{
color: #E3DD97;
}
</style>
background-color css
<style>
a { background-color: #E3DD97; }
a { background-color: rgb(227,221,151); }
div.DivClassName
{
background-color: #E3DD97;
}
.BgClassName
{
background-color: #E3DD97;
}
</style>
border-color css
<style>
span { border-color: #E3DD97; }
span { border-color: rgb(227,221,151); }
td.TdClassName
{
border-color: #E3DD97;
}
.TagClassName
{
border-color: #E3DD97;
}
</style>