Shades of Primrose #E6E38C
Tints of Primrose #E6E38C
RGB
CMYK
RGB Variations
Color information
#E6E38C (or 0xE6E38C) is known color: Primrose. HEX triplet: E6, E3 and 8C. RGB value is (230,227,140). Sum of RGB (Red+Green+Blue) = 230+227+140=597 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.53% from 597); Green value is 227 (89.06% from 255 or 38.02% from 597); Blue value is 140 (55.08% from 255 or 23.45% from 597); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E38C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6E38C is #191C73. Grayscale: #DADADA. Windows color (decimal): -1645684 or 9233382. OLE color: 9233382.
HSL color Cylindrical-coordinate representation of color #E6E38C: hue angle of 58º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E6E38C is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 227 | 140 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.10 |
| HSL | 58º | 0.64% | 0.73% | - |
| HSV(B) | 58º | 0.39% | 0.9% | - |
| XYZ | 64.84 | 73.65 | 35.61 | - |
| YUV | 217.98 | 83.99 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 227 | 140 | 0 | 0.01 | 0.39 | 0.10 | 58 | 0.64 | 0.73 |
| Hex | E6 | E3 | 8C | 0 | 1 | 27 | A | 3A | 40 | 49 |
| Octal | 346 | 343 | 214 | 0 | 1 | 47 | 12 | 72 | 100 | 111 |
| Binary | 11100110 | 11100011 | 10001100 | 0 | 1 | 100111 | 1010 | 111010 | 1000000 | 1001001 |
Color Harmonies of #E6E38C
Complementary color
Monochromatic Colors of #E6E38C
Black with #E6E38C
Text Example
Text Example
White with #E6E38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E38C; }
p { color: rgb(230,227,140); }
H1.HeaderClassName
{
color: #E6E38C;
}
.AnyTagClassName
{
color: #E6E38C;
}
</style>
background-color css
<style>
a { background-color: #E6E38C; }
a { background-color: rgb(230,227,140); }
div.DivClassName
{
background-color: #E6E38C;
}
.BgClassName
{
background-color: #E6E38C;
}
</style>
border-color css
<style>
span { border-color: #E6E38C; }
span { border-color: rgb(230,227,140); }
td.TdClassName
{
border-color: #E6E38C;
}
.TagClassName
{
border-color: #E6E38C;
}
</style>