Shades of Wild Rice #E7D66F
Tints of Wild Rice #E7D66F
RGB
CMYK
RGB Variations
Color information
#E7D66F (or 0xE7D66F) is known color: Wild Rice. HEX triplet: E7, D6 and 6F. RGB value is (231,214,111). Sum of RGB (Red+Green+Blue) = 231+214+111=556 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.55% from 556); Green value is 214 (83.98% from 255 or 38.49% from 556); Blue value is 111 (43.75% from 255 or 19.96% from 556); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D66F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D66F is #182990. Grayscale: #CFCFCF. Windows color (decimal): -1583505 or 7329511. OLE color: 7329511.
HSL color Cylindrical-coordinate representation of color #E7D66F: hue angle of 51.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 #E7D66F is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 214 | 111 | - |
| CMYK | 0 | 0.07 | 0.52 | 0.09 |
| HSL | 51.5º | 0.71% | 0.67% | - |
| HSV(B) | 51.5º | 0.52% | 0.91% | - |
| XYZ | 59.87 | 66.23 | 24.67 | - |
| YUV | 207.34 | 73.63 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 214 | 111 | 0 | 0.07 | 0.52 | 0.09 | 51.5 | 0.71 | 0.67 |
| Hex | E7 | D6 | 6F | 0 | 7 | 34 | 9 | 34 | 47 | 43 |
| Octal | 347 | 326 | 157 | 0 | 7 | 64 | 11 | 64 | 107 | 103 |
| Binary | 11100111 | 11010110 | 1101111 | 0 | 111 | 110100 | 1001 | 110100 | 1000111 | 1000011 |
Color Harmonies of #E7D66F
Complementary color
Monochromatic Colors of #E7D66F
Black with #E7D66F
Text Example
Text Example
White with #E7D66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D66F; }
p { color: rgb(231,214,111); }
H1.HeaderClassName
{
color: #E7D66F;
}
.AnyTagClassName
{
color: #E7D66F;
}
</style>
background-color css
<style>
a { background-color: #E7D66F; }
a { background-color: rgb(231,214,111); }
div.DivClassName
{
background-color: #E7D66F;
}
.BgClassName
{
background-color: #E7D66F;
}
</style>
border-color css
<style>
span { border-color: #E7D66F; }
span { border-color: rgb(231,214,111); }
td.TdClassName
{
border-color: #E7D66F;
}
.TagClassName
{
border-color: #E7D66F;
}
</style>