Shades of Primrose #EADC8F
Tints of Primrose #EADC8F
RGB
CMYK
RGB Variations
Color information
#EADC8F (or 0xEADC8F) is known color: Primrose. HEX triplet: EA, DC and 8F. RGB value is (234,220,143). Sum of RGB (Red+Green+Blue) = 234+220+143=597 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.20% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 143 (56.25% from 255 or 23.95% from 597); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADC8F is #152370. Grayscale: #D7D7D7. Windows color (decimal): -1385329 or 9428202. OLE color: 9428202.
HSL color Cylindrical-coordinate representation of color #EADC8F: hue angle of 50.77º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EADC8F is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 143 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.08 |
| HSL | 50.77º | 0.68% | 0.74% | - |
| HSV(B) | 50.77º | 0.39% | 0.92% | - |
| XYZ | 64.48 | 70.66 | 36.23 | - |
| YUV | 215.41 | 87.14 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 143 | 0 | 0.06 | 0.39 | 0.08 | 50.77 | 0.68 | 0.74 |
| Hex | EA | DC | 8F | 0 | 6 | 27 | 8 | 33 | 44 | 4A |
| Octal | 352 | 334 | 217 | 0 | 6 | 47 | 10 | 63 | 104 | 112 |
| Binary | 11101010 | 11011100 | 10001111 | 0 | 110 | 100111 | 1000 | 110011 | 1000100 | 1001010 |
Color Harmonies of #EADC8F
Complementary color
Monochromatic Colors of #EADC8F
Black with #EADC8F
Text Example
Text Example
White with #EADC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADC8F; }
p { color: rgb(234,220,143); }
H1.HeaderClassName
{
color: #EADC8F;
}
.AnyTagClassName
{
color: #EADC8F;
}
</style>
background-color css
<style>
a { background-color: #EADC8F; }
a { background-color: rgb(234,220,143); }
div.DivClassName
{
background-color: #EADC8F;
}
.BgClassName
{
background-color: #EADC8F;
}
</style>
border-color css
<style>
span { border-color: #EADC8F; }
span { border-color: rgb(234,220,143); }
td.TdClassName
{
border-color: #EADC8F;
}
.TagClassName
{
border-color: #EADC8F;
}
</style>