Shades of Wild Rice #EED376
Tints of Wild Rice #EED376
RGB
CMYK
RGB Variations
Color information
#EED376 (or 0xEED376) is known color: Wild Rice. HEX triplet: EE, D3 and 76. RGB value is (238,211,118). Sum of RGB (Red+Green+Blue) = 238+211+118=567 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.98% from 567); Green value is 211 (82.81% from 255 or 37.21% from 567); Blue value is 118 (46.48% from 255 or 20.81% from 567); Max value from RGB is 238 - color contains mainly: red. Hex color #EED376 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED376 is #112C89. Grayscale: #D0D0D0. Windows color (decimal): -1125514 or 7787502. OLE color: 7787502.
HSL color Cylindrical-coordinate representation of color #EED376: hue angle of 46.5º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EED376 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 118 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.07 |
| HSL | 46.5º | 0.78% | 0.7% | - |
| HSV(B) | 46.5º | 0.5% | 0.93% | - |
| XYZ | 61.82 | 66.07 | 26.63 | - |
| YUV | 208.47 | 76.95 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 118 | 0 | 0.11 | 0.50 | 0.07 | 46.5 | 0.78 | 0.7 |
| Hex | EE | D3 | 76 | 0 | B | 32 | 7 | 2E | 4E | 46 |
| Octal | 356 | 323 | 166 | 0 | 13 | 62 | 7 | 56 | 116 | 106 |
| Binary | 11101110 | 11010011 | 1110110 | 0 | 1011 | 110010 | 111 | 101110 | 1001110 | 1000110 |
Color Harmonies of #EED376
Complementary color
Monochromatic Colors of #EED376
Black with #EED376
Text Example
Text Example
White with #EED376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED376; }
p { color: rgb(238,211,118); }
H1.HeaderClassName
{
color: #EED376;
}
.AnyTagClassName
{
color: #EED376;
}
</style>
background-color css
<style>
a { background-color: #EED376; }
a { background-color: rgb(238,211,118); }
div.DivClassName
{
background-color: #EED376;
}
.BgClassName
{
background-color: #EED376;
}
</style>
border-color css
<style>
span { border-color: #EED376; }
span { border-color: rgb(238,211,118); }
td.TdClassName
{
border-color: #EED376;
}
.TagClassName
{
border-color: #EED376;
}
</style>