Shades of Primrose #EADF9B
Tints of Primrose #EADF9B
RGB
CMYK
RGB Variations
Color information
#EADF9B (or 0xEADF9B) is known color: Primrose. HEX triplet: EA, DF and 9B. RGB value is (234,223,155). Sum of RGB (Red+Green+Blue) = 234+223+155=612 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.24% from 612); Green value is 223 (87.5% from 255 or 36.44% from 612); Blue value is 155 (60.94% from 255 or 25.33% from 612); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADF9B is #152064. Grayscale: #DADADA. Windows color (decimal): -1384549 or 10215402. OLE color: 10215402.
HSL color Cylindrical-coordinate representation of color #EADF9B: hue angle of 51.65º degrees, saturation: 0.65, 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 #EADF9B is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 223 | 155 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.08 |
| HSL | 51.65º | 0.65% | 0.76% | - |
| HSV(B) | 51.65º | 0.34% | 0.92% | - |
| XYZ | 66.24 | 72.63 | 41.54 | - |
| YUV | 218.54 | 92.14 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 223 | 155 | 0 | 0.05 | 0.34 | 0.08 | 51.65 | 0.65 | 0.76 |
| Hex | EA | DF | 9B | 0 | 5 | 22 | 8 | 34 | 41 | 4C |
| Octal | 352 | 337 | 233 | 0 | 5 | 42 | 10 | 64 | 101 | 114 |
| Binary | 11101010 | 11011111 | 10011011 | 0 | 101 | 100010 | 1000 | 110100 | 1000001 | 1001100 |
Color Harmonies of #EADF9B
Complementary color
Monochromatic Colors of #EADF9B
Black with #EADF9B
Text Example
Text Example
White with #EADF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADF9B; }
p { color: rgb(234,223,155); }
H1.HeaderClassName
{
color: #EADF9B;
}
.AnyTagClassName
{
color: #EADF9B;
}
</style>
background-color css
<style>
a { background-color: #EADF9B; }
a { background-color: rgb(234,223,155); }
div.DivClassName
{
background-color: #EADF9B;
}
.BgClassName
{
background-color: #EADF9B;
}
</style>
border-color css
<style>
span { border-color: #EADF9B; }
span { border-color: rgb(234,223,155); }
td.TdClassName
{
border-color: #EADF9B;
}
.TagClassName
{
border-color: #EADF9B;
}
</style>