Shades of Primrose #E5D68A
Tints of Primrose #E5D68A
RGB
CMYK
RGB Variations
Color information
#E5D68A (or 0xE5D68A) is known color: Primrose. HEX triplet: E5, D6 and 8A. RGB value is (229,214,138). Sum of RGB (Red+Green+Blue) = 229+214+138=581 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.41% from 581); Green value is 214 (83.98% from 255 or 36.83% from 581); Blue value is 138 (54.30% from 255 or 23.75% from 581); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D68A is #1A2975. Grayscale: #D2D2D2. Windows color (decimal): -1714550 or 9098981. OLE color: 9098981.
HSL color Cylindrical-coordinate representation of color #E5D68A: hue angle of 50.11º degrees, saturation: 0.64, 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 #E5D68A is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 214 | 138 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.10 |
| HSL | 50.11º | 0.64% | 0.72% | - |
| HSV(B) | 50.11º | 0.4% | 0.9% | - |
| XYZ | 60.95 | 66.59 | 33.68 | - |
| YUV | 209.82 | 87.47 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 214 | 138 | 0 | 0.07 | 0.40 | 0.10 | 50.11 | 0.64 | 0.72 |
| Hex | E5 | D6 | 8A | 0 | 7 | 28 | A | 32 | 40 | 48 |
| Octal | 345 | 326 | 212 | 0 | 7 | 50 | 12 | 62 | 100 | 110 |
| Binary | 11100101 | 11010110 | 10001010 | 0 | 111 | 101000 | 1010 | 110010 | 1000000 | 1001000 |
Color Harmonies of #E5D68A
Complementary color
Monochromatic Colors of #E5D68A
Black with #E5D68A
Text Example
Text Example
White with #E5D68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D68A; }
p { color: rgb(229,214,138); }
H1.HeaderClassName
{
color: #E5D68A;
}
.AnyTagClassName
{
color: #E5D68A;
}
</style>
background-color css
<style>
a { background-color: #E5D68A; }
a { background-color: rgb(229,214,138); }
div.DivClassName
{
background-color: #E5D68A;
}
.BgClassName
{
background-color: #E5D68A;
}
</style>
border-color css
<style>
span { border-color: #E5D68A; }
span { border-color: rgb(229,214,138); }
td.TdClassName
{
border-color: #E5D68A;
}
.TagClassName
{
border-color: #E5D68A;
}
</style>