Shades of Primrose #E6D68E
Tints of Primrose #E6D68E
RGB
CMYK
RGB Variations
Color information
#E6D68E (or 0xE6D68E) is known color: Primrose. HEX triplet: E6, D6 and 8E. RGB value is (230,214,142). Sum of RGB (Red+Green+Blue) = 230+214+142=586 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.25% from 586); Green value is 214 (83.98% from 255 or 36.52% from 586); Blue value is 142 (55.86% from 255 or 24.23% from 586); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D68E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D68E is #192971. Grayscale: #D2D2D2. Windows color (decimal): -1649010 or 9361126. OLE color: 9361126.
HSL color Cylindrical-coordinate representation of color #E6D68E: hue angle of 49.09º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E6D68E is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 214 | 142 | - |
| CMYK | 0 | 0.07 | 0.38 | 0.10 |
| HSL | 49.09º | 0.64% | 0.73% | - |
| HSV(B) | 49.09º | 0.38% | 0.9% | - |
| XYZ | 61.56 | 66.87 | 35.25 | - |
| YUV | 210.58 | 89.3 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 214 | 142 | 0 | 0.07 | 0.38 | 0.10 | 49.09 | 0.64 | 0.73 |
| Hex | E6 | D6 | 8E | 0 | 7 | 26 | A | 31 | 40 | 49 |
| Octal | 346 | 326 | 216 | 0 | 7 | 46 | 12 | 61 | 100 | 111 |
| Binary | 11100110 | 11010110 | 10001110 | 0 | 111 | 100110 | 1010 | 110001 | 1000000 | 1001001 |
Color Harmonies of #E6D68E
Complementary color
Monochromatic Colors of #E6D68E
Black with #E6D68E
Text Example
Text Example
White with #E6D68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D68E; }
p { color: rgb(230,214,142); }
H1.HeaderClassName
{
color: #E6D68E;
}
.AnyTagClassName
{
color: #E6D68E;
}
</style>
background-color css
<style>
a { background-color: #E6D68E; }
a { background-color: rgb(230,214,142); }
div.DivClassName
{
background-color: #E6D68E;
}
.BgClassName
{
background-color: #E6D68E;
}
</style>
border-color css
<style>
span { border-color: #E6D68E; }
span { border-color: rgb(230,214,142); }
td.TdClassName
{
border-color: #E6D68E;
}
.TagClassName
{
border-color: #E6D68E;
}
</style>