Shades of Primrose #E3DF9B
Tints of Primrose #E3DF9B
RGB
CMYK
RGB Variations
Color information
#E3DF9B (or 0xE3DF9B) is known color: Primrose. HEX triplet: E3, DF and 9B. RGB value is (227,223,155). Sum of RGB (Red+Green+Blue) = 227+223+155=605 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.52% from 605); Green value is 223 (87.5% from 255 or 36.86% from 605); Blue value is 155 (60.94% from 255 or 25.62% from 605); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DF9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3DF9B is #1C2064. Grayscale: #D8D8D8. Windows color (decimal): -1843301 or 10215395. OLE color: 10215395.
HSL color Cylindrical-coordinate representation of color #E3DF9B: hue angle of 56.67º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E3DF9B is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 223 | 155 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.11 |
| HSL | 56.67º | 0.56% | 0.75% | - |
| HSV(B) | 56.67º | 0.32% | 0.89% | - |
| XYZ | 63.98 | 71.47 | 41.43 | - |
| YUV | 216.44 | 93.33 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 223 | 155 | 0 | 0.02 | 0.32 | 0.11 | 56.67 | 0.56 | 0.75 |
| Hex | E3 | DF | 9B | 0 | 2 | 20 | B | 39 | 38 | 4B |
| Octal | 343 | 337 | 233 | 0 | 2 | 40 | 13 | 71 | 70 | 113 |
| Binary | 11100011 | 11011111 | 10011011 | 0 | 10 | 100000 | 1011 | 111001 | 111000 | 1001011 |
Color Harmonies of #E3DF9B
Complementary color
Monochromatic Colors of #E3DF9B
Black with #E3DF9B
Text Example
Text Example
White with #E3DF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DF9B; }
p { color: rgb(227,223,155); }
H1.HeaderClassName
{
color: #E3DF9B;
}
.AnyTagClassName
{
color: #E3DF9B;
}
</style>
background-color css
<style>
a { background-color: #E3DF9B; }
a { background-color: rgb(227,223,155); }
div.DivClassName
{
background-color: #E3DF9B;
}
.BgClassName
{
background-color: #E3DF9B;
}
</style>
border-color css
<style>
span { border-color: #E3DF9B; }
span { border-color: rgb(227,223,155); }
td.TdClassName
{
border-color: #E3DF9B;
}
.TagClassName
{
border-color: #E3DF9B;
}
</style>