Shades of Wild Rice #E9DD77
Tints of Wild Rice #E9DD77
RGB
CMYK
RGB Variations
Color information
#E9DD77 (or 0xE9DD77) is known color: Wild Rice. HEX triplet: E9, DD and 77. RGB value is (233,221,119). Sum of RGB (Red+Green+Blue) = 233+221+119=573 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.66% from 573); Green value is 221 (86.72% from 255 or 38.57% from 573); Blue value is 119 (46.88% from 255 or 20.77% from 573); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DD77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9DD77 is #162288. Grayscale: #D5D5D5. Windows color (decimal): -1450633 or 7855593. OLE color: 7855593.
HSL color Cylindrical-coordinate representation of color #E9DD77: hue angle of 53.68º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E9DD77 is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 221 | 119 | - |
| CMYK | 0 | 0.05 | 0.49 | 0.09 |
| HSL | 53.68º | 0.72% | 0.69% | - |
| HSV(B) | 53.68º | 0.49% | 0.91% | - |
| XYZ | 62.79 | 70.37 | 27.73 | - |
| YUV | 212.96 | 74.98 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 221 | 119 | 0 | 0.05 | 0.49 | 0.09 | 53.68 | 0.72 | 0.69 |
| Hex | E9 | DD | 77 | 0 | 5 | 31 | 9 | 36 | 48 | 45 |
| Octal | 351 | 335 | 167 | 0 | 5 | 61 | 11 | 66 | 110 | 105 |
| Binary | 11101001 | 11011101 | 1110111 | 0 | 101 | 110001 | 1001 | 110110 | 1001000 | 1000101 |
Color Harmonies of #E9DD77
Complementary color
Monochromatic Colors of #E9DD77
Black with #E9DD77
Text Example
Text Example
White with #E9DD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DD77; }
p { color: rgb(233,221,119); }
H1.HeaderClassName
{
color: #E9DD77;
}
.AnyTagClassName
{
color: #E9DD77;
}
</style>
background-color css
<style>
a { background-color: #E9DD77; }
a { background-color: rgb(233,221,119); }
div.DivClassName
{
background-color: #E9DD77;
}
.BgClassName
{
background-color: #E9DD77;
}
</style>
border-color css
<style>
span { border-color: #E9DD77; }
span { border-color: rgb(233,221,119); }
td.TdClassName
{
border-color: #E9DD77;
}
.TagClassName
{
border-color: #E9DD77;
}
</style>