Shades of Wild Rice #E1D678
Tints of Wild Rice #E1D678
RGB
CMYK
RGB Variations
Color information
#E1D678 (or 0xE1D678) is known color: Wild Rice. HEX triplet: E1, D6 and 78. RGB value is (225,214,120). Sum of RGB (Red+Green+Blue) = 225+214+120=559 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.25% from 559); Green value is 214 (83.98% from 255 or 38.28% from 559); Blue value is 120 (47.27% from 255 or 21.47% from 559); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D678 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D678 is #1E2987. Grayscale: #CECECE. Windows color (decimal): -1976712 or 7919329. OLE color: 7919329.
HSL color Cylindrical-coordinate representation of color #E1D678: hue angle of 53.71º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E1D678 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 214 | 120 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.12 |
| HSL | 53.71º | 0.64% | 0.68% | - |
| HSV(B) | 53.71º | 0.47% | 0.88% | - |
| XYZ | 58.49 | 65.46 | 27.32 | - |
| YUV | 206.57 | 79.14 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 214 | 120 | 0 | 0.05 | 0.47 | 0.12 | 53.71 | 0.64 | 0.68 |
| Hex | E1 | D6 | 78 | 0 | 5 | 2F | C | 36 | 40 | 44 |
| Octal | 341 | 326 | 170 | 0 | 5 | 57 | 14 | 66 | 100 | 104 |
| Binary | 11100001 | 11010110 | 1111000 | 0 | 101 | 101111 | 1100 | 110110 | 1000000 | 1000100 |
Color Harmonies of #E1D678
Complementary color
Monochromatic Colors of #E1D678
Black with #E1D678
Text Example
Text Example
White with #E1D678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D678; }
p { color: rgb(225,214,120); }
H1.HeaderClassName
{
color: #E1D678;
}
.AnyTagClassName
{
color: #E1D678;
}
</style>
background-color css
<style>
a { background-color: #E1D678; }
a { background-color: rgb(225,214,120); }
div.DivClassName
{
background-color: #E1D678;
}
.BgClassName
{
background-color: #E1D678;
}
</style>
border-color css
<style>
span { border-color: #E1D678; }
span { border-color: rgb(225,214,120); }
td.TdClassName
{
border-color: #E1D678;
}
.TagClassName
{
border-color: #E1D678;
}
</style>