Shades of Wild Rice #E8DD6B
Tints of Wild Rice #E8DD6B
RGB
CMYK
RGB Variations
Color information
#E8DD6B (or 0xE8DD6B) is known color: Wild Rice. HEX triplet: E8, DD and 6B. RGB value is (232,221,107). Sum of RGB (Red+Green+Blue) = 232+221+107=560 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.43% from 560); Green value is 221 (86.72% from 255 or 39.46% from 560); Blue value is 107 (42.19% from 255 or 19.11% from 560); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DD6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8DD6B is #172294. Grayscale: #D3D3D3. Windows color (decimal): -1516181 or 7069160. OLE color: 7069160.
HSL color Cylindrical-coordinate representation of color #E8DD6B: hue angle of 54.72º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E8DD6B is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 221 | 107 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.09 |
| HSL | 54.72º | 0.73% | 0.66% | - |
| HSV(B) | 54.72º | 0.54% | 0.91% | - |
| XYZ | 61.79 | 69.93 | 24.15 | - |
| YUV | 211.29 | 69.14 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 221 | 107 | 0 | 0.05 | 0.54 | 0.09 | 54.72 | 0.73 | 0.66 |
| Hex | E8 | DD | 6B | 0 | 5 | 36 | 9 | 37 | 49 | 42 |
| Octal | 350 | 335 | 153 | 0 | 5 | 66 | 11 | 67 | 111 | 102 |
| Binary | 11101000 | 11011101 | 1101011 | 0 | 101 | 110110 | 1001 | 110111 | 1001001 | 1000010 |
Color Harmonies of #E8DD6B
Complementary color
Monochromatic Colors of #E8DD6B
Black with #E8DD6B
Text Example
Text Example
White with #E8DD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DD6B; }
p { color: rgb(232,221,107); }
H1.HeaderClassName
{
color: #E8DD6B;
}
.AnyTagClassName
{
color: #E8DD6B;
}
</style>
background-color css
<style>
a { background-color: #E8DD6B; }
a { background-color: rgb(232,221,107); }
div.DivClassName
{
background-color: #E8DD6B;
}
.BgClassName
{
background-color: #E8DD6B;
}
</style>
border-color css
<style>
span { border-color: #E8DD6B; }
span { border-color: rgb(232,221,107); }
td.TdClassName
{
border-color: #E8DD6B;
}
.TagClassName
{
border-color: #E8DD6B;
}
</style>