Shades of Wild Rice #E6D47B
Tints of Wild Rice #E6D47B
RGB
CMYK
RGB Variations
Color information
#E6D47B (or 0xE6D47B) is known color: Wild Rice. HEX triplet: E6, D4 and 7B. RGB value is (230,212,123). Sum of RGB (Red+Green+Blue) = 230+212+123=565 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.71% from 565); Green value is 212 (83.20% from 255 or 37.52% from 565); Blue value is 123 (48.44% from 255 or 21.77% from 565); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D47B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D47B is #192B84. Grayscale: #CFCFCF. Windows color (decimal): -1649541 or 8115430. OLE color: 8115430.
HSL color Cylindrical-coordinate representation of color #E6D47B: hue angle of 49.91º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E6D47B is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 212 | 123 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.10 |
| HSL | 49.91º | 0.68% | 0.69% | - |
| HSV(B) | 49.91º | 0.47% | 0.9% | - |
| XYZ | 59.75 | 65.34 | 28.2 | - |
| YUV | 207.24 | 80.46 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 212 | 123 | 0 | 0.08 | 0.47 | 0.10 | 49.91 | 0.68 | 0.69 |
| Hex | E6 | D4 | 7B | 0 | 8 | 2F | A | 32 | 44 | 45 |
| Octal | 346 | 324 | 173 | 0 | 10 | 57 | 12 | 62 | 104 | 105 |
| Binary | 11100110 | 11010100 | 1111011 | 0 | 1000 | 101111 | 1010 | 110010 | 1000100 | 1000101 |
Color Harmonies of #E6D47B
Complementary color
Monochromatic Colors of #E6D47B
Black with #E6D47B
Text Example
Text Example
White with #E6D47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D47B; }
p { color: rgb(230,212,123); }
H1.HeaderClassName
{
color: #E6D47B;
}
.AnyTagClassName
{
color: #E6D47B;
}
</style>
background-color css
<style>
a { background-color: #E6D47B; }
a { background-color: rgb(230,212,123); }
div.DivClassName
{
background-color: #E6D47B;
}
.BgClassName
{
background-color: #E6D47B;
}
</style>
border-color css
<style>
span { border-color: #E6D47B; }
span { border-color: rgb(230,212,123); }
td.TdClassName
{
border-color: #E6D47B;
}
.TagClassName
{
border-color: #E6D47B;
}
</style>