Shades of Primrose #E5DA94
Tints of Primrose #E5DA94
RGB
CMYK
RGB Variations
Color information
#E5DA94 (or 0xE5DA94) is known color: Primrose. HEX triplet: E5, DA and 94. RGB value is (229,218,148). Sum of RGB (Red+Green+Blue) = 229+218+148=595 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.49% from 595); Green value is 218 (85.55% from 255 or 36.64% from 595); Blue value is 148 (58.20% from 255 or 24.87% from 595); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DA94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DA94 is #1A256B. Grayscale: #D5D5D5. Windows color (decimal): -1713516 or 9755365. OLE color: 9755365.
HSL color Cylindrical-coordinate representation of color #E5DA94: hue angle of 51.85º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E5DA94 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 218 | 148 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.10 |
| HSL | 51.85º | 0.61% | 0.74% | - |
| HSV(B) | 51.85º | 0.35% | 0.9% | - |
| XYZ | 62.73 | 68.94 | 38.02 | - |
| YUV | 213.31 | 91.14 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 218 | 148 | 0 | 0.05 | 0.35 | 0.10 | 51.85 | 0.61 | 0.74 |
| Hex | E5 | DA | 94 | 0 | 5 | 23 | A | 34 | 3D | 4A |
| Octal | 345 | 332 | 224 | 0 | 5 | 43 | 12 | 64 | 75 | 112 |
| Binary | 11100101 | 11011010 | 10010100 | 0 | 101 | 100011 | 1010 | 110100 | 111101 | 1001010 |
Color Harmonies of #E5DA94
Complementary color
Monochromatic Colors of #E5DA94
Black with #E5DA94
Text Example
Text Example
White with #E5DA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DA94; }
p { color: rgb(229,218,148); }
H1.HeaderClassName
{
color: #E5DA94;
}
.AnyTagClassName
{
color: #E5DA94;
}
</style>
background-color css
<style>
a { background-color: #E5DA94; }
a { background-color: rgb(229,218,148); }
div.DivClassName
{
background-color: #E5DA94;
}
.BgClassName
{
background-color: #E5DA94;
}
</style>
border-color css
<style>
span { border-color: #E5DA94; }
span { border-color: rgb(229,218,148); }
td.TdClassName
{
border-color: #E5DA94;
}
.TagClassName
{
border-color: #E5DA94;
}
</style>