Shades of Primrose #E7E38B
Tints of Primrose #E7E38B
RGB
CMYK
RGB Variations
Color information
#E7E38B (or 0xE7E38B) is known color: Primrose. HEX triplet: E7, E3 and 8B. RGB value is (231,227,139). Sum of RGB (Red+Green+Blue) = 231+227+139=597 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.69% from 597); Green value is 227 (89.06% from 255 or 38.02% from 597); Blue value is 139 (54.69% from 255 or 23.28% from 597); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E38B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7E38B is #181C74. Grayscale: #DADADA. Windows color (decimal): -1580149 or 9167847. OLE color: 9167847.
HSL color Cylindrical-coordinate representation of color #E7E38B: hue angle of 57.39º degrees, saturation: 0.66, 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 #E7E38B is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 227 | 139 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.09 |
| HSL | 57.39º | 0.66% | 0.73% | - |
| HSV(B) | 57.39º | 0.4% | 0.91% | - |
| XYZ | 65.08 | 73.79 | 35.24 | - |
| YUV | 218.16 | 83.33 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 227 | 139 | 0 | 0.02 | 0.40 | 0.09 | 57.39 | 0.66 | 0.73 |
| Hex | E7 | E3 | 8B | 0 | 2 | 28 | 9 | 39 | 42 | 49 |
| Octal | 347 | 343 | 213 | 0 | 2 | 50 | 11 | 71 | 102 | 111 |
| Binary | 11100111 | 11100011 | 10001011 | 0 | 10 | 101000 | 1001 | 111001 | 1000010 | 1001001 |
Color Harmonies of #E7E38B
Complementary color
Monochromatic Colors of #E7E38B
Black with #E7E38B
Text Example
Text Example
White with #E7E38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E38B; }
p { color: rgb(231,227,139); }
H1.HeaderClassName
{
color: #E7E38B;
}
.AnyTagClassName
{
color: #E7E38B;
}
</style>
background-color css
<style>
a { background-color: #E7E38B; }
a { background-color: rgb(231,227,139); }
div.DivClassName
{
background-color: #E7E38B;
}
.BgClassName
{
background-color: #E7E38B;
}
</style>
border-color css
<style>
span { border-color: #E7E38B; }
span { border-color: rgb(231,227,139); }
td.TdClassName
{
border-color: #E7E38B;
}
.TagClassName
{
border-color: #E7E38B;
}
</style>