Shades of Primrose #EADF9C
Tints of Primrose #EADF9C
RGB
CMYK
RGB Variations
Color information
#EADF9C (or 0xEADF9C) is known color: Primrose. HEX triplet: EA, DF and 9C. RGB value is (234,223,156). Sum of RGB (Red+Green+Blue) = 234+223+156=613 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.17% from 613); Green value is 223 (87.5% from 255 or 36.38% from 613); Blue value is 156 (61.33% from 255 or 25.45% from 613); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADF9C is #152063. Grayscale: #DADADA. Windows color (decimal): -1384548 or 10280938. OLE color: 10280938.
HSL color Cylindrical-coordinate representation of color #EADF9C: hue angle of 51.54º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EADF9C is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 223 | 156 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.08 |
| HSL | 51.54º | 0.65% | 0.76% | - |
| HSV(B) | 51.54º | 0.33% | 0.92% | - |
| XYZ | 66.32 | 72.67 | 41.98 | - |
| YUV | 218.65 | 92.64 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 223 | 156 | 0 | 0.05 | 0.33 | 0.08 | 51.54 | 0.65 | 0.76 |
| Hex | EA | DF | 9C | 0 | 5 | 21 | 8 | 34 | 41 | 4C |
| Octal | 352 | 337 | 234 | 0 | 5 | 41 | 10 | 64 | 101 | 114 |
| Binary | 11101010 | 11011111 | 10011100 | 0 | 101 | 100001 | 1000 | 110100 | 1000001 | 1001100 |
Color Harmonies of #EADF9C
Complementary color
Monochromatic Colors of #EADF9C
Black with #EADF9C
Text Example
Text Example
White with #EADF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADF9C; }
p { color: rgb(234,223,156); }
H1.HeaderClassName
{
color: #EADF9C;
}
.AnyTagClassName
{
color: #EADF9C;
}
</style>
background-color css
<style>
a { background-color: #EADF9C; }
a { background-color: rgb(234,223,156); }
div.DivClassName
{
background-color: #EADF9C;
}
.BgClassName
{
background-color: #EADF9C;
}
</style>
border-color css
<style>
span { border-color: #EADF9C; }
span { border-color: rgb(234,223,156); }
td.TdClassName
{
border-color: #EADF9C;
}
.TagClassName
{
border-color: #EADF9C;
}
</style>