Shades of Wild Rice #EED475
Tints of Wild Rice #EED475
RGB
CMYK
RGB Variations
Color information
#EED475 (or 0xEED475) is known color: Wild Rice. HEX triplet: EE, D4 and 75. RGB value is (238,212,117). Sum of RGB (Red+Green+Blue) = 238+212+117=567 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.98% from 567); Green value is 212 (83.20% from 255 or 37.39% from 567); Blue value is 117 (46.09% from 255 or 20.63% from 567); Max value from RGB is 238 - color contains mainly: red. Hex color #EED475 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED475 is #112B8A. Grayscale: #D1D1D1. Windows color (decimal): -1125259 or 7722222. OLE color: 7722222.
HSL color Cylindrical-coordinate representation of color #EED475: hue angle of 47.11º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EED475 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 212 | 117 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.07 |
| HSL | 47.11º | 0.78% | 0.7% | - |
| HSV(B) | 47.11º | 0.51% | 0.93% | - |
| XYZ | 62.01 | 66.55 | 26.41 | - |
| YUV | 208.94 | 76.11 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 212 | 117 | 0 | 0.11 | 0.51 | 0.07 | 47.11 | 0.78 | 0.7 |
| Hex | EE | D4 | 75 | 0 | B | 33 | 7 | 2F | 4E | 46 |
| Octal | 356 | 324 | 165 | 0 | 13 | 63 | 7 | 57 | 116 | 106 |
| Binary | 11101110 | 11010100 | 1110101 | 0 | 1011 | 110011 | 111 | 101111 | 1001110 | 1000110 |
Color Harmonies of #EED475
Complementary color
Monochromatic Colors of #EED475
Black with #EED475
Text Example
Text Example
White with #EED475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED475; }
p { color: rgb(238,212,117); }
H1.HeaderClassName
{
color: #EED475;
}
.AnyTagClassName
{
color: #EED475;
}
</style>
background-color css
<style>
a { background-color: #EED475; }
a { background-color: rgb(238,212,117); }
div.DivClassName
{
background-color: #EED475;
}
.BgClassName
{
background-color: #EED475;
}
</style>
border-color css
<style>
span { border-color: #EED475; }
span { border-color: rgb(238,212,117); }
td.TdClassName
{
border-color: #EED475;
}
.TagClassName
{
border-color: #EED475;
}
</style>