Shades of Primrose #EADB93
Tints of Primrose #EADB93
RGB
CMYK
RGB Variations
Color information
#EADB93 (or 0xEADB93) is known color: Primrose. HEX triplet: EA, DB and 93. RGB value is (234,219,147). Sum of RGB (Red+Green+Blue) = 234+219+147=600 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39% from 600); Green value is 219 (85.94% from 255 or 36.5% from 600); Blue value is 147 (57.81% from 255 or 24.5% from 600); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADB93 is #15246C. Grayscale: #D7D7D7. Windows color (decimal): -1385581 or 9690090. OLE color: 9690090.
HSL color Cylindrical-coordinate representation of color #EADB93: hue angle of 49.66º 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 #EADB93 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 219 | 147 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.08 |
| HSL | 49.66º | 0.67% | 0.75% | - |
| HSV(B) | 49.66º | 0.37% | 0.92% | - |
| XYZ | 64.53 | 70.26 | 37.76 | - |
| YUV | 215.28 | 89.47 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 219 | 147 | 0 | 0.06 | 0.37 | 0.08 | 49.66 | 0.67 | 0.75 |
| Hex | EA | DB | 93 | 0 | 6 | 25 | 8 | 32 | 43 | 4B |
| Octal | 352 | 333 | 223 | 0 | 6 | 45 | 10 | 62 | 103 | 113 |
| Binary | 11101010 | 11011011 | 10010011 | 0 | 110 | 100101 | 1000 | 110010 | 1000011 | 1001011 |
Color Harmonies of #EADB93
Complementary color
Monochromatic Colors of #EADB93
Black with #EADB93
Text Example
Text Example
White with #EADB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADB93; }
p { color: rgb(234,219,147); }
H1.HeaderClassName
{
color: #EADB93;
}
.AnyTagClassName
{
color: #EADB93;
}
</style>
background-color css
<style>
a { background-color: #EADB93; }
a { background-color: rgb(234,219,147); }
div.DivClassName
{
background-color: #EADB93;
}
.BgClassName
{
background-color: #EADB93;
}
</style>
border-color css
<style>
span { border-color: #EADB93; }
span { border-color: rgb(234,219,147); }
td.TdClassName
{
border-color: #EADB93;
}
.TagClassName
{
border-color: #EADB93;
}
</style>