Shades of Wild Rice #E7D07A
Tints of Wild Rice #E7D07A
RGB
CMYK
RGB Variations
Color information
#E7D07A (or 0xE7D07A) is known color: Wild Rice. HEX triplet: E7, D0 and 7A. RGB value is (231,208,122). Sum of RGB (Red+Green+Blue) = 231+208+122=561 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.18% from 561); Green value is 208 (81.64% from 255 or 37.08% from 561); Blue value is 122 (48.05% from 255 or 21.75% from 561); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D07A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D07A is #182F85. Grayscale: #CDCDCD. Windows color (decimal): -1585030 or 8048871. OLE color: 8048871.
HSL color Cylindrical-coordinate representation of color #E7D07A: hue angle of 47.34º 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 #E7D07A is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 208 | 122 | - |
| CMYK | 0 | 0.10 | 0.47 | 0.09 |
| HSL | 47.34º | 0.69% | 0.69% | - |
| HSV(B) | 47.34º | 0.47% | 0.91% | - |
| XYZ | 59.02 | 63.51 | 27.56 | - |
| YUV | 205.07 | 81.12 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 208 | 122 | 0 | 0.10 | 0.47 | 0.09 | 47.34 | 0.69 | 0.69 |
| Hex | E7 | D0 | 7A | 0 | A | 2F | 9 | 2F | 45 | 45 |
| Octal | 347 | 320 | 172 | 0 | 12 | 57 | 11 | 57 | 105 | 105 |
| Binary | 11100111 | 11010000 | 1111010 | 0 | 1010 | 101111 | 1001 | 101111 | 1000101 | 1000101 |
Color Harmonies of #E7D07A
Complementary color
Monochromatic Colors of #E7D07A
Black with #E7D07A
Text Example
Text Example
White with #E7D07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D07A; }
p { color: rgb(231,208,122); }
H1.HeaderClassName
{
color: #E7D07A;
}
.AnyTagClassName
{
color: #E7D07A;
}
</style>
background-color css
<style>
a { background-color: #E7D07A; }
a { background-color: rgb(231,208,122); }
div.DivClassName
{
background-color: #E7D07A;
}
.BgClassName
{
background-color: #E7D07A;
}
</style>
border-color css
<style>
span { border-color: #E7D07A; }
span { border-color: rgb(231,208,122); }
td.TdClassName
{
border-color: #E7D07A;
}
.TagClassName
{
border-color: #E7D07A;
}
</style>