Shades of Wild Rice #E6D877
Tints of Wild Rice #E6D877
RGB
CMYK
RGB Variations
Color information
#E6D877 (or 0xE6D877) is known color: Wild Rice. HEX triplet: E6, D8 and 77. RGB value is (230,216,119). Sum of RGB (Red+Green+Blue) = 230+216+119=565 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.71% from 565); Green value is 216 (84.77% from 255 or 38.23% from 565); Blue value is 119 (46.88% from 255 or 21.06% from 565); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D877 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D877 is #192788. Grayscale: #D1D1D1. Windows color (decimal): -1648521 or 7854310. OLE color: 7854310.
HSL color Cylindrical-coordinate representation of color #E6D877: hue angle of 52.43º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E6D877 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 216 | 119 | - |
| CMYK | 0 | 0.06 | 0.48 | 0.10 |
| HSL | 52.43º | 0.69% | 0.68% | - |
| HSV(B) | 52.43º | 0.48% | 0.9% | - |
| XYZ | 60.52 | 67.27 | 27.25 | - |
| YUV | 209.13 | 77.14 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 216 | 119 | 0 | 0.06 | 0.48 | 0.10 | 52.43 | 0.69 | 0.68 |
| Hex | E6 | D8 | 77 | 0 | 6 | 30 | A | 34 | 45 | 44 |
| Octal | 346 | 330 | 167 | 0 | 6 | 60 | 12 | 64 | 105 | 104 |
| Binary | 11100110 | 11011000 | 1110111 | 0 | 110 | 110000 | 1010 | 110100 | 1000101 | 1000100 |
Color Harmonies of #E6D877
Complementary color
Monochromatic Colors of #E6D877
Black with #E6D877
Text Example
Text Example
White with #E6D877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D877; }
p { color: rgb(230,216,119); }
H1.HeaderClassName
{
color: #E6D877;
}
.AnyTagClassName
{
color: #E6D877;
}
</style>
background-color css
<style>
a { background-color: #E6D877; }
a { background-color: rgb(230,216,119); }
div.DivClassName
{
background-color: #E6D877;
}
.BgClassName
{
background-color: #E6D877;
}
</style>
border-color css
<style>
span { border-color: #E6D877; }
span { border-color: rgb(230,216,119); }
td.TdClassName
{
border-color: #E6D877;
}
.TagClassName
{
border-color: #E6D877;
}
</style>