Shades of Primrose #EADC8C
Tints of Primrose #EADC8C
RGB
CMYK
RGB Variations
Color information
#EADC8C (or 0xEADC8C) is known color: Primrose. HEX triplet: EA, DC and 8C. RGB value is (234,220,140). Sum of RGB (Red+Green+Blue) = 234+220+140=594 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.39% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 140 (55.08% from 255 or 23.57% from 594); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADC8C is #152373. Grayscale: #D7D7D7. Windows color (decimal): -1385332 or 9231594. OLE color: 9231594.
HSL color Cylindrical-coordinate representation of color #EADC8C: hue angle of 51.06º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EADC8C is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 140 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.08 |
| HSL | 51.06º | 0.69% | 0.73% | - |
| HSV(B) | 51.06º | 0.4% | 0.92% | - |
| XYZ | 64.26 | 70.57 | 35.05 | - |
| YUV | 215.07 | 85.64 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 140 | 0 | 0.06 | 0.40 | 0.08 | 51.06 | 0.69 | 0.73 |
| Hex | EA | DC | 8C | 0 | 6 | 28 | 8 | 33 | 45 | 49 |
| Octal | 352 | 334 | 214 | 0 | 6 | 50 | 10 | 63 | 105 | 111 |
| Binary | 11101010 | 11011100 | 10001100 | 0 | 110 | 101000 | 1000 | 110011 | 1000101 | 1001001 |
Color Harmonies of #EADC8C
Complementary color
Monochromatic Colors of #EADC8C
Black with #EADC8C
Text Example
Text Example
White with #EADC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADC8C; }
p { color: rgb(234,220,140); }
H1.HeaderClassName
{
color: #EADC8C;
}
.AnyTagClassName
{
color: #EADC8C;
}
</style>
background-color css
<style>
a { background-color: #EADC8C; }
a { background-color: rgb(234,220,140); }
div.DivClassName
{
background-color: #EADC8C;
}
.BgClassName
{
background-color: #EADC8C;
}
</style>
border-color css
<style>
span { border-color: #EADC8C; }
span { border-color: rgb(234,220,140); }
td.TdClassName
{
border-color: #EADC8C;
}
.TagClassName
{
border-color: #EADC8C;
}
</style>