Shades of Primrose #E6DE94
Tints of Primrose #E6DE94
RGB
CMYK
RGB Variations
Color information
#E6DE94 (or 0xE6DE94) is known color: Primrose. HEX triplet: E6, DE and 94. RGB value is (230,222,148). Sum of RGB (Red+Green+Blue) = 230+222+148=600 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.33% from 600); Green value is 222 (87.11% from 255 or 37% from 600); Blue value is 148 (58.20% from 255 or 24.67% from 600); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DE94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DE94 is #19216B. Grayscale: #D8D8D8. Windows color (decimal): -1646956 or 9756390. OLE color: 9756390.
HSL color Cylindrical-coordinate representation of color #E6DE94: hue angle of 54.15º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E6DE94 is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 222 | 148 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.10 |
| HSL | 54.15º | 0.62% | 0.74% | - |
| HSV(B) | 54.15º | 0.36% | 0.9% | - |
| XYZ | 64.1 | 71.2 | 38.38 | - |
| YUV | 215.96 | 89.65 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 222 | 148 | 0 | 0.03 | 0.36 | 0.10 | 54.15 | 0.62 | 0.74 |
| Hex | E6 | DE | 94 | 0 | 3 | 24 | A | 36 | 3E | 4A |
| Octal | 346 | 336 | 224 | 0 | 3 | 44 | 12 | 66 | 76 | 112 |
| Binary | 11100110 | 11011110 | 10010100 | 0 | 11 | 100100 | 1010 | 110110 | 111110 | 1001010 |
Color Harmonies of #E6DE94
Complementary color
Monochromatic Colors of #E6DE94
Black with #E6DE94
Text Example
Text Example
White with #E6DE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DE94; }
p { color: rgb(230,222,148); }
H1.HeaderClassName
{
color: #E6DE94;
}
.AnyTagClassName
{
color: #E6DE94;
}
</style>
background-color css
<style>
a { background-color: #E6DE94; }
a { background-color: rgb(230,222,148); }
div.DivClassName
{
background-color: #E6DE94;
}
.BgClassName
{
background-color: #E6DE94;
}
</style>
border-color css
<style>
span { border-color: #E6DE94; }
span { border-color: rgb(230,222,148); }
td.TdClassName
{
border-color: #E6DE94;
}
.TagClassName
{
border-color: #E6DE94;
}
</style>