Shades of Wild Rice #EDDA6E
Tints of Wild Rice #EDDA6E
RGB
CMYK
RGB Variations
Color information
#EDDA6E (or 0xEDDA6E) is known color: Wild Rice. HEX triplet: ED, DA and 6E. RGB value is (237,218,110). Sum of RGB (Red+Green+Blue) = 237+218+110=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 218 (85.55% from 255 or 38.58% from 565); Blue value is 110 (43.36% from 255 or 19.47% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDA6E is #122591. Grayscale: #D3D3D3. Windows color (decimal): -1189266 or 7265005. OLE color: 7265005.
HSL color Cylindrical-coordinate representation of color #EDDA6E: hue angle of 51.02º 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 #EDDA6E is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 218 | 110 | - |
| CMYK | 0 | 0.08 | 0.54 | 0.07 |
| HSL | 51.02º | 0.78% | 0.68% | - |
| HSV(B) | 51.02º | 0.54% | 0.93% | - |
| XYZ | 62.81 | 69.27 | 24.81 | - |
| YUV | 211.37 | 70.79 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 218 | 110 | 0 | 0.08 | 0.54 | 0.07 | 51.02 | 0.78 | 0.68 |
| Hex | ED | DA | 6E | 0 | 8 | 36 | 7 | 33 | 4E | 44 |
| Octal | 355 | 332 | 156 | 0 | 10 | 66 | 7 | 63 | 116 | 104 |
| Binary | 11101101 | 11011010 | 1101110 | 0 | 1000 | 110110 | 111 | 110011 | 1001110 | 1000100 |
Color Harmonies of #EDDA6E
Complementary color
Monochromatic Colors of #EDDA6E
Black with #EDDA6E
Text Example
Text Example
White with #EDDA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDA6E; }
p { color: rgb(237,218,110); }
H1.HeaderClassName
{
color: #EDDA6E;
}
.AnyTagClassName
{
color: #EDDA6E;
}
</style>
background-color css
<style>
a { background-color: #EDDA6E; }
a { background-color: rgb(237,218,110); }
div.DivClassName
{
background-color: #EDDA6E;
}
.BgClassName
{
background-color: #EDDA6E;
}
</style>
border-color css
<style>
span { border-color: #EDDA6E; }
span { border-color: rgb(237,218,110); }
td.TdClassName
{
border-color: #EDDA6E;
}
.TagClassName
{
border-color: #EDDA6E;
}
</style>