Shades of Primrose #E5D78C
Tints of Primrose #E5D78C
RGB
CMYK
RGB Variations
Color information
#E5D78C (or 0xE5D78C) is known color: Primrose. HEX triplet: E5, D7 and 8C. RGB value is (229,215,140). Sum of RGB (Red+Green+Blue) = 229+215+140=584 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.21% from 584); Green value is 215 (84.38% from 255 or 36.82% from 584); Blue value is 140 (55.08% from 255 or 23.97% from 584); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D78C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D78C is #1A2873. Grayscale: #D2D2D2. Windows color (decimal): -1714292 or 9230309. OLE color: 9230309.
HSL color Cylindrical-coordinate representation of color #E5D78C: hue angle of 50.56º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E5D78C is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 215 | 140 | - |
CMYK | 0 | 0.06 | 0.39 | 0.10 |
HSL | 50.56º | 0.63% | 0.72% | - |
HSV(B) | 50.56º | 0.39% | 0.9% | - |
XYZ | 61.35 | 67.15 | 34.54 | - |
YUV | 210.64 | 88.14 | 141.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 215 | 140 | 0 | 0.06 | 0.39 | 0.10 | 50.56 | 0.63 | 0.72 |
Hex | E5 | D7 | 8C | 0 | 6 | 27 | A | 33 | 3F | 48 |
Octal | 345 | 327 | 214 | 0 | 6 | 47 | 12 | 63 | 77 | 110 |
Binary | 11100101 | 11010111 | 10001100 | 0 | 110 | 100111 | 1010 | 110011 | 111111 | 1001000 |
Color Harmonies of #E5D78C
Complementary color
Monochromatic Colors of #E5D78C
Black with #E5D78C
Text Example
Text Example
White with #E5D78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D78C; }
p { color: rgb(229,215,140); }
H1.HeaderClassName
{
color: #E5D78C;
}
.AnyTagClassName
{
color: #E5D78C;
}
</style>
background-color css
<style>
a { background-color: #E5D78C; }
a { background-color: rgb(229,215,140); }
div.DivClassName
{
background-color: #E5D78C;
}
.BgClassName
{
background-color: #E5D78C;
}
</style>
border-color css
<style>
span { border-color: #E5D78C; }
span { border-color: rgb(229,215,140); }
td.TdClassName
{
border-color: #E5D78C;
}
.TagClassName
{
border-color: #E5D78C;
}
</style>