Shades of Wild Rice #EDDA6D
Tints of Wild Rice #EDDA6D
RGB
CMYK
RGB Variations
Color information
#EDDA6D (or 0xEDDA6D) is known color: Wild Rice. HEX triplet: ED, DA and 6D. RGB value is (237,218,109). Sum of RGB (Red+Green+Blue) = 237+218+109=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 218 (85.55% from 255 or 38.65% from 564); Blue value is 109 (42.97% from 255 or 19.33% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDA6D is #122592. Grayscale: #D3D3D3. Windows color (decimal): -1189267 or 7199469. OLE color: 7199469.
HSL color Cylindrical-coordinate representation of color #EDDA6D: hue angle of 51.09º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EDDA6D is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 218 | 109 | - |
| CMYK | 0 | 0.08 | 0.54 | 0.07 |
| HSL | 51.09º | 0.78% | 0.68% | - |
| HSV(B) | 51.09º | 0.54% | 0.93% | - |
| XYZ | 62.76 | 69.25 | 24.53 | - |
| YUV | 211.26 | 70.29 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 218 | 109 | 0 | 0.08 | 0.54 | 0.07 | 51.09 | 0.78 | 0.68 |
| Hex | ED | DA | 6D | 0 | 8 | 36 | 7 | 33 | 4E | 44 |
| Octal | 355 | 332 | 155 | 0 | 10 | 66 | 7 | 63 | 116 | 104 |
| Binary | 11101101 | 11011010 | 1101101 | 0 | 1000 | 110110 | 111 | 110011 | 1001110 | 1000100 |
Color Harmonies of #EDDA6D
Complementary color
Monochromatic Colors of #EDDA6D
Black with #EDDA6D
Text Example
Text Example
White with #EDDA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDA6D; }
p { color: rgb(237,218,109); }
H1.HeaderClassName
{
color: #EDDA6D;
}
.AnyTagClassName
{
color: #EDDA6D;
}
</style>
background-color css
<style>
a { background-color: #EDDA6D; }
a { background-color: rgb(237,218,109); }
div.DivClassName
{
background-color: #EDDA6D;
}
.BgClassName
{
background-color: #EDDA6D;
}
</style>
border-color css
<style>
span { border-color: #EDDA6D; }
span { border-color: rgb(237,218,109); }
td.TdClassName
{
border-color: #EDDA6D;
}
.TagClassName
{
border-color: #EDDA6D;
}
</style>