Shades of Primrose #E5E68F
Tints of Primrose #E5E68F
RGB
CMYK
RGB Variations
Color information
#E5E68F (or 0xE5E68F) is known color: Primrose. HEX triplet: E5, E6 and 8F. RGB value is (229,230,143). Sum of RGB (Red+Green+Blue) = 229+230+143=602 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.04% from 602); Green value is 230 (90.23% from 255 or 38.21% from 602); Blue value is 143 (56.25% from 255 or 23.75% from 602); Max value from RGB is 230 - color contains mainly: green. Hex color #E5E68F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5E68F is #1A1970. Grayscale: #DCDCDC. Windows color (decimal): -1710449 or 9430757. OLE color: 9430757.
HSL color Cylindrical-coordinate representation of color #E5E68F: hue angle of 60.69º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E5E68F is Cyan = 0.00, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 230 | 143 | - |
| CMYK | 0.00 | 0 | 0.38 | 0.10 |
| HSL | 60.69º | 0.64% | 0.73% | - |
| HSV(B) | 60.69º | 0.38% | 0.9% | - |
| XYZ | 65.57 | 75.23 | 37.05 | - |
| YUV | 219.78 | 84.67 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 230 | 143 | 0.00 | 0 | 0.38 | 0.10 | 60.69 | 0.64 | 0.73 |
| Hex | E5 | E6 | 8F | 0 | 0 | 26 | A | 3D | 40 | 49 |
| Octal | 345 | 346 | 217 | 0 | 0 | 46 | 12 | 75 | 100 | 111 |
| Binary | 11100101 | 11100110 | 10001111 | 0 | 0 | 100110 | 1010 | 111101 | 1000000 | 1001001 |
Color Harmonies of #E5E68F
Complementary color
Monochromatic Colors of #E5E68F
Black with #E5E68F
Text Example
Text Example
White with #E5E68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E68F; }
p { color: rgb(229,230,143); }
H1.HeaderClassName
{
color: #E5E68F;
}
.AnyTagClassName
{
color: #E5E68F;
}
</style>
background-color css
<style>
a { background-color: #E5E68F; }
a { background-color: rgb(229,230,143); }
div.DivClassName
{
background-color: #E5E68F;
}
.BgClassName
{
background-color: #E5E68F;
}
</style>
border-color css
<style>
span { border-color: #E5E68F; }
span { border-color: rgb(229,230,143); }
td.TdClassName
{
border-color: #E5E68F;
}
.TagClassName
{
border-color: #E5E68F;
}
</style>