Shades of Primrose #EADA8D
Tints of Primrose #EADA8D
RGB
CMYK
RGB Variations
Color information
#EADA8D (or 0xEADA8D) is known color: Primrose. HEX triplet: EA, DA and 8D. RGB value is (234,218,141). Sum of RGB (Red+Green+Blue) = 234+218+141=593 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.46% from 593); Green value is 218 (85.55% from 255 or 36.76% from 593); Blue value is 141 (55.47% from 255 or 23.78% from 593); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADA8D is #152572. Grayscale: #D6D6D6. Windows color (decimal): -1385843 or 9296618. OLE color: 9296618.
HSL color Cylindrical-coordinate representation of color #EADA8D: hue angle of 49.68º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EADA8D is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 218 | 141 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.08 |
| HSL | 49.68º | 0.69% | 0.74% | - |
| HSV(B) | 49.68º | 0.4% | 0.92% | - |
| XYZ | 63.81 | 69.56 | 35.26 | - |
| YUV | 214.01 | 86.8 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 218 | 141 | 0 | 0.07 | 0.40 | 0.08 | 49.68 | 0.69 | 0.74 |
| Hex | EA | DA | 8D | 0 | 7 | 28 | 8 | 32 | 45 | 4A |
| Octal | 352 | 332 | 215 | 0 | 7 | 50 | 10 | 62 | 105 | 112 |
| Binary | 11101010 | 11011010 | 10001101 | 0 | 111 | 101000 | 1000 | 110010 | 1000101 | 1001010 |
Color Harmonies of #EADA8D
Complementary color
Monochromatic Colors of #EADA8D
Black with #EADA8D
Text Example
Text Example
White with #EADA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADA8D; }
p { color: rgb(234,218,141); }
H1.HeaderClassName
{
color: #EADA8D;
}
.AnyTagClassName
{
color: #EADA8D;
}
</style>
background-color css
<style>
a { background-color: #EADA8D; }
a { background-color: rgb(234,218,141); }
div.DivClassName
{
background-color: #EADA8D;
}
.BgClassName
{
background-color: #EADA8D;
}
</style>
border-color css
<style>
span { border-color: #EADA8D; }
span { border-color: rgb(234,218,141); }
td.TdClassName
{
border-color: #EADA8D;
}
.TagClassName
{
border-color: #EADA8D;
}
</style>