Shades of Wild Rice #E7D37A
Tints of Wild Rice #E7D37A
RGB
CMYK
RGB Variations
Color information
#E7D37A (or 0xE7D37A) is known color: Wild Rice. HEX triplet: E7, D3 and 7A. RGB value is (231,211,122). Sum of RGB (Red+Green+Blue) = 231+211+122=564 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.96% from 564); Green value is 211 (82.81% from 255 or 37.41% from 564); Blue value is 122 (48.05% from 255 or 21.63% from 564); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D37A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D37A is #182C85. Grayscale: #CFCFCF. Windows color (decimal): -1584262 or 8049639. OLE color: 8049639.
HSL color Cylindrical-coordinate representation of color #E7D37A: hue angle of 48.99º 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 #E7D37A is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 211 | 122 | - |
| CMYK | 0 | 0.09 | 0.47 | 0.09 |
| HSL | 48.99º | 0.69% | 0.69% | - |
| HSV(B) | 48.99º | 0.47% | 0.91% | - |
| XYZ | 59.76 | 64.98 | 27.81 | - |
| YUV | 206.83 | 80.13 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 211 | 122 | 0 | 0.09 | 0.47 | 0.09 | 48.99 | 0.69 | 0.69 |
| Hex | E7 | D3 | 7A | 0 | 9 | 2F | 9 | 31 | 45 | 45 |
| Octal | 347 | 323 | 172 | 0 | 11 | 57 | 11 | 61 | 105 | 105 |
| Binary | 11100111 | 11010011 | 1111010 | 0 | 1001 | 101111 | 1001 | 110001 | 1000101 | 1000101 |
Color Harmonies of #E7D37A
Complementary color
Monochromatic Colors of #E7D37A
Black with #E7D37A
Text Example
Text Example
White with #E7D37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D37A; }
p { color: rgb(231,211,122); }
H1.HeaderClassName
{
color: #E7D37A;
}
.AnyTagClassName
{
color: #E7D37A;
}
</style>
background-color css
<style>
a { background-color: #E7D37A; }
a { background-color: rgb(231,211,122); }
div.DivClassName
{
background-color: #E7D37A;
}
.BgClassName
{
background-color: #E7D37A;
}
</style>
border-color css
<style>
span { border-color: #E7D37A; }
span { border-color: rgb(231,211,122); }
td.TdClassName
{
border-color: #E7D37A;
}
.TagClassName
{
border-color: #E7D37A;
}
</style>