Shades of Primrose #E6DF9A
Tints of Primrose #E6DF9A
RGB
CMYK
RGB Variations
Color information
#E6DF9A (or 0xE6DF9A) is known color: Primrose. HEX triplet: E6, DF and 9A. RGB value is (230,223,154). Sum of RGB (Red+Green+Blue) = 230+223+154=607 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.89% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 154 (60.55% from 255 or 25.37% from 607); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DF9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DF9A is #192065. Grayscale: #D9D9D9. Windows color (decimal): -1646694 or 10149862. OLE color: 10149862.
HSL color Cylindrical-coordinate representation of color #E6DF9A: hue angle of 54.47º 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 #E6DF9A is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 223 | 154 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.10 |
| HSL | 54.47º | 0.6% | 0.75% | - |
| HSV(B) | 54.47º | 0.33% | 0.9% | - |
| XYZ | 64.85 | 71.93 | 41.04 | - |
| YUV | 217.23 | 92.32 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 223 | 154 | 0 | 0.03 | 0.33 | 0.10 | 54.47 | 0.6 | 0.75 |
| Hex | E6 | DF | 9A | 0 | 3 | 21 | A | 36 | 3C | 4B |
| Octal | 346 | 337 | 232 | 0 | 3 | 41 | 12 | 66 | 74 | 113 |
| Binary | 11100110 | 11011111 | 10011010 | 0 | 11 | 100001 | 1010 | 110110 | 111100 | 1001011 |
Color Harmonies of #E6DF9A
Complementary color
Monochromatic Colors of #E6DF9A
Black with #E6DF9A
Text Example
Text Example
White with #E6DF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DF9A; }
p { color: rgb(230,223,154); }
H1.HeaderClassName
{
color: #E6DF9A;
}
.AnyTagClassName
{
color: #E6DF9A;
}
</style>
background-color css
<style>
a { background-color: #E6DF9A; }
a { background-color: rgb(230,223,154); }
div.DivClassName
{
background-color: #E6DF9A;
}
.BgClassName
{
background-color: #E6DF9A;
}
</style>
border-color css
<style>
span { border-color: #E6DF9A; }
span { border-color: rgb(230,223,154); }
td.TdClassName
{
border-color: #E6DF9A;
}
.TagClassName
{
border-color: #E6DF9A;
}
</style>