Shades of Primrose #EADC93
Tints of Primrose #EADC93
RGB
CMYK
RGB Variations
Color information
#EADC93 (or 0xEADC93) is known color: Primrose. HEX triplet: EA, DC and 93. RGB value is (234,220,147). Sum of RGB (Red+Green+Blue) = 234+220+147=601 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.94% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 147 (57.81% from 255 or 24.46% from 601); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADC93 is #15236C. Grayscale: #D8D8D8. Windows color (decimal): -1385325 or 9690346. OLE color: 9690346.
HSL color Cylindrical-coordinate representation of color #EADC93: hue angle of 50.34º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EADC93 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 147 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.08 |
| HSL | 50.34º | 0.67% | 0.75% | - |
| HSV(B) | 50.34º | 0.37% | 0.92% | - |
| XYZ | 64.79 | 70.79 | 37.85 | - |
| YUV | 215.86 | 89.14 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 147 | 0 | 0.06 | 0.37 | 0.08 | 50.34 | 0.67 | 0.75 |
| Hex | EA | DC | 93 | 0 | 6 | 25 | 8 | 32 | 43 | 4B |
| Octal | 352 | 334 | 223 | 0 | 6 | 45 | 10 | 62 | 103 | 113 |
| Binary | 11101010 | 11011100 | 10010011 | 0 | 110 | 100101 | 1000 | 110010 | 1000011 | 1001011 |
Color Harmonies of #EADC93
Complementary color
Monochromatic Colors of #EADC93
Black with #EADC93
Text Example
Text Example
White with #EADC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADC93; }
p { color: rgb(234,220,147); }
H1.HeaderClassName
{
color: #EADC93;
}
.AnyTagClassName
{
color: #EADC93;
}
</style>
background-color css
<style>
a { background-color: #EADC93; }
a { background-color: rgb(234,220,147); }
div.DivClassName
{
background-color: #EADC93;
}
.BgClassName
{
background-color: #EADC93;
}
</style>
border-color css
<style>
span { border-color: #EADC93; }
span { border-color: rgb(234,220,147); }
td.TdClassName
{
border-color: #EADC93;
}
.TagClassName
{
border-color: #EADC93;
}
</style>