Shades of Primrose #E6DB8B
Tints of Primrose #E6DB8B
RGB
CMYK
RGB Variations
Color information
#E6DB8B (or 0xE6DB8B) is known color: Primrose. HEX triplet: E6, DB and 8B. RGB value is (230,219,139). Sum of RGB (Red+Green+Blue) = 230+219+139=588 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.12% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 139 (54.69% from 255 or 23.64% from 588); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DB8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DB8B is #192474. Grayscale: #D5D5D5. Windows color (decimal): -1647733 or 9165798. OLE color: 9165798.
HSL color Cylindrical-coordinate representation of color #E6DB8B: hue angle of 52.75º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E6DB8B is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 219 | 139 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.10 |
| HSL | 52.75º | 0.65% | 0.72% | - |
| HSV(B) | 52.75º | 0.4% | 0.9% | - |
| XYZ | 62.62 | 69.35 | 34.51 | - |
| YUV | 213.17 | 86.14 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 219 | 139 | 0 | 0.05 | 0.40 | 0.10 | 52.75 | 0.65 | 0.72 |
| Hex | E6 | DB | 8B | 0 | 5 | 28 | A | 35 | 41 | 48 |
| Octal | 346 | 333 | 213 | 0 | 5 | 50 | 12 | 65 | 101 | 110 |
| Binary | 11100110 | 11011011 | 10001011 | 0 | 101 | 101000 | 1010 | 110101 | 1000001 | 1001000 |
Color Harmonies of #E6DB8B
Complementary color
Monochromatic Colors of #E6DB8B
Black with #E6DB8B
Text Example
Text Example
White with #E6DB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DB8B; }
p { color: rgb(230,219,139); }
H1.HeaderClassName
{
color: #E6DB8B;
}
.AnyTagClassName
{
color: #E6DB8B;
}
</style>
background-color css
<style>
a { background-color: #E6DB8B; }
a { background-color: rgb(230,219,139); }
div.DivClassName
{
background-color: #E6DB8B;
}
.BgClassName
{
background-color: #E6DB8B;
}
</style>
border-color css
<style>
span { border-color: #E6DB8B; }
span { border-color: rgb(230,219,139); }
td.TdClassName
{
border-color: #E6DB8B;
}
.TagClassName
{
border-color: #E6DB8B;
}
</style>