Shades of Primrose #EADF8B
Tints of Primrose #EADF8B
RGB
CMYK
RGB Variations
Color information
#EADF8B (or 0xEADF8B) is known color: Primrose. HEX triplet: EA, DF and 8B. RGB value is (234,223,139). Sum of RGB (Red+Green+Blue) = 234+223+139=596 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.26% from 596); Green value is 223 (87.5% from 255 or 37.42% from 596); Blue value is 139 (54.69% from 255 or 23.32% from 596); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADF8B is #152074. Grayscale: #D9D9D9. Windows color (decimal): -1384565 or 9166826. OLE color: 9166826.
HSL color Cylindrical-coordinate representation of color #EADF8B: hue angle of 53.05º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EADF8B is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 223 | 139 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.08 |
| HSL | 53.05º | 0.69% | 0.73% | - |
| HSV(B) | 53.05º | 0.41% | 0.92% | - |
| XYZ | 64.98 | 72.13 | 34.92 | - |
| YUV | 216.71 | 84.14 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 223 | 139 | 0 | 0.05 | 0.41 | 0.08 | 53.05 | 0.69 | 0.73 |
| Hex | EA | DF | 8B | 0 | 5 | 29 | 8 | 35 | 45 | 49 |
| Octal | 352 | 337 | 213 | 0 | 5 | 51 | 10 | 65 | 105 | 111 |
| Binary | 11101010 | 11011111 | 10001011 | 0 | 101 | 101001 | 1000 | 110101 | 1000101 | 1001001 |
Color Harmonies of #EADF8B
Complementary color
Monochromatic Colors of #EADF8B
Black with #EADF8B
Text Example
Text Example
White with #EADF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADF8B; }
p { color: rgb(234,223,139); }
H1.HeaderClassName
{
color: #EADF8B;
}
.AnyTagClassName
{
color: #EADF8B;
}
</style>
background-color css
<style>
a { background-color: #EADF8B; }
a { background-color: rgb(234,223,139); }
div.DivClassName
{
background-color: #EADF8B;
}
.BgClassName
{
background-color: #EADF8B;
}
</style>
border-color css
<style>
span { border-color: #EADF8B; }
span { border-color: rgb(234,223,139); }
td.TdClassName
{
border-color: #EADF8B;
}
.TagClassName
{
border-color: #EADF8B;
}
</style>