Shades of Primrose #E5E68A
Tints of Primrose #E5E68A
RGB
CMYK
RGB Variations
Color information
#E5E68A (or 0xE5E68A) is known color: Primrose. HEX triplet: E5, E6 and 8A. RGB value is (229,230,138). Sum of RGB (Red+Green+Blue) = 229+230+138=597 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.36% from 597); Green value is 230 (90.23% from 255 or 38.53% from 597); Blue value is 138 (54.30% from 255 or 23.12% from 597); Max value from RGB is 230 - color contains mainly: green. Hex color #E5E68A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5E68A is #1A1975. Grayscale: #DBDBDB. Windows color (decimal): -1710454 or 9103077. OLE color: 9103077.
HSL color Cylindrical-coordinate representation of color #E5E68A: hue angle of 60.65º 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 #E5E68A is Cyan = 0.00, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 230 | 138 | - |
| CMYK | 0.00 | 0 | 0.4 | 0.10 |
| HSL | 60.65º | 0.65% | 0.72% | - |
| HSV(B) | 60.65º | 0.4% | 0.9% | - |
| XYZ | 65.2 | 75.09 | 35.1 | - |
| YUV | 219.21 | 82.17 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 230 | 138 | 0.00 | 0 | 0.4 | 0.10 | 60.65 | 0.65 | 0.72 |
| Hex | E5 | E6 | 8A | 0 | 0 | 28 | A | 3D | 41 | 48 |
| Octal | 345 | 346 | 212 | 0 | 0 | 50 | 12 | 75 | 101 | 110 |
| Binary | 11100101 | 11100110 | 10001010 | 0 | 0 | 101000 | 1010 | 111101 | 1000001 | 1001000 |
Color Harmonies of #E5E68A
Complementary color
Monochromatic Colors of #E5E68A
Black with #E5E68A
Text Example
Text Example
White with #E5E68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E68A; }
p { color: rgb(229,230,138); }
H1.HeaderClassName
{
color: #E5E68A;
}
.AnyTagClassName
{
color: #E5E68A;
}
</style>
background-color css
<style>
a { background-color: #E5E68A; }
a { background-color: rgb(229,230,138); }
div.DivClassName
{
background-color: #E5E68A;
}
.BgClassName
{
background-color: #E5E68A;
}
</style>
border-color css
<style>
span { border-color: #E5E68A; }
span { border-color: rgb(229,230,138); }
td.TdClassName
{
border-color: #E5E68A;
}
.TagClassName
{
border-color: #E5E68A;
}
</style>