Shades of Primrose #EAE18A
Tints of Primrose #EAE18A
RGB
CMYK
RGB Variations
Color information
#EAE18A (or 0xEAE18A) is known color: Primrose. HEX triplet: EA, E1 and 8A. RGB value is (234,225,138). Sum of RGB (Red+Green+Blue) = 234+225+138=597 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.20% from 597); Green value is 225 (88.28% from 255 or 37.69% from 597); Blue value is 138 (54.30% from 255 or 23.12% from 597); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE18A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE18A is #151E75. Grayscale: #DADADA. Windows color (decimal): -1384054 or 9101802. OLE color: 9101802.
HSL color Cylindrical-coordinate representation of color #EAE18A: hue angle of 54.38º degrees, saturation: 0.7, 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 #EAE18A is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 225 | 138 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.08 |
| HSL | 54.38º | 0.7% | 0.73% | - |
| HSV(B) | 54.38º | 0.41% | 0.92% | - |
| XYZ | 65.44 | 73.18 | 34.72 | - |
| YUV | 217.77 | 82.98 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 225 | 138 | 0 | 0.04 | 0.41 | 0.08 | 54.38 | 0.7 | 0.73 |
| Hex | EA | E1 | 8A | 0 | 4 | 29 | 8 | 36 | 46 | 49 |
| Octal | 352 | 341 | 212 | 0 | 4 | 51 | 10 | 66 | 106 | 111 |
| Binary | 11101010 | 11100001 | 10001010 | 0 | 100 | 101001 | 1000 | 110110 | 1000110 | 1001001 |
Color Harmonies of #EAE18A
Complementary color
Monochromatic Colors of #EAE18A
Black with #EAE18A
Text Example
Text Example
White with #EAE18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE18A; }
p { color: rgb(234,225,138); }
H1.HeaderClassName
{
color: #EAE18A;
}
.AnyTagClassName
{
color: #EAE18A;
}
</style>
background-color css
<style>
a { background-color: #EAE18A; }
a { background-color: rgb(234,225,138); }
div.DivClassName
{
background-color: #EAE18A;
}
.BgClassName
{
background-color: #EAE18A;
}
</style>
border-color css
<style>
span { border-color: #EAE18A; }
span { border-color: rgb(234,225,138); }
td.TdClassName
{
border-color: #EAE18A;
}
.TagClassName
{
border-color: #EAE18A;
}
</style>