Shades of Primrose #EBDB8E
Tints of Primrose #EBDB8E
RGB
CMYK
RGB Variations
Color information
#EBDB8E (or 0xEBDB8E) is known color: Primrose. HEX triplet: EB, DB and 8E. RGB value is (235,219,142). Sum of RGB (Red+Green+Blue) = 235+219+142=596 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.43% from 596); Green value is 219 (85.94% from 255 or 36.74% from 596); Blue value is 142 (55.86% from 255 or 23.83% from 596); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDB8E is #142471. Grayscale: #D7D7D7. Windows color (decimal): -1320050 or 9362411. OLE color: 9362411.
HSL color Cylindrical-coordinate representation of color #EBDB8E: hue angle of 49.68º 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 #EBDB8E is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 219 | 142 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.08 |
| HSL | 49.68º | 0.7% | 0.74% | - |
| HSV(B) | 49.68º | 0.4% | 0.92% | - |
| XYZ | 64.47 | 70.28 | 35.76 | - |
| YUV | 215.01 | 86.8 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 219 | 142 | 0 | 0.07 | 0.40 | 0.08 | 49.68 | 0.7 | 0.74 |
| Hex | EB | DB | 8E | 0 | 7 | 28 | 8 | 32 | 46 | 4A |
| Octal | 353 | 333 | 216 | 0 | 7 | 50 | 10 | 62 | 106 | 112 |
| Binary | 11101011 | 11011011 | 10001110 | 0 | 111 | 101000 | 1000 | 110010 | 1000110 | 1001010 |
Color Harmonies of #EBDB8E
Complementary color
Monochromatic Colors of #EBDB8E
Black with #EBDB8E
Text Example
Text Example
White with #EBDB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDB8E; }
p { color: rgb(235,219,142); }
H1.HeaderClassName
{
color: #EBDB8E;
}
.AnyTagClassName
{
color: #EBDB8E;
}
</style>
background-color css
<style>
a { background-color: #EBDB8E; }
a { background-color: rgb(235,219,142); }
div.DivClassName
{
background-color: #EBDB8E;
}
.BgClassName
{
background-color: #EBDB8E;
}
</style>
border-color css
<style>
span { border-color: #EBDB8E; }
span { border-color: rgb(235,219,142); }
td.TdClassName
{
border-color: #EBDB8E;
}
.TagClassName
{
border-color: #EBDB8E;
}
</style>