Shades of Wild Rice #E0D57B
Tints of Wild Rice #E0D57B
RGB
CMYK
RGB Variations
Color information
#E0D57B (or 0xE0D57B) is known color: Wild Rice. HEX triplet: E0, D5 and 7B. RGB value is (224,213,123). Sum of RGB (Red+Green+Blue) = 224+213+123=560 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40% from 560); Green value is 213 (83.59% from 255 or 38.04% from 560); Blue value is 123 (48.44% from 255 or 21.96% from 560); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D57B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D57B is #1F2A84. Grayscale: #CECECE. Windows color (decimal): -2042501 or 8115680. OLE color: 8115680.
HSL color Cylindrical-coordinate representation of color #E0D57B: hue angle of 53.47º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E0D57B is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 213 | 123 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.12 |
| HSL | 53.47º | 0.62% | 0.68% | - |
| HSV(B) | 53.47º | 0.45% | 0.88% | - |
| XYZ | 58.11 | 64.87 | 28.2 | - |
| YUV | 206.03 | 81.14 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 213 | 123 | 0 | 0.05 | 0.45 | 0.12 | 53.47 | 0.62 | 0.68 |
| Hex | E0 | D5 | 7B | 0 | 5 | 2D | C | 35 | 3E | 44 |
| Octal | 340 | 325 | 173 | 0 | 5 | 55 | 14 | 65 | 76 | 104 |
| Binary | 11100000 | 11010101 | 1111011 | 0 | 101 | 101101 | 1100 | 110101 | 111110 | 1000100 |
Color Harmonies of #E0D57B
Complementary color
Monochromatic Colors of #E0D57B
Black with #E0D57B
Text Example
Text Example
White with #E0D57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D57B; }
p { color: rgb(224,213,123); }
H1.HeaderClassName
{
color: #E0D57B;
}
.AnyTagClassName
{
color: #E0D57B;
}
</style>
background-color css
<style>
a { background-color: #E0D57B; }
a { background-color: rgb(224,213,123); }
div.DivClassName
{
background-color: #E0D57B;
}
.BgClassName
{
background-color: #E0D57B;
}
</style>
border-color css
<style>
span { border-color: #E0D57B; }
span { border-color: rgb(224,213,123); }
td.TdClassName
{
border-color: #E0D57B;
}
.TagClassName
{
border-color: #E0D57B;
}
</style>