Shades of Primrose #E3DF8A
Tints of Primrose #E3DF8A
RGB
CMYK
RGB Variations
Color information
#E3DF8A (or 0xE3DF8A) is known color: Primrose. HEX triplet: E3, DF and 8A. RGB value is (227,223,138). Sum of RGB (Red+Green+Blue) = 227+223+138=588 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.61% from 588); Green value is 223 (87.5% from 255 or 37.93% from 588); Blue value is 138 (54.30% from 255 or 23.47% from 588); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DF8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3DF8A is #1C2075. Grayscale: #D6D6D6. Windows color (decimal): -1843318 or 9101283. OLE color: 9101283.
HSL color Cylindrical-coordinate representation of color #E3DF8A: hue angle of 57.3º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E3DF8A is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 223 | 138 | - |
| CMYK | 0 | 0.02 | 0.39 | 0.11 |
| HSL | 57.3º | 0.61% | 0.72% | - |
| HSV(B) | 57.3º | 0.39% | 0.89% | - |
| XYZ | 62.65 | 70.94 | 34.44 | - |
| YUV | 214.51 | 84.83 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 223 | 138 | 0 | 0.02 | 0.39 | 0.11 | 57.3 | 0.61 | 0.72 |
| Hex | E3 | DF | 8A | 0 | 2 | 27 | B | 39 | 3D | 48 |
| Octal | 343 | 337 | 212 | 0 | 2 | 47 | 13 | 71 | 75 | 110 |
| Binary | 11100011 | 11011111 | 10001010 | 0 | 10 | 100111 | 1011 | 111001 | 111101 | 1001000 |
Color Harmonies of #E3DF8A
Complementary color
Monochromatic Colors of #E3DF8A
Black with #E3DF8A
Text Example
Text Example
White with #E3DF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DF8A; }
p { color: rgb(227,223,138); }
H1.HeaderClassName
{
color: #E3DF8A;
}
.AnyTagClassName
{
color: #E3DF8A;
}
</style>
background-color css
<style>
a { background-color: #E3DF8A; }
a { background-color: rgb(227,223,138); }
div.DivClassName
{
background-color: #E3DF8A;
}
.BgClassName
{
background-color: #E3DF8A;
}
</style>
border-color css
<style>
span { border-color: #E3DF8A; }
span { border-color: rgb(227,223,138); }
td.TdClassName
{
border-color: #E3DF8A;
}
.TagClassName
{
border-color: #E3DF8A;
}
</style>