Shades of Wild Rice #E7D87B
Tints of Wild Rice #E7D87B
RGB
CMYK
RGB Variations
Color information
#E7D87B (or 0xE7D87B) is known color: Wild Rice. HEX triplet: E7, D8 and 7B. RGB value is (231,216,123). Sum of RGB (Red+Green+Blue) = 231+216+123=570 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.53% from 570); Green value is 216 (84.77% from 255 or 37.89% from 570); Blue value is 123 (48.44% from 255 or 21.58% from 570); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D87B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D87B is #182784. Grayscale: #D2D2D2. Windows color (decimal): -1582981 or 8116455. OLE color: 8116455.
HSL color Cylindrical-coordinate representation of color #E7D87B: hue angle of 51.67º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E7D87B is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 216 | 123 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.09 |
| HSL | 51.67º | 0.69% | 0.69% | - |
| HSV(B) | 51.67º | 0.47% | 0.91% | - |
| XYZ | 61.09 | 67.53 | 28.55 | - |
| YUV | 209.88 | 78.97 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 216 | 123 | 0 | 0.06 | 0.47 | 0.09 | 51.67 | 0.69 | 0.69 |
| Hex | E7 | D8 | 7B | 0 | 6 | 2F | 9 | 34 | 45 | 45 |
| Octal | 347 | 330 | 173 | 0 | 6 | 57 | 11 | 64 | 105 | 105 |
| Binary | 11100111 | 11011000 | 1111011 | 0 | 110 | 101111 | 1001 | 110100 | 1000101 | 1000101 |
Color Harmonies of #E7D87B
Complementary color
Monochromatic Colors of #E7D87B
Black with #E7D87B
Text Example
Text Example
White with #E7D87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D87B; }
p { color: rgb(231,216,123); }
H1.HeaderClassName
{
color: #E7D87B;
}
.AnyTagClassName
{
color: #E7D87B;
}
</style>
background-color css
<style>
a { background-color: #E7D87B; }
a { background-color: rgb(231,216,123); }
div.DivClassName
{
background-color: #E7D87B;
}
.BgClassName
{
background-color: #E7D87B;
}
</style>
border-color css
<style>
span { border-color: #E7D87B; }
span { border-color: rgb(231,216,123); }
td.TdClassName
{
border-color: #E7D87B;
}
.TagClassName
{
border-color: #E7D87B;
}
</style>