Shades of Wild Rice #E9D478
Tints of Wild Rice #E9D478
RGB
CMYK
RGB Variations
Color information
#E9D478 (or 0xE9D478) is known color: Wild Rice. HEX triplet: E9, D4 and 78. RGB value is (233,212,120). Sum of RGB (Red+Green+Blue) = 233+212+120=565 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.24% from 565); Green value is 212 (83.20% from 255 or 37.52% from 565); Blue value is 120 (47.27% from 255 or 21.24% from 565); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D478 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D478 is #162B87. Grayscale: #D0D0D0. Windows color (decimal): -1452936 or 7918825. OLE color: 7918825.
HSL color Cylindrical-coordinate representation of color #E9D478: hue angle of 48.85º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E9D478 is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 212 | 120 | - |
| CMYK | 0 | 0.09 | 0.48 | 0.09 |
| HSL | 48.85º | 0.72% | 0.69% | - |
| HSV(B) | 48.85º | 0.48% | 0.91% | - |
| XYZ | 60.54 | 65.77 | 27.27 | - |
| YUV | 207.79 | 78.46 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 212 | 120 | 0 | 0.09 | 0.48 | 0.09 | 48.85 | 0.72 | 0.69 |
| Hex | E9 | D4 | 78 | 0 | 9 | 30 | 9 | 31 | 48 | 45 |
| Octal | 351 | 324 | 170 | 0 | 11 | 60 | 11 | 61 | 110 | 105 |
| Binary | 11101001 | 11010100 | 1111000 | 0 | 1001 | 110000 | 1001 | 110001 | 1001000 | 1000101 |
Color Harmonies of #E9D478
Complementary color
Monochromatic Colors of #E9D478
Black with #E9D478
Text Example
Text Example
White with #E9D478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D478; }
p { color: rgb(233,212,120); }
H1.HeaderClassName
{
color: #E9D478;
}
.AnyTagClassName
{
color: #E9D478;
}
</style>
background-color css
<style>
a { background-color: #E9D478; }
a { background-color: rgb(233,212,120); }
div.DivClassName
{
background-color: #E9D478;
}
.BgClassName
{
background-color: #E9D478;
}
</style>
border-color css
<style>
span { border-color: #E9D478; }
span { border-color: rgb(233,212,120); }
td.TdClassName
{
border-color: #E9D478;
}
.TagClassName
{
border-color: #E9D478;
}
</style>