Shades of Primrose #EBDB8F
Tints of Primrose #EBDB8F
RGB
CMYK
RGB Variations
Color information
#EBDB8F (or 0xEBDB8F) is known color: Primrose. HEX triplet: EB, DB and 8F. RGB value is (235,219,143). Sum of RGB (Red+Green+Blue) = 235+219+143=597 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.36% from 597); Green value is 219 (85.94% from 255 or 36.68% from 597); Blue value is 143 (56.25% from 255 or 23.95% from 597); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDB8F is #142470. Grayscale: #D7D7D7. Windows color (decimal): -1320049 or 9427947. OLE color: 9427947.
HSL color Cylindrical-coordinate representation of color #EBDB8F: hue angle of 49.57º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EBDB8F is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 219 | 143 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.08 |
| HSL | 49.57º | 0.7% | 0.74% | - |
| HSV(B) | 49.57º | 0.39% | 0.92% | - |
| XYZ | 64.55 | 70.31 | 36.16 | - |
| YUV | 215.12 | 87.3 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 219 | 143 | 0 | 0.07 | 0.39 | 0.08 | 49.57 | 0.7 | 0.74 |
| Hex | EB | DB | 8F | 0 | 7 | 27 | 8 | 32 | 46 | 4A |
| Octal | 353 | 333 | 217 | 0 | 7 | 47 | 10 | 62 | 106 | 112 |
| Binary | 11101011 | 11011011 | 10001111 | 0 | 111 | 100111 | 1000 | 110010 | 1000110 | 1001010 |
Color Harmonies of #EBDB8F
Complementary color
Monochromatic Colors of #EBDB8F
Black with #EBDB8F
Text Example
Text Example
White with #EBDB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDB8F; }
p { color: rgb(235,219,143); }
H1.HeaderClassName
{
color: #EBDB8F;
}
.AnyTagClassName
{
color: #EBDB8F;
}
</style>
background-color css
<style>
a { background-color: #EBDB8F; }
a { background-color: rgb(235,219,143); }
div.DivClassName
{
background-color: #EBDB8F;
}
.BgClassName
{
background-color: #EBDB8F;
}
</style>
border-color css
<style>
span { border-color: #EBDB8F; }
span { border-color: rgb(235,219,143); }
td.TdClassName
{
border-color: #EBDB8F;
}
.TagClassName
{
border-color: #EBDB8F;
}
</style>