Shades of Wild Rice #EED870
Tints of Wild Rice #EED870
RGB
CMYK
RGB Variations
Color information
#EED870 (or 0xEED870) is known color: Wild Rice. HEX triplet: EE, D8 and 70. RGB value is (238,216,112). Sum of RGB (Red+Green+Blue) = 238+216+112=566 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.05% from 566); Green value is 216 (84.77% from 255 or 38.16% from 566); Blue value is 112 (44.14% from 255 or 19.79% from 566); Max value from RGB is 238 - color contains mainly: red. Hex color #EED870 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED870 is #11278F. Grayscale: #D3D3D3. Windows color (decimal): -1124240 or 7395566. OLE color: 7395566.
HSL color Cylindrical-coordinate representation of color #EED870: hue angle of 49.52º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EED870 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 216 | 112 | - |
| CMYK | 0 | 0.09 | 0.53 | 0.07 |
| HSL | 49.52º | 0.79% | 0.69% | - |
| HSV(B) | 49.52º | 0.53% | 0.93% | - |
| XYZ | 62.74 | 68.46 | 25.24 | - |
| YUV | 210.72 | 72.29 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 112 | 0 | 0.09 | 0.53 | 0.07 | 49.52 | 0.79 | 0.69 |
| Hex | EE | D8 | 70 | 0 | 9 | 35 | 7 | 32 | 4F | 45 |
| Octal | 356 | 330 | 160 | 0 | 11 | 65 | 7 | 62 | 117 | 105 |
| Binary | 11101110 | 11011000 | 1110000 | 0 | 1001 | 110101 | 111 | 110010 | 1001111 | 1000101 |
Color Harmonies of #EED870
Complementary color
Monochromatic Colors of #EED870
Black with #EED870
Text Example
Text Example
White with #EED870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED870; }
p { color: rgb(238,216,112); }
H1.HeaderClassName
{
color: #EED870;
}
.AnyTagClassName
{
color: #EED870;
}
</style>
background-color css
<style>
a { background-color: #EED870; }
a { background-color: rgb(238,216,112); }
div.DivClassName
{
background-color: #EED870;
}
.BgClassName
{
background-color: #EED870;
}
</style>
border-color css
<style>
span { border-color: #EED870; }
span { border-color: rgb(238,216,112); }
td.TdClassName
{
border-color: #EED870;
}
.TagClassName
{
border-color: #EED870;
}
</style>