Shades of Primrose #E3E68A
Tints of Primrose #E3E68A
RGB
CMYK
RGB Variations
Color information
#E3E68A (or 0xE3E68A) is known color: Primrose. HEX triplet: E3, E6 and 8A. RGB value is (227,230,138). Sum of RGB (Red+Green+Blue) = 227+230+138=595 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.15% from 595); Green value is 230 (90.23% from 255 or 38.66% from 595); Blue value is 138 (54.30% from 255 or 23.19% from 595); Max value from RGB is 230 - color contains mainly: green. Hex color #E3E68A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E3E68A is #1C1975. Grayscale: #DADADA. Windows color (decimal): -1841526 or 9103075. OLE color: 9103075.
HSL color Cylindrical-coordinate representation of color #E3E68A: hue angle of 61.96º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E3E68A is Cyan = 0.01, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 227 | 230 | 138 | - |
| CMYK | 0.01 | 0 | 0.4 | 0.10 |
| HSL | 61.96º | 0.65% | 0.72% | - |
| HSV(B) | 61.96º | 0.4% | 0.9% | - |
| XYZ | 64.56 | 74.76 | 35.07 | - |
| YUV | 218.62 | 82.51 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 230 | 138 | 0.01 | 0 | 0.4 | 0.10 | 61.96 | 0.65 | 0.72 |
| Hex | E3 | E6 | 8A | 1 | 0 | 28 | A | 3E | 41 | 48 |
| Octal | 343 | 346 | 212 | 1 | 0 | 50 | 12 | 76 | 101 | 110 |
| Binary | 11100011 | 11100110 | 10001010 | 1 | 0 | 101000 | 1010 | 111110 | 1000001 | 1001000 |
Color Harmonies of #E3E68A
Complementary color
Monochromatic Colors of #E3E68A
Black with #E3E68A
Text Example
Text Example
White with #E3E68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3E68A; }
p { color: rgb(227,230,138); }
H1.HeaderClassName
{
color: #E3E68A;
}
.AnyTagClassName
{
color: #E3E68A;
}
</style>
background-color css
<style>
a { background-color: #E3E68A; }
a { background-color: rgb(227,230,138); }
div.DivClassName
{
background-color: #E3E68A;
}
.BgClassName
{
background-color: #E3E68A;
}
</style>
border-color css
<style>
span { border-color: #E3E68A; }
span { border-color: rgb(227,230,138); }
td.TdClassName
{
border-color: #E3E68A;
}
.TagClassName
{
border-color: #E3E68A;
}
</style>