Shades of Wild Rice #EDDD6F
Tints of Wild Rice #EDDD6F
RGB
CMYK
RGB Variations
Color information
#EDDD6F (or 0xEDDD6F) is known color: Wild Rice. HEX triplet: ED, DD and 6F. RGB value is (237,221,111). Sum of RGB (Red+Green+Blue) = 237+221+111=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 221 (86.72% from 255 or 38.84% from 569); Blue value is 111 (43.75% from 255 or 19.51% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDD6F is #122290. Grayscale: #D5D5D5. Windows color (decimal): -1188497 or 7331309. OLE color: 7331309.
HSL color Cylindrical-coordinate representation of color #EDDD6F: hue angle of 52.38º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EDDD6F is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 111 | - |
| CMYK | 0 | 0.07 | 0.53 | 0.07 |
| HSL | 52.38º | 0.78% | 0.68% | - |
| HSV(B) | 52.38º | 0.53% | 0.93% | - |
| XYZ | 63.65 | 70.87 | 25.36 | - |
| YUV | 213.24 | 70.3 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 111 | 0 | 0.07 | 0.53 | 0.07 | 52.38 | 0.78 | 0.68 |
| Hex | ED | DD | 6F | 0 | 7 | 35 | 7 | 34 | 4E | 44 |
| Octal | 355 | 335 | 157 | 0 | 7 | 65 | 7 | 64 | 116 | 104 |
| Binary | 11101101 | 11011101 | 1101111 | 0 | 111 | 110101 | 111 | 110100 | 1001110 | 1000100 |
Color Harmonies of #EDDD6F
Complementary color
Monochromatic Colors of #EDDD6F
Black with #EDDD6F
Text Example
Text Example
White with #EDDD6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDD6F; }
p { color: rgb(237,221,111); }
H1.HeaderClassName
{
color: #EDDD6F;
}
.AnyTagClassName
{
color: #EDDD6F;
}
</style>
background-color css
<style>
a { background-color: #EDDD6F; }
a { background-color: rgb(237,221,111); }
div.DivClassName
{
background-color: #EDDD6F;
}
.BgClassName
{
background-color: #EDDD6F;
}
</style>
border-color css
<style>
span { border-color: #EDDD6F; }
span { border-color: rgb(237,221,111); }
td.TdClassName
{
border-color: #EDDD6F;
}
.TagClassName
{
border-color: #EDDD6F;
}
</style>