Shades of Wild Rice #EED874
Tints of Wild Rice #EED874
RGB
CMYK
RGB Variations
Color information
#EED874 (or 0xEED874) is known color: Wild Rice. HEX triplet: EE, D8 and 74. RGB value is (238,216,116). Sum of RGB (Red+Green+Blue) = 238+216+116=570 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.75% from 570); Green value is 216 (84.77% from 255 or 37.89% from 570); Blue value is 116 (45.70% from 255 or 20.35% from 570); Max value from RGB is 238 - color contains mainly: red. Hex color #EED874 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED874 is #11278B. Grayscale: #D3D3D3. Windows color (decimal): -1124236 or 7657710. OLE color: 7657710.
HSL color Cylindrical-coordinate representation of color #EED874: hue angle of 49.18º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EED874 is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 216 | 116 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.07 |
| HSL | 49.18º | 0.78% | 0.69% | - |
| HSV(B) | 49.18º | 0.51% | 0.93% | - |
| XYZ | 62.97 | 68.55 | 26.44 | - |
| YUV | 211.18 | 74.29 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 116 | 0 | 0.09 | 0.51 | 0.07 | 49.18 | 0.78 | 0.69 |
| Hex | EE | D8 | 74 | 0 | 9 | 33 | 7 | 31 | 4E | 45 |
| Octal | 356 | 330 | 164 | 0 | 11 | 63 | 7 | 61 | 116 | 105 |
| Binary | 11101110 | 11011000 | 1110100 | 0 | 1001 | 110011 | 111 | 110001 | 1001110 | 1000101 |
Color Harmonies of #EED874
Complementary color
Monochromatic Colors of #EED874
Black with #EED874
Text Example
Text Example
White with #EED874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED874; }
p { color: rgb(238,216,116); }
H1.HeaderClassName
{
color: #EED874;
}
.AnyTagClassName
{
color: #EED874;
}
</style>
background-color css
<style>
a { background-color: #EED874; }
a { background-color: rgb(238,216,116); }
div.DivClassName
{
background-color: #EED874;
}
.BgClassName
{
background-color: #EED874;
}
</style>
border-color css
<style>
span { border-color: #EED874; }
span { border-color: rgb(238,216,116); }
td.TdClassName
{
border-color: #EED874;
}
.TagClassName
{
border-color: #EED874;
}
</style>