Shades of Primrose #E6E29A
Tints of Primrose #E6E29A
RGB
CMYK
RGB Variations
Color information
#E6E29A (or 0xE6E29A) is known color: Primrose. HEX triplet: E6, E2 and 9A. RGB value is (230,226,154). Sum of RGB (Red+Green+Blue) = 230+226+154=610 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.70% from 610); Green value is 226 (88.67% from 255 or 37.05% from 610); Blue value is 154 (60.55% from 255 or 25.25% from 610); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E29A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6E29A is #191D65. Grayscale: #DBDBDB. Windows color (decimal): -1645926 or 10150630. OLE color: 10150630.
HSL color Cylindrical-coordinate representation of color #E6E29A: hue angle of 56.84º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E6E29A is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 226 | 154 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.10 |
| HSL | 56.84º | 0.6% | 0.75% | - |
| HSV(B) | 56.84º | 0.33% | 0.9% | - |
| XYZ | 65.66 | 73.55 | 41.31 | - |
| YUV | 218.99 | 91.33 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 226 | 154 | 0 | 0.02 | 0.33 | 0.10 | 56.84 | 0.6 | 0.75 |
| Hex | E6 | E2 | 9A | 0 | 2 | 21 | A | 39 | 3C | 4B |
| Octal | 346 | 342 | 232 | 0 | 2 | 41 | 12 | 71 | 74 | 113 |
| Binary | 11100110 | 11100010 | 10011010 | 0 | 10 | 100001 | 1010 | 111001 | 111100 | 1001011 |
Color Harmonies of #E6E29A
Complementary color
Monochromatic Colors of #E6E29A
Black with #E6E29A
Text Example
Text Example
White with #E6E29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E29A; }
p { color: rgb(230,226,154); }
H1.HeaderClassName
{
color: #E6E29A;
}
.AnyTagClassName
{
color: #E6E29A;
}
</style>
background-color css
<style>
a { background-color: #E6E29A; }
a { background-color: rgb(230,226,154); }
div.DivClassName
{
background-color: #E6E29A;
}
.BgClassName
{
background-color: #E6E29A;
}
</style>
border-color css
<style>
span { border-color: #E6E29A; }
span { border-color: rgb(230,226,154); }
td.TdClassName
{
border-color: #E6E29A;
}
.TagClassName
{
border-color: #E6E29A;
}
</style>