Shades of Wild Rice #EEDA70
Tints of Wild Rice #EEDA70
RGB
CMYK
RGB Variations
Color information
#EEDA70 (or 0xEEDA70) is known color: Wild Rice. HEX triplet: EE, DA and 70. RGB value is (238,218,112). Sum of RGB (Red+Green+Blue) = 238+218+112=568 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.90% from 568); Green value is 218 (85.55% from 255 or 38.38% from 568); Blue value is 112 (44.14% from 255 or 19.72% from 568); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDA70 is #11258F. Grayscale: #D4D4D4. Windows color (decimal): -1123728 or 7396078. OLE color: 7396078.
HSL color Cylindrical-coordinate representation of color #EEDA70: hue angle of 50.48º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EEDA70 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 112 | - |
| CMYK | 0 | 0.08 | 0.53 | 0.07 |
| HSL | 50.48º | 0.79% | 0.69% | - |
| HSV(B) | 50.48º | 0.53% | 0.93% | - |
| XYZ | 63.26 | 69.49 | 25.41 | - |
| YUV | 211.9 | 71.63 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 112 | 0 | 0.08 | 0.53 | 0.07 | 50.48 | 0.79 | 0.69 |
| Hex | EE | DA | 70 | 0 | 8 | 35 | 7 | 32 | 4F | 45 |
| Octal | 356 | 332 | 160 | 0 | 10 | 65 | 7 | 62 | 117 | 105 |
| Binary | 11101110 | 11011010 | 1110000 | 0 | 1000 | 110101 | 111 | 110010 | 1001111 | 1000101 |
Color Harmonies of #EEDA70
Complementary color
Monochromatic Colors of #EEDA70
Black with #EEDA70
Text Example
Text Example
White with #EEDA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDA70; }
p { color: rgb(238,218,112); }
H1.HeaderClassName
{
color: #EEDA70;
}
.AnyTagClassName
{
color: #EEDA70;
}
</style>
background-color css
<style>
a { background-color: #EEDA70; }
a { background-color: rgb(238,218,112); }
div.DivClassName
{
background-color: #EEDA70;
}
.BgClassName
{
background-color: #EEDA70;
}
</style>
border-color css
<style>
span { border-color: #EEDA70; }
span { border-color: rgb(238,218,112); }
td.TdClassName
{
border-color: #EEDA70;
}
.TagClassName
{
border-color: #EEDA70;
}
</style>