Shades of Primrose #E5DC93
Tints of Primrose #E5DC93
RGB
CMYK
RGB Variations
Color information
#E5DC93 (or 0xE5DC93) is known color: Primrose. HEX triplet: E5, DC and 93. RGB value is (229,220,147). Sum of RGB (Red+Green+Blue) = 229+220+147=596 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.42% from 596); Green value is 220 (86.33% from 255 or 36.91% from 596); Blue value is 147 (57.81% from 255 or 24.66% from 596); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DC93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DC93 is #1A236C. Grayscale: #D6D6D6. Windows color (decimal): -1713005 or 9690341. OLE color: 9690341.
HSL color Cylindrical-coordinate representation of color #E5DC93: hue angle of 53.41º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E5DC93 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 220 | 147 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.10 |
| HSL | 53.41º | 0.61% | 0.74% | - |
| HSV(B) | 53.41º | 0.36% | 0.9% | - |
| XYZ | 63.17 | 69.95 | 37.78 | - |
| YUV | 214.37 | 89.98 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 220 | 147 | 0 | 0.04 | 0.36 | 0.10 | 53.41 | 0.61 | 0.74 |
| Hex | E5 | DC | 93 | 0 | 4 | 24 | A | 35 | 3D | 4A |
| Octal | 345 | 334 | 223 | 0 | 4 | 44 | 12 | 65 | 75 | 112 |
| Binary | 11100101 | 11011100 | 10010011 | 0 | 100 | 100100 | 1010 | 110101 | 111101 | 1001010 |
Color Harmonies of #E5DC93
Complementary color
Monochromatic Colors of #E5DC93
Black with #E5DC93
Text Example
Text Example
White with #E5DC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DC93; }
p { color: rgb(229,220,147); }
H1.HeaderClassName
{
color: #E5DC93;
}
.AnyTagClassName
{
color: #E5DC93;
}
</style>
background-color css
<style>
a { background-color: #E5DC93; }
a { background-color: rgb(229,220,147); }
div.DivClassName
{
background-color: #E5DC93;
}
.BgClassName
{
background-color: #E5DC93;
}
</style>
border-color css
<style>
span { border-color: #E5DC93; }
span { border-color: rgb(229,220,147); }
td.TdClassName
{
border-color: #E5DC93;
}
.TagClassName
{
border-color: #E5DC93;
}
</style>