Shades of Wild Rice #E6D87B
Tints of Wild Rice #E6D87B
RGB
CMYK
RGB Variations
Color information
#E6D87B (or 0xE6D87B) is known color: Wild Rice. HEX triplet: E6, D8 and 7B. RGB value is (230,216,123). Sum of RGB (Red+Green+Blue) = 230+216+123=569 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.42% from 569); Green value is 216 (84.77% from 255 or 37.96% from 569); Blue value is 123 (48.44% from 255 or 21.62% from 569); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D87B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D87B is #192784. Grayscale: #D1D1D1. Windows color (decimal): -1648517 or 8116454. OLE color: 8116454.
HSL color Cylindrical-coordinate representation of color #E6D87B: hue angle of 52.15º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E6D87B is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 216 | 123 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.10 |
| HSL | 52.15º | 0.68% | 0.69% | - |
| HSV(B) | 52.15º | 0.47% | 0.9% | - |
| XYZ | 60.76 | 67.36 | 28.54 | - |
| YUV | 209.58 | 79.14 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 216 | 123 | 0 | 0.06 | 0.47 | 0.10 | 52.15 | 0.68 | 0.69 |
| Hex | E6 | D8 | 7B | 0 | 6 | 2F | A | 34 | 44 | 45 |
| Octal | 346 | 330 | 173 | 0 | 6 | 57 | 12 | 64 | 104 | 105 |
| Binary | 11100110 | 11011000 | 1111011 | 0 | 110 | 101111 | 1010 | 110100 | 1000100 | 1000101 |
Color Harmonies of #E6D87B
Complementary color
Monochromatic Colors of #E6D87B
Black with #E6D87B
Text Example
Text Example
White with #E6D87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D87B; }
p { color: rgb(230,216,123); }
H1.HeaderClassName
{
color: #E6D87B;
}
.AnyTagClassName
{
color: #E6D87B;
}
</style>
background-color css
<style>
a { background-color: #E6D87B; }
a { background-color: rgb(230,216,123); }
div.DivClassName
{
background-color: #E6D87B;
}
.BgClassName
{
background-color: #E6D87B;
}
</style>
border-color css
<style>
span { border-color: #E6D87B; }
span { border-color: rgb(230,216,123); }
td.TdClassName
{
border-color: #E6D87B;
}
.TagClassName
{
border-color: #E6D87B;
}
</style>