Shades of Wild Rice #EEDA6F
Tints of Wild Rice #EEDA6F
RGB
CMYK
RGB Variations
Color information
#EEDA6F (or 0xEEDA6F) is known color: Wild Rice. HEX triplet: EE, DA and 6F. RGB value is (238,218,111). Sum of RGB (Red+Green+Blue) = 238+218+111=567 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.98% from 567); Green value is 218 (85.55% from 255 or 38.45% from 567); Blue value is 111 (43.75% from 255 or 19.58% from 567); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDA6F is #112590. Grayscale: #D4D4D4. Windows color (decimal): -1123729 or 7330542. OLE color: 7330542.
HSL color Cylindrical-coordinate representation of color #EEDA6F: hue angle of 50.55º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EEDA6F is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 111 | - |
| CMYK | 0 | 0.08 | 0.53 | 0.07 |
| HSL | 50.55º | 0.79% | 0.68% | - |
| HSV(B) | 50.55º | 0.53% | 0.93% | - |
| XYZ | 63.2 | 69.47 | 25.12 | - |
| YUV | 211.78 | 71.13 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 111 | 0 | 0.08 | 0.53 | 0.07 | 50.55 | 0.79 | 0.68 |
| Hex | EE | DA | 6F | 0 | 8 | 35 | 7 | 33 | 4F | 44 |
| Octal | 356 | 332 | 157 | 0 | 10 | 65 | 7 | 63 | 117 | 104 |
| Binary | 11101110 | 11011010 | 1101111 | 0 | 1000 | 110101 | 111 | 110011 | 1001111 | 1000100 |
Color Harmonies of #EEDA6F
Complementary color
Monochromatic Colors of #EEDA6F
Black with #EEDA6F
Text Example
Text Example
White with #EEDA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDA6F; }
p { color: rgb(238,218,111); }
H1.HeaderClassName
{
color: #EEDA6F;
}
.AnyTagClassName
{
color: #EEDA6F;
}
</style>
background-color css
<style>
a { background-color: #EEDA6F; }
a { background-color: rgb(238,218,111); }
div.DivClassName
{
background-color: #EEDA6F;
}
.BgClassName
{
background-color: #EEDA6F;
}
</style>
border-color css
<style>
span { border-color: #EEDA6F; }
span { border-color: rgb(238,218,111); }
td.TdClassName
{
border-color: #EEDA6F;
}
.TagClassName
{
border-color: #EEDA6F;
}
</style>