Shades of Wild Rice #EDD775
Tints of Wild Rice #EDD775
RGB
CMYK
RGB Variations
Color information
#EDD775 (or 0xEDD775) is known color: Wild Rice. HEX triplet: ED, D7 and 75. RGB value is (237,215,117). Sum of RGB (Red+Green+Blue) = 237+215+117=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 215 (84.38% from 255 or 37.79% from 569); Blue value is 117 (46.09% from 255 or 20.56% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD775 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD775 is #12288A. Grayscale: #D2D2D2. Windows color (decimal): -1190027 or 7722989. OLE color: 7722989.
HSL color Cylindrical-coordinate representation of color #EDD775: hue angle of 49º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDD775 is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 215 | 117 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.07 |
| HSL | 49º | 0.77% | 0.69% | - |
| HSV(B) | 49º | 0.51% | 0.93% | - |
| XYZ | 62.44 | 67.89 | 26.64 | - |
| YUV | 210.41 | 75.29 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 215 | 117 | 0 | 0.09 | 0.51 | 0.07 | 49 | 0.77 | 0.69 |
| Hex | ED | D7 | 75 | 0 | 9 | 33 | 7 | 31 | 4D | 45 |
| Octal | 355 | 327 | 165 | 0 | 11 | 63 | 7 | 61 | 115 | 105 |
| Binary | 11101101 | 11010111 | 1110101 | 0 | 1001 | 110011 | 111 | 110001 | 1001101 | 1000101 |
Color Harmonies of #EDD775
Complementary color
Monochromatic Colors of #EDD775
Black with #EDD775
Text Example
Text Example
White with #EDD775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD775; }
p { color: rgb(237,215,117); }
H1.HeaderClassName
{
color: #EDD775;
}
.AnyTagClassName
{
color: #EDD775;
}
</style>
background-color css
<style>
a { background-color: #EDD775; }
a { background-color: rgb(237,215,117); }
div.DivClassName
{
background-color: #EDD775;
}
.BgClassName
{
background-color: #EDD775;
}
</style>
border-color css
<style>
span { border-color: #EDD775; }
span { border-color: rgb(237,215,117); }
td.TdClassName
{
border-color: #EDD775;
}
.TagClassName
{
border-color: #EDD775;
}
</style>