Shades of Primrose #EADF8A
Tints of Primrose #EADF8A
RGB
CMYK
RGB Variations
Color information
#EADF8A (or 0xEADF8A) is known color: Primrose. HEX triplet: EA, DF and 8A. RGB value is (234,223,138). Sum of RGB (Red+Green+Blue) = 234+223+138=595 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.33% from 595); Green value is 223 (87.5% from 255 or 37.48% from 595); Blue value is 138 (54.30% from 255 or 23.19% from 595); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADF8A is #152075. Grayscale: #D8D8D8. Windows color (decimal): -1384566 or 9101290. OLE color: 9101290.
HSL color Cylindrical-coordinate representation of color #EADF8A: hue angle of 53.12º degrees, saturation: 0.7, 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 #EADF8A is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 223 | 138 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.08 |
| HSL | 53.13º | 0.7% | 0.73% | - |
| HSV(B) | 53.13º | 0.41% | 0.92% | - |
| XYZ | 64.91 | 72.1 | 34.54 | - |
| YUV | 216.6 | 83.64 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 223 | 138 | 0 | 0.05 | 0.41 | 0.08 | 53.13 | 0.7 | 0.73 |
| Hex | EA | DF | 8A | 0 | 5 | 29 | 8 | 35 | 46 | 49 |
| Octal | 352 | 337 | 212 | 0 | 5 | 51 | 10 | 65 | 106 | 111 |
| Binary | 11101010 | 11011111 | 10001010 | 0 | 101 | 101001 | 1000 | 110101 | 1000110 | 1001001 |
Color Harmonies of #EADF8A
Complementary color
Monochromatic Colors of #EADF8A
Black with #EADF8A
Text Example
Text Example
White with #EADF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADF8A; }
p { color: rgb(234,223,138); }
H1.HeaderClassName
{
color: #EADF8A;
}
.AnyTagClassName
{
color: #EADF8A;
}
</style>
background-color css
<style>
a { background-color: #EADF8A; }
a { background-color: rgb(234,223,138); }
div.DivClassName
{
background-color: #EADF8A;
}
.BgClassName
{
background-color: #EADF8A;
}
</style>
border-color css
<style>
span { border-color: #EADF8A; }
span { border-color: rgb(234,223,138); }
td.TdClassName
{
border-color: #EADF8A;
}
.TagClassName
{
border-color: #EADF8A;
}
</style>