Shades of Primrose #EADF90
Tints of Primrose #EADF90
RGB
CMYK
RGB Variations
Color information
#EADF90 (or 0xEADF90) is known color: Primrose. HEX triplet: EA, DF and 90. RGB value is (234,223,144). Sum of RGB (Red+Green+Blue) = 234+223+144=601 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.94% from 601); Green value is 223 (87.5% from 255 or 37.10% from 601); Blue value is 144 (56.64% from 255 or 23.96% from 601); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADF90 is #15206F. Grayscale: #D9D9D9. Windows color (decimal): -1384560 or 9494506. OLE color: 9494506.
HSL color Cylindrical-coordinate representation of color #EADF90: hue angle of 52.67º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EADF90 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 223 | 144 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.08 |
| HSL | 52.67º | 0.68% | 0.74% | - |
| HSV(B) | 52.67º | 0.38% | 0.92% | - |
| XYZ | 65.35 | 72.28 | 36.89 | - |
| YUV | 217.28 | 86.64 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 223 | 144 | 0 | 0.05 | 0.38 | 0.08 | 52.67 | 0.68 | 0.74 |
| Hex | EA | DF | 90 | 0 | 5 | 26 | 8 | 35 | 44 | 4A |
| Octal | 352 | 337 | 220 | 0 | 5 | 46 | 10 | 65 | 104 | 112 |
| Binary | 11101010 | 11011111 | 10010000 | 0 | 101 | 100110 | 1000 | 110101 | 1000100 | 1001010 |
Color Harmonies of #EADF90
Complementary color
Monochromatic Colors of #EADF90
Black with #EADF90
Text Example
Text Example
White with #EADF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADF90; }
p { color: rgb(234,223,144); }
H1.HeaderClassName
{
color: #EADF90;
}
.AnyTagClassName
{
color: #EADF90;
}
</style>
background-color css
<style>
a { background-color: #EADF90; }
a { background-color: rgb(234,223,144); }
div.DivClassName
{
background-color: #EADF90;
}
.BgClassName
{
background-color: #EADF90;
}
</style>
border-color css
<style>
span { border-color: #EADF90; }
span { border-color: rgb(234,223,144); }
td.TdClassName
{
border-color: #EADF90;
}
.TagClassName
{
border-color: #EADF90;
}
</style>