Shades of Wild Rice #E3D078
Tints of Wild Rice #E3D078
RGB
CMYK
RGB Variations
Color information
#E3D078 (or 0xE3D078) is known color: Wild Rice. HEX triplet: E3, D0 and 78. RGB value is (227,208,120). Sum of RGB (Red+Green+Blue) = 227+208+120=555 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.90% from 555); Green value is 208 (81.64% from 255 or 37.48% from 555); Blue value is 120 (47.27% from 255 or 21.62% from 555); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D078 is #1C2F87. Grayscale: #CCCCCC. Windows color (decimal): -1847176 or 7917795. OLE color: 7917795.
HSL color Cylindrical-coordinate representation of color #E3D078: hue angle of 49.35º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E3D078 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 208 | 120 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.11 |
| HSL | 49.35º | 0.66% | 0.68% | - |
| HSV(B) | 49.35º | 0.47% | 0.89% | - |
| XYZ | 57.62 | 62.8 | 26.85 | - |
| YUV | 203.65 | 80.79 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 208 | 120 | 0 | 0.08 | 0.47 | 0.11 | 49.35 | 0.66 | 0.68 |
| Hex | E3 | D0 | 78 | 0 | 8 | 2F | B | 31 | 42 | 44 |
| Octal | 343 | 320 | 170 | 0 | 10 | 57 | 13 | 61 | 102 | 104 |
| Binary | 11100011 | 11010000 | 1111000 | 0 | 1000 | 101111 | 1011 | 110001 | 1000010 | 1000100 |
Color Harmonies of #E3D078
Complementary color
Monochromatic Colors of #E3D078
Black with #E3D078
Text Example
Text Example
White with #E3D078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D078; }
p { color: rgb(227,208,120); }
H1.HeaderClassName
{
color: #E3D078;
}
.AnyTagClassName
{
color: #E3D078;
}
</style>
background-color css
<style>
a { background-color: #E3D078; }
a { background-color: rgb(227,208,120); }
div.DivClassName
{
background-color: #E3D078;
}
.BgClassName
{
background-color: #E3D078;
}
</style>
border-color css
<style>
span { border-color: #E3D078; }
span { border-color: rgb(227,208,120); }
td.TdClassName
{
border-color: #E3D078;
}
.TagClassName
{
border-color: #E3D078;
}
</style>