Shades of Primrose #E8E58B
Tints of Primrose #E8E58B
RGB
CMYK
RGB Variations
Color information
#E8E58B (or 0xE8E58B) is known color: Primrose. HEX triplet: E8, E5 and 8B. RGB value is (232,229,139). Sum of RGB (Red+Green+Blue) = 232+229+139=600 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.67% from 600); Green value is 229 (89.84% from 255 or 38.17% from 600); Blue value is 139 (54.69% from 255 or 23.17% from 600); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E58B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8E58B is #171A74. Grayscale: #DBDBDB. Windows color (decimal): -1514101 or 9168360. OLE color: 9168360.
HSL color Cylindrical-coordinate representation of color #E8E58B: hue angle of 58.06º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E8E58B is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 229 | 139 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.09 |
| HSL | 58.06º | 0.67% | 0.73% | - |
| HSV(B) | 58.06º | 0.4% | 0.91% | - |
| XYZ | 65.96 | 75.06 | 35.44 | - |
| YUV | 219.64 | 82.49 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 229 | 139 | 0 | 0.01 | 0.40 | 0.09 | 58.06 | 0.67 | 0.73 |
| Hex | E8 | E5 | 8B | 0 | 1 | 28 | 9 | 3A | 43 | 49 |
| Octal | 350 | 345 | 213 | 0 | 1 | 50 | 11 | 72 | 103 | 111 |
| Binary | 11101000 | 11100101 | 10001011 | 0 | 1 | 101000 | 1001 | 111010 | 1000011 | 1001001 |
Color Harmonies of #E8E58B
Complementary color
Monochromatic Colors of #E8E58B
Black with #E8E58B
Text Example
Text Example
White with #E8E58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E58B; }
p { color: rgb(232,229,139); }
H1.HeaderClassName
{
color: #E8E58B;
}
.AnyTagClassName
{
color: #E8E58B;
}
</style>
background-color css
<style>
a { background-color: #E8E58B; }
a { background-color: rgb(232,229,139); }
div.DivClassName
{
background-color: #E8E58B;
}
.BgClassName
{
background-color: #E8E58B;
}
</style>
border-color css
<style>
span { border-color: #E8E58B; }
span { border-color: rgb(232,229,139); }
td.TdClassName
{
border-color: #E8E58B;
}
.TagClassName
{
border-color: #E8E58B;
}
</style>