Shades of Wild Rice #EED674
Tints of Wild Rice #EED674
RGB
CMYK
RGB Variations
Color information
#EED674 (or 0xEED674) is known color: Wild Rice. HEX triplet: EE, D6 and 74. RGB value is (238,214,116). Sum of RGB (Red+Green+Blue) = 238+214+116=568 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.90% from 568); Green value is 214 (83.98% from 255 or 37.68% from 568); Blue value is 116 (45.70% from 255 or 20.42% from 568); Max value from RGB is 238 - color contains mainly: red. Hex color #EED674 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED674 is #11298B. Grayscale: #D2D2D2. Windows color (decimal): -1124748 or 7657198. OLE color: 7657198.
HSL color Cylindrical-coordinate representation of color #EED674: hue angle of 48.2º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EED674 is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 116 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.07 |
| HSL | 48.2º | 0.78% | 0.69% | - |
| HSV(B) | 48.2º | 0.51% | 0.93% | - |
| XYZ | 62.46 | 67.53 | 26.27 | - |
| YUV | 210 | 74.95 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 116 | 0 | 0.10 | 0.51 | 0.07 | 48.2 | 0.78 | 0.69 |
| Hex | EE | D6 | 74 | 0 | A | 33 | 7 | 30 | 4E | 45 |
| Octal | 356 | 326 | 164 | 0 | 12 | 63 | 7 | 60 | 116 | 105 |
| Binary | 11101110 | 11010110 | 1110100 | 0 | 1010 | 110011 | 111 | 110000 | 1001110 | 1000101 |
Color Harmonies of #EED674
Complementary color
Monochromatic Colors of #EED674
Black with #EED674
Text Example
Text Example
White with #EED674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED674; }
p { color: rgb(238,214,116); }
H1.HeaderClassName
{
color: #EED674;
}
.AnyTagClassName
{
color: #EED674;
}
</style>
background-color css
<style>
a { background-color: #EED674; }
a { background-color: rgb(238,214,116); }
div.DivClassName
{
background-color: #EED674;
}
.BgClassName
{
background-color: #EED674;
}
</style>
border-color css
<style>
span { border-color: #EED674; }
span { border-color: rgb(238,214,116); }
td.TdClassName
{
border-color: #EED674;
}
.TagClassName
{
border-color: #EED674;
}
</style>