Shades of Primrose #E5E69C
Tints of Primrose #E5E69C
RGB
CMYK
RGB Variations
Color information
#E5E69C (or 0xE5E69C) is known color: Primrose. HEX triplet: E5, E6 and 9C. RGB value is (229,230,156). Sum of RGB (Red+Green+Blue) = 229+230+156=615 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.24% from 615); Green value is 230 (90.23% from 255 or 37.40% from 615); Blue value is 156 (61.33% from 255 or 25.37% from 615); Max value from RGB is 230 - color contains mainly: green. Hex color #E5E69C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5E69C is #1A1963. Grayscale: #DDDDDD. Windows color (decimal): -1710436 or 10282725. OLE color: 10282725.
HSL color Cylindrical-coordinate representation of color #E5E69C: hue angle of 60.81º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E5E69C is Cyan = 0.00, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 230 | 156 | - |
| CMYK | 0.00 | 0 | 0.32 | 0.10 |
| HSL | 60.81º | 0.6% | 0.76% | - |
| HSV(B) | 60.81º | 0.32% | 0.9% | - |
| XYZ | 66.61 | 75.65 | 42.54 | - |
| YUV | 221.27 | 91.17 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 230 | 156 | 0.00 | 0 | 0.32 | 0.10 | 60.81 | 0.6 | 0.76 |
| Hex | E5 | E6 | 9C | 0 | 0 | 20 | A | 3D | 3C | 4C |
| Octal | 345 | 346 | 234 | 0 | 0 | 40 | 12 | 75 | 74 | 114 |
| Binary | 11100101 | 11100110 | 10011100 | 0 | 0 | 100000 | 1010 | 111101 | 111100 | 1001100 |
Color Harmonies of #E5E69C
Complementary color
Monochromatic Colors of #E5E69C
Black with #E5E69C
Text Example
Text Example
White with #E5E69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E69C; }
p { color: rgb(229,230,156); }
H1.HeaderClassName
{
color: #E5E69C;
}
.AnyTagClassName
{
color: #E5E69C;
}
</style>
background-color css
<style>
a { background-color: #E5E69C; }
a { background-color: rgb(229,230,156); }
div.DivClassName
{
background-color: #E5E69C;
}
.BgClassName
{
background-color: #E5E69C;
}
</style>
border-color css
<style>
span { border-color: #E5E69C; }
span { border-color: rgb(229,230,156); }
td.TdClassName
{
border-color: #E5E69C;
}
.TagClassName
{
border-color: #E5E69C;
}
</style>