Shades of Wild Rice #E0D680
Tints of Wild Rice #E0D680
RGB
CMYK
RGB Variations
Color information
#E0D680 (or 0xE0D680) is known color: Wild Rice. HEX triplet: E0, D6 and 80. RGB value is (224,214,128). Sum of RGB (Red+Green+Blue) = 224+214+128=566 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.58% from 566); Green value is 214 (83.98% from 255 or 37.81% from 566); Blue value is 128 (50.39% from 255 or 22.61% from 566); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D680 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D680 is #1F297F. Grayscale: #CFCFCF. Windows color (decimal): -2042240 or 8443616. OLE color: 8443616.
HSL color Cylindrical-coordinate representation of color #E0D680: hue angle of 53.75º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E0D680 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 214 | 128 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.12 |
| HSL | 53.75º | 0.61% | 0.69% | - |
| HSV(B) | 53.75º | 0.43% | 0.88% | - |
| XYZ | 58.68 | 65.5 | 29.97 | - |
| YUV | 207.19 | 83.31 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 214 | 128 | 0 | 0.04 | 0.43 | 0.12 | 53.75 | 0.61 | 0.69 |
| Hex | E0 | D6 | 80 | 0 | 4 | 2B | C | 36 | 3D | 45 |
| Octal | 340 | 326 | 200 | 0 | 4 | 53 | 14 | 66 | 75 | 105 |
| Binary | 11100000 | 11010110 | 10000000 | 0 | 100 | 101011 | 1100 | 110110 | 111101 | 1000101 |
Color Harmonies of #E0D680
Complementary color
Monochromatic Colors of #E0D680
Black with #E0D680
Text Example
Text Example
White with #E0D680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D680; }
p { color: rgb(224,214,128); }
H1.HeaderClassName
{
color: #E0D680;
}
.AnyTagClassName
{
color: #E0D680;
}
</style>
background-color css
<style>
a { background-color: #E0D680; }
a { background-color: rgb(224,214,128); }
div.DivClassName
{
background-color: #E0D680;
}
.BgClassName
{
background-color: #E0D680;
}
</style>
border-color css
<style>
span { border-color: #E0D680; }
span { border-color: rgb(224,214,128); }
td.TdClassName
{
border-color: #E0D680;
}
.TagClassName
{
border-color: #E0D680;
}
</style>