Shades of Wild Rice #E9DD6B
Tints of Wild Rice #E9DD6B
RGB
CMYK
RGB Variations
Color information
#E9DD6B (or 0xE9DD6B) is known color: Wild Rice. HEX triplet: E9, DD and 6B. RGB value is (233,221,107). Sum of RGB (Red+Green+Blue) = 233+221+107=561 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.53% from 561); Green value is 221 (86.72% from 255 or 39.39% from 561); Blue value is 107 (42.19% from 255 or 19.07% from 561); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DD6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9DD6B is #162294. Grayscale: #D4D4D4. Windows color (decimal): -1450645 or 7069161. OLE color: 7069161.
HSL color Cylindrical-coordinate representation of color #E9DD6B: hue angle of 54.29º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E9DD6B is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 221 | 107 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.09 |
| HSL | 54.29º | 0.74% | 0.67% | - |
| HSV(B) | 54.29º | 0.54% | 0.91% | - |
| XYZ | 62.11 | 70.1 | 24.17 | - |
| YUV | 211.59 | 68.98 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 221 | 107 | 0 | 0.05 | 0.54 | 0.09 | 54.29 | 0.74 | 0.67 |
| Hex | E9 | DD | 6B | 0 | 5 | 36 | 9 | 36 | 4A | 43 |
| Octal | 351 | 335 | 153 | 0 | 5 | 66 | 11 | 66 | 112 | 103 |
| Binary | 11101001 | 11011101 | 1101011 | 0 | 101 | 110110 | 1001 | 110110 | 1001010 | 1000011 |
Color Harmonies of #E9DD6B
Complementary color
Monochromatic Colors of #E9DD6B
Black with #E9DD6B
Text Example
Text Example
White with #E9DD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DD6B; }
p { color: rgb(233,221,107); }
H1.HeaderClassName
{
color: #E9DD6B;
}
.AnyTagClassName
{
color: #E9DD6B;
}
</style>
background-color css
<style>
a { background-color: #E9DD6B; }
a { background-color: rgb(233,221,107); }
div.DivClassName
{
background-color: #E9DD6B;
}
.BgClassName
{
background-color: #E9DD6B;
}
</style>
border-color css
<style>
span { border-color: #E9DD6B; }
span { border-color: rgb(233,221,107); }
td.TdClassName
{
border-color: #E9DD6B;
}
.TagClassName
{
border-color: #E9DD6B;
}
</style>