Shades of Primrose #EBDF9B
Tints of Primrose #EBDF9B
RGB
CMYK
RGB Variations
Color information
#EBDF9B (or 0xEBDF9B) is known color: Primrose. HEX triplet: EB, DF and 9B. RGB value is (235,223,155). Sum of RGB (Red+Green+Blue) = 235+223+155=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 223 (87.5% from 255 or 36.38% from 613); Blue value is 155 (60.94% from 255 or 25.29% from 613); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDF9B is #142064. Grayscale: #DBDBDB. Windows color (decimal): -1319013 or 10215403. OLE color: 10215403.
HSL color Cylindrical-coordinate representation of color #EBDF9B: hue angle of 51º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EBDF9B is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 223 | 155 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.08 |
| HSL | 51º | 0.67% | 0.76% | - |
| HSV(B) | 51º | 0.34% | 0.92% | - |
| XYZ | 66.57 | 72.8 | 41.55 | - |
| YUV | 218.84 | 91.98 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 223 | 155 | 0 | 0.05 | 0.34 | 0.08 | 51 | 0.67 | 0.76 |
| Hex | EB | DF | 9B | 0 | 5 | 22 | 8 | 33 | 43 | 4C |
| Octal | 353 | 337 | 233 | 0 | 5 | 42 | 10 | 63 | 103 | 114 |
| Binary | 11101011 | 11011111 | 10011011 | 0 | 101 | 100010 | 1000 | 110011 | 1000011 | 1001100 |
Color Harmonies of #EBDF9B
Complementary color
Monochromatic Colors of #EBDF9B
Black with #EBDF9B
Text Example
Text Example
White with #EBDF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDF9B; }
p { color: rgb(235,223,155); }
H1.HeaderClassName
{
color: #EBDF9B;
}
.AnyTagClassName
{
color: #EBDF9B;
}
</style>
background-color css
<style>
a { background-color: #EBDF9B; }
a { background-color: rgb(235,223,155); }
div.DivClassName
{
background-color: #EBDF9B;
}
.BgClassName
{
background-color: #EBDF9B;
}
</style>
border-color css
<style>
span { border-color: #EBDF9B; }
span { border-color: rgb(235,223,155); }
td.TdClassName
{
border-color: #EBDF9B;
}
.TagClassName
{
border-color: #EBDF9B;
}
</style>