Shades of Primrose #EADB95
Tints of Primrose #EADB95
RGB
CMYK
RGB Variations
Color information
#EADB95 (or 0xEADB95) is known color: Primrose. HEX triplet: EA, DB and 95. RGB value is (234,219,149). Sum of RGB (Red+Green+Blue) = 234+219+149=602 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.87% from 602); Green value is 219 (85.94% from 255 or 36.38% from 602); Blue value is 149 (58.59% from 255 or 24.75% from 602); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADB95 is #15246A. Grayscale: #D7D7D7. Windows color (decimal): -1385579 or 9821162. OLE color: 9821162.
HSL color Cylindrical-coordinate representation of color #EADB95: hue angle of 49.41º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EADB95 is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 219 | 149 | - |
| CMYK | 0 | 0.06 | 0.36 | 0.08 |
| HSL | 49.41º | 0.67% | 0.75% | - |
| HSV(B) | 49.41º | 0.36% | 0.92% | - |
| XYZ | 64.69 | 70.33 | 38.6 | - |
| YUV | 215.51 | 90.47 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 219 | 149 | 0 | 0.06 | 0.36 | 0.08 | 49.41 | 0.67 | 0.75 |
| Hex | EA | DB | 95 | 0 | 6 | 24 | 8 | 31 | 43 | 4B |
| Octal | 352 | 333 | 225 | 0 | 6 | 44 | 10 | 61 | 103 | 113 |
| Binary | 11101010 | 11011011 | 10010101 | 0 | 110 | 100100 | 1000 | 110001 | 1000011 | 1001011 |
Color Harmonies of #EADB95
Complementary color
Monochromatic Colors of #EADB95
Black with #EADB95
Text Example
Text Example
White with #EADB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADB95; }
p { color: rgb(234,219,149); }
H1.HeaderClassName
{
color: #EADB95;
}
.AnyTagClassName
{
color: #EADB95;
}
</style>
background-color css
<style>
a { background-color: #EADB95; }
a { background-color: rgb(234,219,149); }
div.DivClassName
{
background-color: #EADB95;
}
.BgClassName
{
background-color: #EADB95;
}
</style>
border-color css
<style>
span { border-color: #EADB95; }
span { border-color: rgb(234,219,149); }
td.TdClassName
{
border-color: #EADB95;
}
.TagClassName
{
border-color: #EADB95;
}
</style>