Shades of Primrose #EBDF8D
Tints of Primrose #EBDF8D
RGB
CMYK
RGB Variations
Color information
#EBDF8D (or 0xEBDF8D) is known color: Primrose. HEX triplet: EB, DF and 8D. RGB value is (235,223,141). Sum of RGB (Red+Green+Blue) = 235+223+141=599 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.23% from 599); Green value is 223 (87.5% from 255 or 37.23% from 599); Blue value is 141 (55.47% from 255 or 23.54% from 599); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDF8D is #142072. Grayscale: #D9D9D9. Windows color (decimal): -1319027 or 9297899. OLE color: 9297899.
HSL color Cylindrical-coordinate representation of color #EBDF8D: hue angle of 52.34º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EBDF8D is Cyan = 0, Magento = 0.05, Yellow = 0.4 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 223 | 141 | - |
| CMYK | 0 | 0.05 | 0.4 | 0.08 |
| HSL | 52.34º | 0.7% | 0.74% | - |
| HSV(B) | 52.34º | 0.4% | 0.92% | - |
| XYZ | 65.46 | 72.36 | 35.72 | - |
| YUV | 217.24 | 84.98 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 223 | 141 | 0 | 0.05 | 0.4 | 0.08 | 52.34 | 0.7 | 0.74 |
| Hex | EB | DF | 8D | 0 | 5 | 28 | 8 | 34 | 46 | 4A |
| Octal | 353 | 337 | 215 | 0 | 5 | 50 | 10 | 64 | 106 | 112 |
| Binary | 11101011 | 11011111 | 10001101 | 0 | 101 | 101000 | 1000 | 110100 | 1000110 | 1001010 |
Color Harmonies of #EBDF8D
Complementary color
Monochromatic Colors of #EBDF8D
Black with #EBDF8D
Text Example
Text Example
White with #EBDF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDF8D; }
p { color: rgb(235,223,141); }
H1.HeaderClassName
{
color: #EBDF8D;
}
.AnyTagClassName
{
color: #EBDF8D;
}
</style>
background-color css
<style>
a { background-color: #EBDF8D; }
a { background-color: rgb(235,223,141); }
div.DivClassName
{
background-color: #EBDF8D;
}
.BgClassName
{
background-color: #EBDF8D;
}
</style>
border-color css
<style>
span { border-color: #EBDF8D; }
span { border-color: rgb(235,223,141); }
td.TdClassName
{
border-color: #EBDF8D;
}
.TagClassName
{
border-color: #EBDF8D;
}
</style>