Shades of Wild Rice #E5D073
Tints of Wild Rice #E5D073
RGB
CMYK
RGB Variations
Color information
#E5D073 (or 0xE5D073) is known color: Wild Rice. HEX triplet: E5, D0 and 73. RGB value is (229,208,115). Sum of RGB (Red+Green+Blue) = 229+208+115=552 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.49% from 552); Green value is 208 (81.64% from 255 or 37.68% from 552); Blue value is 115 (45.31% from 255 or 20.83% from 552); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D073 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D073 is #1A2F8C. Grayscale: #CCCCCC. Windows color (decimal): -1716109 or 7590117. OLE color: 7590117.
HSL color Cylindrical-coordinate representation of color #E5D073: hue angle of 48.95º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E5D073 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 208 | 115 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.10 |
| HSL | 48.95º | 0.69% | 0.67% | - |
| HSV(B) | 48.95º | 0.5% | 0.9% | - |
| XYZ | 57.96 | 63.01 | 25.33 | - |
| YUV | 203.68 | 77.96 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 208 | 115 | 0 | 0.09 | 0.50 | 0.10 | 48.95 | 0.69 | 0.67 |
| Hex | E5 | D0 | 73 | 0 | 9 | 32 | A | 31 | 45 | 43 |
| Octal | 345 | 320 | 163 | 0 | 11 | 62 | 12 | 61 | 105 | 103 |
| Binary | 11100101 | 11010000 | 1110011 | 0 | 1001 | 110010 | 1010 | 110001 | 1000101 | 1000011 |
Color Harmonies of #E5D073
Complementary color
Monochromatic Colors of #E5D073
Black with #E5D073
Text Example
Text Example
White with #E5D073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D073; }
p { color: rgb(229,208,115); }
H1.HeaderClassName
{
color: #E5D073;
}
.AnyTagClassName
{
color: #E5D073;
}
</style>
background-color css
<style>
a { background-color: #E5D073; }
a { background-color: rgb(229,208,115); }
div.DivClassName
{
background-color: #E5D073;
}
.BgClassName
{
background-color: #E5D073;
}
</style>
border-color css
<style>
span { border-color: #E5D073; }
span { border-color: rgb(229,208,115); }
td.TdClassName
{
border-color: #E5D073;
}
.TagClassName
{
border-color: #E5D073;
}
</style>