Shades of Primrose #E5E793
Tints of Primrose #E5E793
RGB
CMYK
RGB Variations
Color information
#E5E793 (or 0xE5E793) is known color: Primrose. HEX triplet: E5, E7 and 93. RGB value is (229,231,147). Sum of RGB (Red+Green+Blue) = 229+231+147=607 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.73% from 607); Green value is 231 (90.62% from 255 or 38.06% from 607); Blue value is 147 (57.81% from 255 or 24.22% from 607); Max value from RGB is 231 - color contains mainly: green. Hex color #E5E793 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5E793 is #1A186C. Grayscale: #DDDDDD. Windows color (decimal): -1710189 or 9693157. OLE color: 9693157.
HSL color Cylindrical-coordinate representation of color #E5E793: hue angle of 61.43º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E5E793 is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 231 | 147 | - |
| CMYK | 0.01 | 0 | 0.36 | 0.09 |
| HSL | 61.43º | 0.64% | 0.74% | - |
| HSV(B) | 61.43º | 0.36% | 0.91% | - |
| XYZ | 66.16 | 75.92 | 38.77 | - |
| YUV | 220.83 | 86.34 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 231 | 147 | 0.01 | 0 | 0.36 | 0.09 | 61.43 | 0.64 | 0.74 |
| Hex | E5 | E7 | 93 | 1 | 0 | 24 | 9 | 3D | 40 | 4A |
| Octal | 345 | 347 | 223 | 1 | 0 | 44 | 11 | 75 | 100 | 112 |
| Binary | 11100101 | 11100111 | 10010011 | 1 | 0 | 100100 | 1001 | 111101 | 1000000 | 1001010 |
Color Harmonies of #E5E793
Complementary color
Monochromatic Colors of #E5E793
Black with #E5E793
Text Example
Text Example
White with #E5E793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E793; }
p { color: rgb(229,231,147); }
H1.HeaderClassName
{
color: #E5E793;
}
.AnyTagClassName
{
color: #E5E793;
}
</style>
background-color css
<style>
a { background-color: #E5E793; }
a { background-color: rgb(229,231,147); }
div.DivClassName
{
background-color: #E5E793;
}
.BgClassName
{
background-color: #E5E793;
}
</style>
border-color css
<style>
span { border-color: #E5E793; }
span { border-color: rgb(229,231,147); }
td.TdClassName
{
border-color: #E5E793;
}
.TagClassName
{
border-color: #E5E793;
}
</style>