Shades of Wild Rice #E3D077
Tints of Wild Rice #E3D077
RGB
CMYK
RGB Variations
Color information
#E3D077 (or 0xE3D077) is known color: Wild Rice. HEX triplet: E3, D0 and 77. RGB value is (227,208,119). Sum of RGB (Red+Green+Blue) = 227+208+119=554 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.97% from 554); Green value is 208 (81.64% from 255 or 37.55% from 554); Blue value is 119 (46.88% from 255 or 21.48% from 554); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D077 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D077 is #1C2F88. Grayscale: #CBCBCB. Windows color (decimal): -1847177 or 7852259. OLE color: 7852259.
HSL color Cylindrical-coordinate representation of color #E3D077: hue angle of 49.44º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E3D077 is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 208 | 119 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.11 |
| HSL | 49.44º | 0.66% | 0.68% | - |
| HSV(B) | 49.44º | 0.48% | 0.89% | - |
| XYZ | 57.56 | 62.77 | 26.54 | - |
| YUV | 203.54 | 80.29 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 208 | 119 | 0 | 0.08 | 0.48 | 0.11 | 49.44 | 0.66 | 0.68 |
| Hex | E3 | D0 | 77 | 0 | 8 | 30 | B | 31 | 42 | 44 |
| Octal | 343 | 320 | 167 | 0 | 10 | 60 | 13 | 61 | 102 | 104 |
| Binary | 11100011 | 11010000 | 1110111 | 0 | 1000 | 110000 | 1011 | 110001 | 1000010 | 1000100 |
Color Harmonies of #E3D077
Complementary color
Monochromatic Colors of #E3D077
Black with #E3D077
Text Example
Text Example
White with #E3D077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D077; }
p { color: rgb(227,208,119); }
H1.HeaderClassName
{
color: #E3D077;
}
.AnyTagClassName
{
color: #E3D077;
}
</style>
background-color css
<style>
a { background-color: #E3D077; }
a { background-color: rgb(227,208,119); }
div.DivClassName
{
background-color: #E3D077;
}
.BgClassName
{
background-color: #E3D077;
}
</style>
border-color css
<style>
span { border-color: #E3D077; }
span { border-color: rgb(227,208,119); }
td.TdClassName
{
border-color: #E3D077;
}
.TagClassName
{
border-color: #E3D077;
}
</style>