Shades of Wild Rice #EED577
Tints of Wild Rice #EED577
RGB
CMYK
RGB Variations
Color information
#EED577 (or 0xEED577) is known color: Wild Rice. HEX triplet: EE, D5 and 77. RGB value is (238,213,119). Sum of RGB (Red+Green+Blue) = 238+213+119=570 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.75% from 570); Green value is 213 (83.59% from 255 or 37.37% from 570); Blue value is 119 (46.88% from 255 or 20.88% from 570); Max value from RGB is 238 - color contains mainly: red. Hex color #EED577 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED577 is #112A88. Grayscale: #D2D2D2. Windows color (decimal): -1125001 or 7853550. OLE color: 7853550.
HSL color Cylindrical-coordinate representation of color #EED577: hue angle of 47.39º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EED577 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 213 | 119 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.07 |
| HSL | 47.39º | 0.78% | 0.7% | - |
| HSV(B) | 47.39º | 0.5% | 0.93% | - |
| XYZ | 62.38 | 67.1 | 27.12 | - |
| YUV | 209.76 | 76.78 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 213 | 119 | 0 | 0.11 | 0.50 | 0.07 | 47.39 | 0.78 | 0.7 |
| Hex | EE | D5 | 77 | 0 | B | 32 | 7 | 2F | 4E | 46 |
| Octal | 356 | 325 | 167 | 0 | 13 | 62 | 7 | 57 | 116 | 106 |
| Binary | 11101110 | 11010101 | 1110111 | 0 | 1011 | 110010 | 111 | 101111 | 1001110 | 1000110 |
Color Harmonies of #EED577
Complementary color
Monochromatic Colors of #EED577
Black with #EED577
Text Example
Text Example
White with #EED577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED577; }
p { color: rgb(238,213,119); }
H1.HeaderClassName
{
color: #EED577;
}
.AnyTagClassName
{
color: #EED577;
}
</style>
background-color css
<style>
a { background-color: #EED577; }
a { background-color: rgb(238,213,119); }
div.DivClassName
{
background-color: #EED577;
}
.BgClassName
{
background-color: #EED577;
}
</style>
border-color css
<style>
span { border-color: #EED577; }
span { border-color: rgb(238,213,119); }
td.TdClassName
{
border-color: #EED577;
}
.TagClassName
{
border-color: #EED577;
}
</style>