Shades of Wild Rice #E7DB73
Tints of Wild Rice #E7DB73
RGB
CMYK
RGB Variations
Color information
#E7DB73 (or 0xE7DB73) is known color: Wild Rice. HEX triplet: E7, DB and 73. RGB value is (231,219,115). Sum of RGB (Red+Green+Blue) = 231+219+115=565 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.88% from 565); Green value is 219 (85.94% from 255 or 38.76% from 565); Blue value is 115 (45.31% from 255 or 20.35% from 565); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DB73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DB73 is #18248C. Grayscale: #D3D3D3. Windows color (decimal): -1582221 or 7592935. OLE color: 7592935.
HSL color Cylindrical-coordinate representation of color #E7DB73: hue angle of 53.79º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E7DB73 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 219 | 115 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.09 |
| HSL | 53.79º | 0.71% | 0.68% | - |
| HSV(B) | 53.79º | 0.5% | 0.91% | - |
| XYZ | 61.38 | 68.89 | 26.28 | - |
| YUV | 210.73 | 73.98 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 219 | 115 | 0 | 0.05 | 0.50 | 0.09 | 53.79 | 0.71 | 0.68 |
| Hex | E7 | DB | 73 | 0 | 5 | 32 | 9 | 36 | 47 | 44 |
| Octal | 347 | 333 | 163 | 0 | 5 | 62 | 11 | 66 | 107 | 104 |
| Binary | 11100111 | 11011011 | 1110011 | 0 | 101 | 110010 | 1001 | 110110 | 1000111 | 1000100 |
Color Harmonies of #E7DB73
Complementary color
Monochromatic Colors of #E7DB73
Black with #E7DB73
Text Example
Text Example
White with #E7DB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DB73; }
p { color: rgb(231,219,115); }
H1.HeaderClassName
{
color: #E7DB73;
}
.AnyTagClassName
{
color: #E7DB73;
}
</style>
background-color css
<style>
a { background-color: #E7DB73; }
a { background-color: rgb(231,219,115); }
div.DivClassName
{
background-color: #E7DB73;
}
.BgClassName
{
background-color: #E7DB73;
}
</style>
border-color css
<style>
span { border-color: #E7DB73; }
span { border-color: rgb(231,219,115); }
td.TdClassName
{
border-color: #E7DB73;
}
.TagClassName
{
border-color: #E7DB73;
}
</style>