Shades of Primrose #EADB96
Tints of Primrose #EADB96
RGB
CMYK
RGB Variations
Color information
#EADB96 (or 0xEADB96) is known color: Primrose. HEX triplet: EA, DB and 96. RGB value is (234,219,150). Sum of RGB (Red+Green+Blue) = 234+219+150=603 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.81% from 603); Green value is 219 (85.94% from 255 or 36.32% from 603); Blue value is 150 (58.98% from 255 or 24.88% from 603); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADB96 is #152469. Grayscale: #D7D7D7. Windows color (decimal): -1385578 or 9886698. OLE color: 9886698.
HSL color Cylindrical-coordinate representation of color #EADB96: hue angle of 49.29º 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 #EADB96 is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 219 | 150 | - |
| CMYK | 0 | 0.06 | 0.36 | 0.08 |
| HSL | 49.29º | 0.67% | 0.75% | - |
| HSV(B) | 49.29º | 0.36% | 0.92% | - |
| XYZ | 64.77 | 70.36 | 39.02 | - |
| YUV | 215.62 | 90.97 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 219 | 150 | 0 | 0.06 | 0.36 | 0.08 | 49.29 | 0.67 | 0.75 |
| Hex | EA | DB | 96 | 0 | 6 | 24 | 8 | 31 | 43 | 4B |
| Octal | 352 | 333 | 226 | 0 | 6 | 44 | 10 | 61 | 103 | 113 |
| Binary | 11101010 | 11011011 | 10010110 | 0 | 110 | 100100 | 1000 | 110001 | 1000011 | 1001011 |
Color Harmonies of #EADB96
Complementary color
Monochromatic Colors of #EADB96
Black with #EADB96
Text Example
Text Example
White with #EADB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADB96; }
p { color: rgb(234,219,150); }
H1.HeaderClassName
{
color: #EADB96;
}
.AnyTagClassName
{
color: #EADB96;
}
</style>
background-color css
<style>
a { background-color: #EADB96; }
a { background-color: rgb(234,219,150); }
div.DivClassName
{
background-color: #EADB96;
}
.BgClassName
{
background-color: #EADB96;
}
</style>
border-color css
<style>
span { border-color: #EADB96; }
span { border-color: rgb(234,219,150); }
td.TdClassName
{
border-color: #EADB96;
}
.TagClassName
{
border-color: #EADB96;
}
</style>