Shades of Primrose #E6DC96
Tints of Primrose #E6DC96
RGB
CMYK
RGB Variations
Color information
#E6DC96 (or 0xE6DC96) is known color: Primrose. HEX triplet: E6, DC and 96. RGB value is (230,220,150). Sum of RGB (Red+Green+Blue) = 230+220+150=600 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.33% from 600); Green value is 220 (86.33% from 255 or 36.67% from 600); Blue value is 150 (58.98% from 255 or 25% from 600); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DC96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DC96 is #192369. Grayscale: #D7D7D7. Windows color (decimal): -1647466 or 9886950. OLE color: 9886950.
HSL color Cylindrical-coordinate representation of color #E6DC96: hue angle of 52.5º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E6DC96 is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 220 | 150 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.10 |
| HSL | 52.5º | 0.62% | 0.75% | - |
| HSV(B) | 52.5º | 0.35% | 0.9% | - |
| XYZ | 63.73 | 70.21 | 39.05 | - |
| YUV | 215.01 | 91.31 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 220 | 150 | 0 | 0.04 | 0.35 | 0.10 | 52.5 | 0.62 | 0.75 |
| Hex | E6 | DC | 96 | 0 | 4 | 23 | A | 34 | 3E | 4B |
| Octal | 346 | 334 | 226 | 0 | 4 | 43 | 12 | 64 | 76 | 113 |
| Binary | 11100110 | 11011100 | 10010110 | 0 | 100 | 100011 | 1010 | 110100 | 111110 | 1001011 |
Color Harmonies of #E6DC96
Complementary color
Monochromatic Colors of #E6DC96
Black with #E6DC96
Text Example
Text Example
White with #E6DC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DC96; }
p { color: rgb(230,220,150); }
H1.HeaderClassName
{
color: #E6DC96;
}
.AnyTagClassName
{
color: #E6DC96;
}
</style>
background-color css
<style>
a { background-color: #E6DC96; }
a { background-color: rgb(230,220,150); }
div.DivClassName
{
background-color: #E6DC96;
}
.BgClassName
{
background-color: #E6DC96;
}
</style>
border-color css
<style>
span { border-color: #E6DC96; }
span { border-color: rgb(230,220,150); }
td.TdClassName
{
border-color: #E6DC96;
}
.TagClassName
{
border-color: #E6DC96;
}
</style>