Shades of Primrose #E5E792
Tints of Primrose #E5E792
RGB
CMYK
RGB Variations
Color information
#E5E792 (or 0xE5E792) is known color: Primrose. HEX triplet: E5, E7 and 92. RGB value is (229,231,146). Sum of RGB (Red+Green+Blue) = 229+231+146=606 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.79% from 606); Green value is 231 (90.62% from 255 or 38.12% from 606); Blue value is 146 (57.42% from 255 or 24.09% from 606); Max value from RGB is 231 - color contains mainly: green. Hex color #E5E792 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5E792 is #1A186D. Grayscale: #DDDDDD. Windows color (decimal): -1710190 or 9627621. OLE color: 9627621.
HSL color Cylindrical-coordinate representation of color #E5E792: hue angle of 61.41º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E5E792 is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 231 | 146 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.09 |
| HSL | 61.41º | 0.64% | 0.74% | - |
| HSV(B) | 61.41º | 0.37% | 0.91% | - |
| XYZ | 66.08 | 75.89 | 38.36 | - |
| YUV | 220.71 | 85.84 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 231 | 146 | 0.01 | 0 | 0.37 | 0.09 | 61.41 | 0.64 | 0.74 |
| Hex | E5 | E7 | 92 | 1 | 0 | 25 | 9 | 3D | 40 | 4A |
| Octal | 345 | 347 | 222 | 1 | 0 | 45 | 11 | 75 | 100 | 112 |
| Binary | 11100101 | 11100111 | 10010010 | 1 | 0 | 100101 | 1001 | 111101 | 1000000 | 1001010 |
Color Harmonies of #E5E792
Complementary color
Monochromatic Colors of #E5E792
Black with #E5E792
Text Example
Text Example
White with #E5E792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E792; }
p { color: rgb(229,231,146); }
H1.HeaderClassName
{
color: #E5E792;
}
.AnyTagClassName
{
color: #E5E792;
}
</style>
background-color css
<style>
a { background-color: #E5E792; }
a { background-color: rgb(229,231,146); }
div.DivClassName
{
background-color: #E5E792;
}
.BgClassName
{
background-color: #E5E792;
}
</style>
border-color css
<style>
span { border-color: #E5E792; }
span { border-color: rgb(229,231,146); }
td.TdClassName
{
border-color: #E5E792;
}
.TagClassName
{
border-color: #E5E792;
}
</style>