Shades of Primrose #EADB94
Tints of Primrose #EADB94
RGB
CMYK
RGB Variations
Color information
#EADB94 (or 0xEADB94) is known color: Primrose. HEX triplet: EA, DB and 94. RGB value is (234,219,148). Sum of RGB (Red+Green+Blue) = 234+219+148=601 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.94% from 601); Green value is 219 (85.94% from 255 or 36.44% from 601); Blue value is 148 (58.20% from 255 or 24.63% from 601); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADB94 is #15246B. Grayscale: #D7D7D7. Windows color (decimal): -1385580 or 9755626. OLE color: 9755626.
HSL color Cylindrical-coordinate representation of color #EADB94: hue angle of 49.53º degrees, saturation: 0.67, 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 #EADB94 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 219 | 148 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.08 |
| HSL | 49.53º | 0.67% | 0.75% | - |
| HSV(B) | 49.53º | 0.37% | 0.92% | - |
| XYZ | 64.61 | 70.29 | 38.18 | - |
| YUV | 215.39 | 89.97 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 219 | 148 | 0 | 0.06 | 0.37 | 0.08 | 49.53 | 0.67 | 0.75 |
| Hex | EA | DB | 94 | 0 | 6 | 25 | 8 | 32 | 43 | 4B |
| Octal | 352 | 333 | 224 | 0 | 6 | 45 | 10 | 62 | 103 | 113 |
| Binary | 11101010 | 11011011 | 10010100 | 0 | 110 | 100101 | 1000 | 110010 | 1000011 | 1001011 |
Color Harmonies of #EADB94
Complementary color
Monochromatic Colors of #EADB94
Black with #EADB94
Text Example
Text Example
White with #EADB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADB94; }
p { color: rgb(234,219,148); }
H1.HeaderClassName
{
color: #EADB94;
}
.AnyTagClassName
{
color: #EADB94;
}
</style>
background-color css
<style>
a { background-color: #EADB94; }
a { background-color: rgb(234,219,148); }
div.DivClassName
{
background-color: #EADB94;
}
.BgClassName
{
background-color: #EADB94;
}
</style>
border-color css
<style>
span { border-color: #EADB94; }
span { border-color: rgb(234,219,148); }
td.TdClassName
{
border-color: #EADB94;
}
.TagClassName
{
border-color: #EADB94;
}
</style>