Shades of Wild Rice #EDDB6E
Tints of Wild Rice #EDDB6E
RGB
CMYK
RGB Variations
Color information
#EDDB6E (or 0xEDDB6E) is known color: Wild Rice. HEX triplet: ED, DB and 6E. RGB value is (237,219,110). Sum of RGB (Red+Green+Blue) = 237+219+110=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 219 (85.94% from 255 or 38.69% from 566); Blue value is 110 (43.36% from 255 or 19.43% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDB6E is #122491. Grayscale: #D4D4D4. Windows color (decimal): -1189010 or 7265261. OLE color: 7265261.
HSL color Cylindrical-coordinate representation of color #EDDB6E: hue angle of 51.5º 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 #EDDB6E is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 219 | 110 | - |
| CMYK | 0 | 0.08 | 0.54 | 0.07 |
| HSL | 51.5º | 0.78% | 0.68% | - |
| HSV(B) | 51.5º | 0.54% | 0.93% | - |
| XYZ | 63.07 | 69.79 | 24.9 | - |
| YUV | 211.96 | 70.46 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 219 | 110 | 0 | 0.08 | 0.54 | 0.07 | 51.5 | 0.78 | 0.68 |
| Hex | ED | DB | 6E | 0 | 8 | 36 | 7 | 33 | 4E | 44 |
| Octal | 355 | 333 | 156 | 0 | 10 | 66 | 7 | 63 | 116 | 104 |
| Binary | 11101101 | 11011011 | 1101110 | 0 | 1000 | 110110 | 111 | 110011 | 1001110 | 1000100 |
Color Harmonies of #EDDB6E
Complementary color
Monochromatic Colors of #EDDB6E
Black with #EDDB6E
Text Example
Text Example
White with #EDDB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDB6E; }
p { color: rgb(237,219,110); }
H1.HeaderClassName
{
color: #EDDB6E;
}
.AnyTagClassName
{
color: #EDDB6E;
}
</style>
background-color css
<style>
a { background-color: #EDDB6E; }
a { background-color: rgb(237,219,110); }
div.DivClassName
{
background-color: #EDDB6E;
}
.BgClassName
{
background-color: #EDDB6E;
}
</style>
border-color css
<style>
span { border-color: #EDDB6E; }
span { border-color: rgb(237,219,110); }
td.TdClassName
{
border-color: #EDDB6E;
}
.TagClassName
{
border-color: #EDDB6E;
}
</style>