Shades of Primrose #EBDA8E
Tints of Primrose #EBDA8E
RGB
CMYK
RGB Variations
Color information
#EBDA8E (or 0xEBDA8E) is known color: Primrose. HEX triplet: EB, DA and 8E. RGB value is (235,218,142). Sum of RGB (Red+Green+Blue) = 235+218+142=595 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.50% from 595); Green value is 218 (85.55% from 255 or 36.64% from 595); Blue value is 142 (55.86% from 255 or 23.87% from 595); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDA8E is #142571. Grayscale: #D6D6D6. Windows color (decimal): -1320306 or 9362155. OLE color: 9362155.
HSL color Cylindrical-coordinate representation of color #EBDA8E: hue angle of 49.03º 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 #EBDA8E is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 218 | 142 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.08 |
| HSL | 49.03º | 0.7% | 0.74% | - |
| HSV(B) | 49.03º | 0.4% | 0.92% | - |
| XYZ | 64.21 | 69.76 | 35.67 | - |
| YUV | 214.42 | 87.13 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 218 | 142 | 0 | 0.07 | 0.40 | 0.08 | 49.03 | 0.7 | 0.74 |
| Hex | EB | DA | 8E | 0 | 7 | 28 | 8 | 31 | 46 | 4A |
| Octal | 353 | 332 | 216 | 0 | 7 | 50 | 10 | 61 | 106 | 112 |
| Binary | 11101011 | 11011010 | 10001110 | 0 | 111 | 101000 | 1000 | 110001 | 1000110 | 1001010 |
Color Harmonies of #EBDA8E
Complementary color
Monochromatic Colors of #EBDA8E
Black with #EBDA8E
Text Example
Text Example
White with #EBDA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDA8E; }
p { color: rgb(235,218,142); }
H1.HeaderClassName
{
color: #EBDA8E;
}
.AnyTagClassName
{
color: #EBDA8E;
}
</style>
background-color css
<style>
a { background-color: #EBDA8E; }
a { background-color: rgb(235,218,142); }
div.DivClassName
{
background-color: #EBDA8E;
}
.BgClassName
{
background-color: #EBDA8E;
}
</style>
border-color css
<style>
span { border-color: #EBDA8E; }
span { border-color: rgb(235,218,142); }
td.TdClassName
{
border-color: #EBDA8E;
}
.TagClassName
{
border-color: #EBDA8E;
}
</style>