Shades of Wild Rice #EED875
Tints of Wild Rice #EED875
RGB
CMYK
RGB Variations
Color information
#EED875 (or 0xEED875) is known color: Wild Rice. HEX triplet: EE, D8 and 75. RGB value is (238,216,117). Sum of RGB (Red+Green+Blue) = 238+216+117=571 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.68% from 571); Green value is 216 (84.77% from 255 or 37.83% from 571); Blue value is 117 (46.09% from 255 or 20.49% from 571); Max value from RGB is 238 - color contains mainly: red. Hex color #EED875 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED875 is #11278A. Grayscale: #D3D3D3. Windows color (decimal): -1124235 or 7723246. OLE color: 7723246.
HSL color Cylindrical-coordinate representation of color #EED875: hue angle of 49.09º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EED875 is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 216 | 117 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.07 |
| HSL | 49.09º | 0.78% | 0.7% | - |
| HSV(B) | 49.09º | 0.51% | 0.93% | - |
| XYZ | 63.03 | 68.57 | 26.74 | - |
| YUV | 211.29 | 74.79 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 117 | 0 | 0.09 | 0.51 | 0.07 | 49.09 | 0.78 | 0.7 |
| Hex | EE | D8 | 75 | 0 | 9 | 33 | 7 | 31 | 4E | 46 |
| Octal | 356 | 330 | 165 | 0 | 11 | 63 | 7 | 61 | 116 | 106 |
| Binary | 11101110 | 11011000 | 1110101 | 0 | 1001 | 110011 | 111 | 110001 | 1001110 | 1000110 |
Color Harmonies of #EED875
Complementary color
Monochromatic Colors of #EED875
Black with #EED875
Text Example
Text Example
White with #EED875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED875; }
p { color: rgb(238,216,117); }
H1.HeaderClassName
{
color: #EED875;
}
.AnyTagClassName
{
color: #EED875;
}
</style>
background-color css
<style>
a { background-color: #EED875; }
a { background-color: rgb(238,216,117); }
div.DivClassName
{
background-color: #EED875;
}
.BgClassName
{
background-color: #EED875;
}
</style>
border-color css
<style>
span { border-color: #EED875; }
span { border-color: rgb(238,216,117); }
td.TdClassName
{
border-color: #EED875;
}
.TagClassName
{
border-color: #EED875;
}
</style>