Shades of Wild Rice #EED975
Tints of Wild Rice #EED975
RGB
CMYK
RGB Variations
Color information
#EED975 (or 0xEED975) is known color: Wild Rice. HEX triplet: EE, D9 and 75. RGB value is (238,217,117). Sum of RGB (Red+Green+Blue) = 238+217+117=572 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.61% from 572); Green value is 217 (85.16% from 255 or 37.94% from 572); Blue value is 117 (46.09% from 255 or 20.45% from 572); Max value from RGB is 238 - color contains mainly: red. Hex color #EED975 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED975 is #11268A. Grayscale: #D4D4D4. Windows color (decimal): -1123979 or 7723502. OLE color: 7723502.
HSL color Cylindrical-coordinate representation of color #EED975: hue angle of 49.59º 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 #EED975 is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 117 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.07 |
| HSL | 49.59º | 0.78% | 0.7% | - |
| HSV(B) | 49.59º | 0.51% | 0.93% | - |
| XYZ | 63.28 | 69.09 | 26.83 | - |
| YUV | 211.88 | 74.46 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 117 | 0 | 0.09 | 0.51 | 0.07 | 49.59 | 0.78 | 0.7 |
| Hex | EE | D9 | 75 | 0 | 9 | 33 | 7 | 32 | 4E | 46 |
| Octal | 356 | 331 | 165 | 0 | 11 | 63 | 7 | 62 | 116 | 106 |
| Binary | 11101110 | 11011001 | 1110101 | 0 | 1001 | 110011 | 111 | 110010 | 1001110 | 1000110 |
Color Harmonies of #EED975
Complementary color
Monochromatic Colors of #EED975
Black with #EED975
Text Example
Text Example
White with #EED975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED975; }
p { color: rgb(238,217,117); }
H1.HeaderClassName
{
color: #EED975;
}
.AnyTagClassName
{
color: #EED975;
}
</style>
background-color css
<style>
a { background-color: #EED975; }
a { background-color: rgb(238,217,117); }
div.DivClassName
{
background-color: #EED975;
}
.BgClassName
{
background-color: #EED975;
}
</style>
border-color css
<style>
span { border-color: #EED975; }
span { border-color: rgb(238,217,117); }
td.TdClassName
{
border-color: #EED975;
}
.TagClassName
{
border-color: #EED975;
}
</style>