Shades of Primrose #EADE8B
Tints of Primrose #EADE8B
RGB
CMYK
RGB Variations
Color information
#EADE8B (or 0xEADE8B) is known color: Primrose. HEX triplet: EA, DE and 8B. RGB value is (234,222,139). Sum of RGB (Red+Green+Blue) = 234+222+139=595 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.33% from 595); Green value is 222 (87.11% from 255 or 37.31% from 595); Blue value is 139 (54.69% from 255 or 23.36% from 595); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADE8B is #152174. Grayscale: #D8D8D8. Windows color (decimal): -1384821 or 9166570. OLE color: 9166570.
HSL color Cylindrical-coordinate representation of color #EADE8B: hue angle of 52.42º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EADE8B is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 222 | 139 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.08 |
| HSL | 52.42º | 0.69% | 0.73% | - |
| HSV(B) | 52.42º | 0.41% | 0.92% | - |
| XYZ | 64.71 | 71.6 | 34.84 | - |
| YUV | 216.13 | 84.48 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 222 | 139 | 0 | 0.05 | 0.41 | 0.08 | 52.42 | 0.69 | 0.73 |
| Hex | EA | DE | 8B | 0 | 5 | 29 | 8 | 34 | 45 | 49 |
| Octal | 352 | 336 | 213 | 0 | 5 | 51 | 10 | 64 | 105 | 111 |
| Binary | 11101010 | 11011110 | 10001011 | 0 | 101 | 101001 | 1000 | 110100 | 1000101 | 1001001 |
Color Harmonies of #EADE8B
Complementary color
Monochromatic Colors of #EADE8B
Black with #EADE8B
Text Example
Text Example
White with #EADE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADE8B; }
p { color: rgb(234,222,139); }
H1.HeaderClassName
{
color: #EADE8B;
}
.AnyTagClassName
{
color: #EADE8B;
}
</style>
background-color css
<style>
a { background-color: #EADE8B; }
a { background-color: rgb(234,222,139); }
div.DivClassName
{
background-color: #EADE8B;
}
.BgClassName
{
background-color: #EADE8B;
}
</style>
border-color css
<style>
span { border-color: #EADE8B; }
span { border-color: rgb(234,222,139); }
td.TdClassName
{
border-color: #EADE8B;
}
.TagClassName
{
border-color: #EADE8B;
}
</style>