Shades of Wild Rice #E4D17B
Tints of Wild Rice #E4D17B
RGB
CMYK
RGB Variations
Color information
#E4D17B (or 0xE4D17B) is known color: Wild Rice. HEX triplet: E4, D1 and 7B. RGB value is (228,209,123). Sum of RGB (Red+Green+Blue) = 228+209+123=560 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.71% from 560); Green value is 209 (82.03% from 255 or 37.32% from 560); Blue value is 123 (48.44% from 255 or 21.96% from 560); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D17B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4D17B is #1B2E84. Grayscale: #CDCDCD. Windows color (decimal): -1781381 or 8114660. OLE color: 8114660.
HSL color Cylindrical-coordinate representation of color #E4D17B: hue angle of 49.14º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E4D17B is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 209 | 123 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.11 |
| HSL | 49.14º | 0.66% | 0.69% | - |
| HSV(B) | 49.14º | 0.46% | 0.89% | - |
| XYZ | 58.37 | 63.52 | 27.92 | - |
| YUV | 204.88 | 81.79 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 209 | 123 | 0 | 0.08 | 0.46 | 0.11 | 49.14 | 0.66 | 0.69 |
| Hex | E4 | D1 | 7B | 0 | 8 | 2E | B | 31 | 42 | 45 |
| Octal | 344 | 321 | 173 | 0 | 10 | 56 | 13 | 61 | 102 | 105 |
| Binary | 11100100 | 11010001 | 1111011 | 0 | 1000 | 101110 | 1011 | 110001 | 1000010 | 1000101 |
Color Harmonies of #E4D17B
Complementary color
Monochromatic Colors of #E4D17B
Black with #E4D17B
Text Example
Text Example
White with #E4D17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D17B; }
p { color: rgb(228,209,123); }
H1.HeaderClassName
{
color: #E4D17B;
}
.AnyTagClassName
{
color: #E4D17B;
}
</style>
background-color css
<style>
a { background-color: #E4D17B; }
a { background-color: rgb(228,209,123); }
div.DivClassName
{
background-color: #E4D17B;
}
.BgClassName
{
background-color: #E4D17B;
}
</style>
border-color css
<style>
span { border-color: #E4D17B; }
span { border-color: rgb(228,209,123); }
td.TdClassName
{
border-color: #E4D17B;
}
.TagClassName
{
border-color: #E4D17B;
}
</style>