Shades of Wild Rice #E7DC6F
Tints of Wild Rice #E7DC6F
RGB
CMYK
RGB Variations
Color information
#E7DC6F (or 0xE7DC6F) is known color: Wild Rice. HEX triplet: E7, DC and 6F. RGB value is (231,220,111). Sum of RGB (Red+Green+Blue) = 231+220+111=562 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.10% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 111 (43.75% from 255 or 19.75% from 562); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DC6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DC6F is #182390. Grayscale: #D3D3D3. Windows color (decimal): -1581969 or 7331047. OLE color: 7331047.
HSL color Cylindrical-coordinate representation of color #E7DC6F: hue angle of 54.5º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E7DC6F is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 220 | 111 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.09 |
| HSL | 54.5º | 0.71% | 0.67% | - |
| HSV(B) | 54.5º | 0.52% | 0.91% | - |
| XYZ | 61.42 | 69.32 | 25.18 | - |
| YUV | 210.86 | 71.64 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 220 | 111 | 0 | 0.05 | 0.52 | 0.09 | 54.5 | 0.71 | 0.67 |
| Hex | E7 | DC | 6F | 0 | 5 | 34 | 9 | 36 | 47 | 43 |
| Octal | 347 | 334 | 157 | 0 | 5 | 64 | 11 | 66 | 107 | 103 |
| Binary | 11100111 | 11011100 | 1101111 | 0 | 101 | 110100 | 1001 | 110110 | 1000111 | 1000011 |
Color Harmonies of #E7DC6F
Complementary color
Monochromatic Colors of #E7DC6F
Black with #E7DC6F
Text Example
Text Example
White with #E7DC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DC6F; }
p { color: rgb(231,220,111); }
H1.HeaderClassName
{
color: #E7DC6F;
}
.AnyTagClassName
{
color: #E7DC6F;
}
</style>
background-color css
<style>
a { background-color: #E7DC6F; }
a { background-color: rgb(231,220,111); }
div.DivClassName
{
background-color: #E7DC6F;
}
.BgClassName
{
background-color: #E7DC6F;
}
</style>
border-color css
<style>
span { border-color: #E7DC6F; }
span { border-color: rgb(231,220,111); }
td.TdClassName
{
border-color: #E7DC6F;
}
.TagClassName
{
border-color: #E7DC6F;
}
</style>