Shades of Primrose #E6DC92
Tints of Primrose #E6DC92
RGB
CMYK
RGB Variations
Color information
#E6DC92 (or 0xE6DC92) is known color: Primrose. HEX triplet: E6, DC and 92. RGB value is (230,220,146). Sum of RGB (Red+Green+Blue) = 230+220+146=596 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.59% from 596); Green value is 220 (86.33% from 255 or 36.91% from 596); Blue value is 146 (57.42% from 255 or 24.50% from 596); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DC92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DC92 is #19236D. Grayscale: #D6D6D6. Windows color (decimal): -1647470 or 9624806. OLE color: 9624806.
HSL color Cylindrical-coordinate representation of color #E6DC92: hue angle of 52.86º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E6DC92 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 220 | 146 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.10 |
| HSL | 52.86º | 0.63% | 0.74% | - |
| HSV(B) | 52.86º | 0.37% | 0.9% | - |
| XYZ | 63.41 | 70.08 | 37.38 | - |
| YUV | 214.55 | 89.31 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 220 | 146 | 0 | 0.04 | 0.37 | 0.10 | 52.86 | 0.63 | 0.74 |
| Hex | E6 | DC | 92 | 0 | 4 | 25 | A | 35 | 3F | 4A |
| Octal | 346 | 334 | 222 | 0 | 4 | 45 | 12 | 65 | 77 | 112 |
| Binary | 11100110 | 11011100 | 10010010 | 0 | 100 | 100101 | 1010 | 110101 | 111111 | 1001010 |
Color Harmonies of #E6DC92
Complementary color
Monochromatic Colors of #E6DC92
Black with #E6DC92
Text Example
Text Example
White with #E6DC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DC92; }
p { color: rgb(230,220,146); }
H1.HeaderClassName
{
color: #E6DC92;
}
.AnyTagClassName
{
color: #E6DC92;
}
</style>
background-color css
<style>
a { background-color: #E6DC92; }
a { background-color: rgb(230,220,146); }
div.DivClassName
{
background-color: #E6DC92;
}
.BgClassName
{
background-color: #E6DC92;
}
</style>
border-color css
<style>
span { border-color: #E6DC92; }
span { border-color: rgb(230,220,146); }
td.TdClassName
{
border-color: #E6DC92;
}
.TagClassName
{
border-color: #E6DC92;
}
</style>