Shades of Wild Rice #EED970
Tints of Wild Rice #EED970
RGB
CMYK
RGB Variations
Color information
#EED970 (or 0xEED970) is known color: Wild Rice. HEX triplet: EE, D9 and 70. RGB value is (238,217,112). Sum of RGB (Red+Green+Blue) = 238+217+112=567 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.98% from 567); Green value is 217 (85.16% from 255 or 38.27% from 567); Blue value is 112 (44.14% from 255 or 19.75% from 567); Max value from RGB is 238 - color contains mainly: red. Hex color #EED970 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED970 is #11268F. Grayscale: #D3D3D3. Windows color (decimal): -1123984 or 7395822. OLE color: 7395822.
HSL color Cylindrical-coordinate representation of color #EED970: hue angle of 50º 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 #EED970 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 112 | - |
| CMYK | 0 | 0.09 | 0.53 | 0.07 |
| HSL | 50º | 0.79% | 0.69% | - |
| HSV(B) | 50º | 0.53% | 0.93% | - |
| XYZ | 63 | 68.97 | 25.32 | - |
| YUV | 211.31 | 71.96 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 112 | 0 | 0.09 | 0.53 | 0.07 | 50 | 0.79 | 0.69 |
| Hex | EE | D9 | 70 | 0 | 9 | 35 | 7 | 32 | 4F | 45 |
| Octal | 356 | 331 | 160 | 0 | 11 | 65 | 7 | 62 | 117 | 105 |
| Binary | 11101110 | 11011001 | 1110000 | 0 | 1001 | 110101 | 111 | 110010 | 1001111 | 1000101 |
Color Harmonies of #EED970
Complementary color
Monochromatic Colors of #EED970
Black with #EED970
Text Example
Text Example
White with #EED970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED970; }
p { color: rgb(238,217,112); }
H1.HeaderClassName
{
color: #EED970;
}
.AnyTagClassName
{
color: #EED970;
}
</style>
background-color css
<style>
a { background-color: #EED970; }
a { background-color: rgb(238,217,112); }
div.DivClassName
{
background-color: #EED970;
}
.BgClassName
{
background-color: #EED970;
}
</style>
border-color css
<style>
span { border-color: #EED970; }
span { border-color: rgb(238,217,112); }
td.TdClassName
{
border-color: #EED970;
}
.TagClassName
{
border-color: #EED970;
}
</style>