Shades of Primrose #E5DC90
Tints of Primrose #E5DC90
RGB
CMYK
RGB Variations
Color information
#E5DC90 (or 0xE5DC90) is known color: Primrose. HEX triplet: E5, DC and 90. RGB value is (229,220,144). Sum of RGB (Red+Green+Blue) = 229+220+144=593 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.62% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 144 (56.64% from 255 or 24.28% from 593); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DC90 is #1A236F. Grayscale: #D6D6D6. Windows color (decimal): -1713008 or 9493733. OLE color: 9493733.
HSL color Cylindrical-coordinate representation of color #E5DC90: hue angle of 53.65º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E5DC90 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 220 | 144 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.10 |
| HSL | 53.65º | 0.62% | 0.73% | - |
| HSV(B) | 53.65º | 0.37% | 0.9% | - |
| XYZ | 62.94 | 69.86 | 36.55 | - |
| YUV | 214.03 | 88.48 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 220 | 144 | 0 | 0.04 | 0.37 | 0.10 | 53.65 | 0.62 | 0.73 |
| Hex | E5 | DC | 90 | 0 | 4 | 25 | A | 36 | 3E | 49 |
| Octal | 345 | 334 | 220 | 0 | 4 | 45 | 12 | 66 | 76 | 111 |
| Binary | 11100101 | 11011100 | 10010000 | 0 | 100 | 100101 | 1010 | 110110 | 111110 | 1001001 |
Color Harmonies of #E5DC90
Complementary color
Monochromatic Colors of #E5DC90
Black with #E5DC90
Text Example
Text Example
White with #E5DC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DC90; }
p { color: rgb(229,220,144); }
H1.HeaderClassName
{
color: #E5DC90;
}
.AnyTagClassName
{
color: #E5DC90;
}
</style>
background-color css
<style>
a { background-color: #E5DC90; }
a { background-color: rgb(229,220,144); }
div.DivClassName
{
background-color: #E5DC90;
}
.BgClassName
{
background-color: #E5DC90;
}
</style>
border-color css
<style>
span { border-color: #E5DC90; }
span { border-color: rgb(229,220,144); }
td.TdClassName
{
border-color: #E5DC90;
}
.TagClassName
{
border-color: #E5DC90;
}
</style>