Shades of Wild Rice #E5D57B
Tints of Wild Rice #E5D57B
RGB
CMYK
RGB Variations
Color information
#E5D57B (or 0xE5D57B) is known color: Wild Rice. HEX triplet: E5, D5 and 7B. RGB value is (229,213,123). Sum of RGB (Red+Green+Blue) = 229+213+123=565 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.53% from 565); Green value is 213 (83.59% from 255 or 37.70% from 565); Blue value is 123 (48.44% from 255 or 21.77% from 565); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D57B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D57B is #1A2A84. Grayscale: #CFCFCF. Windows color (decimal): -1714821 or 8115685. OLE color: 8115685.
HSL color Cylindrical-coordinate representation of color #E5D57B: hue angle of 50.94º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E5D57B is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 213 | 123 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.10 |
| HSL | 50.94º | 0.67% | 0.69% | - |
| HSV(B) | 50.94º | 0.46% | 0.9% | - |
| XYZ | 59.68 | 65.68 | 28.27 | - |
| YUV | 207.52 | 80.3 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 213 | 123 | 0 | 0.07 | 0.46 | 0.10 | 50.94 | 0.67 | 0.69 |
| Hex | E5 | D5 | 7B | 0 | 7 | 2E | A | 33 | 43 | 45 |
| Octal | 345 | 325 | 173 | 0 | 7 | 56 | 12 | 63 | 103 | 105 |
| Binary | 11100101 | 11010101 | 1111011 | 0 | 111 | 101110 | 1010 | 110011 | 1000011 | 1000101 |
Color Harmonies of #E5D57B
Complementary color
Monochromatic Colors of #E5D57B
Black with #E5D57B
Text Example
Text Example
White with #E5D57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D57B; }
p { color: rgb(229,213,123); }
H1.HeaderClassName
{
color: #E5D57B;
}
.AnyTagClassName
{
color: #E5D57B;
}
</style>
background-color css
<style>
a { background-color: #E5D57B; }
a { background-color: rgb(229,213,123); }
div.DivClassName
{
background-color: #E5D57B;
}
.BgClassName
{
background-color: #E5D57B;
}
</style>
border-color css
<style>
span { border-color: #E5D57B; }
span { border-color: rgb(229,213,123); }
td.TdClassName
{
border-color: #E5D57B;
}
.TagClassName
{
border-color: #E5D57B;
}
</style>