Shades of Primrose #EBE095
Tints of Primrose #EBE095
RGB
CMYK
RGB Variations
Color information
#EBE095 (or 0xEBE095) is known color: Primrose. HEX triplet: EB, E0 and 95. RGB value is (235,224,149). Sum of RGB (Red+Green+Blue) = 235+224+149=608 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.65% from 608); Green value is 224 (87.89% from 255 or 36.84% from 608); Blue value is 149 (58.59% from 255 or 24.51% from 608); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE095 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE095 is #141F6A. Grayscale: #DBDBDB. Windows color (decimal): -1318763 or 9822443. OLE color: 9822443.
HSL color Cylindrical-coordinate representation of color #EBE095: hue angle of 52.33º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EBE095 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 224 | 149 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.08 |
| HSL | 52.33º | 0.68% | 0.75% | - |
| HSV(B) | 52.33º | 0.37% | 0.92% | - |
| XYZ | 66.34 | 73.14 | 39.06 | - |
| YUV | 218.74 | 88.64 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 224 | 149 | 0 | 0.05 | 0.37 | 0.08 | 52.33 | 0.68 | 0.75 |
| Hex | EB | E0 | 95 | 0 | 5 | 25 | 8 | 34 | 44 | 4B |
| Octal | 353 | 340 | 225 | 0 | 5 | 45 | 10 | 64 | 104 | 113 |
| Binary | 11101011 | 11100000 | 10010101 | 0 | 101 | 100101 | 1000 | 110100 | 1000100 | 1001011 |
Color Harmonies of #EBE095
Complementary color
Monochromatic Colors of #EBE095
Black with #EBE095
Text Example
Text Example
White with #EBE095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE095; }
p { color: rgb(235,224,149); }
H1.HeaderClassName
{
color: #EBE095;
}
.AnyTagClassName
{
color: #EBE095;
}
</style>
background-color css
<style>
a { background-color: #EBE095; }
a { background-color: rgb(235,224,149); }
div.DivClassName
{
background-color: #EBE095;
}
.BgClassName
{
background-color: #EBE095;
}
</style>
border-color css
<style>
span { border-color: #EBE095; }
span { border-color: rgb(235,224,149); }
td.TdClassName
{
border-color: #EBE095;
}
.TagClassName
{
border-color: #EBE095;
}
</style>