Shades of Wild Rice #EED973
Tints of Wild Rice #EED973
RGB
CMYK
RGB Variations
Color information
#EED973 (or 0xEED973) is known color: Wild Rice. HEX triplet: EE, D9 and 73. RGB value is (238,217,115). Sum of RGB (Red+Green+Blue) = 238+217+115=570 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.75% from 570); Green value is 217 (85.16% from 255 or 38.07% from 570); Blue value is 115 (45.31% from 255 or 20.18% from 570); Max value from RGB is 238 - color contains mainly: red. Hex color #EED973 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED973 is #11268C. Grayscale: #D4D4D4. Windows color (decimal): -1123981 or 7592430. OLE color: 7592430.
HSL color Cylindrical-coordinate representation of color #EED973: hue angle of 49.76º 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 #EED973 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 115 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.07 |
| HSL | 49.76º | 0.78% | 0.69% | - |
| HSV(B) | 49.76º | 0.52% | 0.93% | - |
| XYZ | 63.17 | 69.04 | 26.22 | - |
| YUV | 211.65 | 73.46 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 115 | 0 | 0.09 | 0.52 | 0.07 | 49.76 | 0.78 | 0.69 |
| Hex | EE | D9 | 73 | 0 | 9 | 34 | 7 | 32 | 4E | 45 |
| Octal | 356 | 331 | 163 | 0 | 11 | 64 | 7 | 62 | 116 | 105 |
| Binary | 11101110 | 11011001 | 1110011 | 0 | 1001 | 110100 | 111 | 110010 | 1001110 | 1000101 |
Color Harmonies of #EED973
Complementary color
Monochromatic Colors of #EED973
Black with #EED973
Text Example
Text Example
White with #EED973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED973; }
p { color: rgb(238,217,115); }
H1.HeaderClassName
{
color: #EED973;
}
.AnyTagClassName
{
color: #EED973;
}
</style>
background-color css
<style>
a { background-color: #EED973; }
a { background-color: rgb(238,217,115); }
div.DivClassName
{
background-color: #EED973;
}
.BgClassName
{
background-color: #EED973;
}
</style>
border-color css
<style>
span { border-color: #EED973; }
span { border-color: rgb(238,217,115); }
td.TdClassName
{
border-color: #EED973;
}
.TagClassName
{
border-color: #EED973;
}
</style>