Shades of Wild Rice #EED972
Tints of Wild Rice #EED972
RGB
CMYK
RGB Variations
Color information
#EED972 (or 0xEED972) is known color: Wild Rice. HEX triplet: EE, D9 and 72. RGB value is (238,217,114). Sum of RGB (Red+Green+Blue) = 238+217+114=569 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.83% from 569); Green value is 217 (85.16% from 255 or 38.14% from 569); Blue value is 114 (44.92% from 255 or 20.04% from 569); Max value from RGB is 238 - color contains mainly: red. Hex color #EED972 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED972 is #11268D. Grayscale: #D3D3D3. Windows color (decimal): -1123982 or 7526894. OLE color: 7526894.
HSL color Cylindrical-coordinate representation of color #EED972: hue angle of 49.84º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EED972 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 114 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.07 |
| HSL | 49.84º | 0.78% | 0.69% | - |
| HSV(B) | 49.84º | 0.52% | 0.93% | - |
| XYZ | 63.11 | 69.02 | 25.92 | - |
| YUV | 211.54 | 72.96 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 114 | 0 | 0.09 | 0.52 | 0.07 | 49.84 | 0.78 | 0.69 |
| Hex | EE | D9 | 72 | 0 | 9 | 34 | 7 | 32 | 4E | 45 |
| Octal | 356 | 331 | 162 | 0 | 11 | 64 | 7 | 62 | 116 | 105 |
| Binary | 11101110 | 11011001 | 1110010 | 0 | 1001 | 110100 | 111 | 110010 | 1001110 | 1000101 |
Color Harmonies of #EED972
Complementary color
Monochromatic Colors of #EED972
Black with #EED972
Text Example
Text Example
White with #EED972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED972; }
p { color: rgb(238,217,114); }
H1.HeaderClassName
{
color: #EED972;
}
.AnyTagClassName
{
color: #EED972;
}
</style>
background-color css
<style>
a { background-color: #EED972; }
a { background-color: rgb(238,217,114); }
div.DivClassName
{
background-color: #EED972;
}
.BgClassName
{
background-color: #EED972;
}
</style>
border-color css
<style>
span { border-color: #EED972; }
span { border-color: rgb(238,217,114); }
td.TdClassName
{
border-color: #EED972;
}
.TagClassName
{
border-color: #EED972;
}
</style>