Shades of Primrose #EADF9A
Tints of Primrose #EADF9A
RGB
CMYK
RGB Variations
Color information
#EADF9A (or 0xEADF9A) is known color: Primrose. HEX triplet: EA, DF and 9A. RGB value is (234,223,154). Sum of RGB (Red+Green+Blue) = 234+223+154=611 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.30% from 611); Green value is 223 (87.5% from 255 or 36.50% from 611); Blue value is 154 (60.55% from 255 or 25.20% from 611); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADF9A is #152065. Grayscale: #DADADA. Windows color (decimal): -1384550 or 10149866. OLE color: 10149866.
HSL color Cylindrical-coordinate representation of color #EADF9A: hue angle of 51.75º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EADF9A is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 223 | 154 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.08 |
| HSL | 51.75º | 0.66% | 0.76% | - |
| HSV(B) | 51.75º | 0.34% | 0.92% | - |
| XYZ | 66.15 | 72.6 | 41.1 | - |
| YUV | 218.42 | 91.64 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 223 | 154 | 0 | 0.05 | 0.34 | 0.08 | 51.75 | 0.66 | 0.76 |
| Hex | EA | DF | 9A | 0 | 5 | 22 | 8 | 34 | 42 | 4C |
| Octal | 352 | 337 | 232 | 0 | 5 | 42 | 10 | 64 | 102 | 114 |
| Binary | 11101010 | 11011111 | 10011010 | 0 | 101 | 100010 | 1000 | 110100 | 1000010 | 1001100 |
Color Harmonies of #EADF9A
Complementary color
Monochromatic Colors of #EADF9A
Black with #EADF9A
Text Example
Text Example
White with #EADF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADF9A; }
p { color: rgb(234,223,154); }
H1.HeaderClassName
{
color: #EADF9A;
}
.AnyTagClassName
{
color: #EADF9A;
}
</style>
background-color css
<style>
a { background-color: #EADF9A; }
a { background-color: rgb(234,223,154); }
div.DivClassName
{
background-color: #EADF9A;
}
.BgClassName
{
background-color: #EADF9A;
}
</style>
border-color css
<style>
span { border-color: #EADF9A; }
span { border-color: rgb(234,223,154); }
td.TdClassName
{
border-color: #EADF9A;
}
.TagClassName
{
border-color: #EADF9A;
}
</style>