Shades of Wild Rice #EDDC6D
Tints of Wild Rice #EDDC6D
RGB
CMYK
RGB Variations
Color information
#EDDC6D (or 0xEDDC6D) is known color: Wild Rice. HEX triplet: ED, DC and 6D. RGB value is (237,220,109). Sum of RGB (Red+Green+Blue) = 237+220+109=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 220 (86.33% from 255 or 38.87% from 566); Blue value is 109 (42.97% from 255 or 19.26% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDC6D is #122392. Grayscale: #D4D4D4. Windows color (decimal): -1188755 or 7199981. OLE color: 7199981.
HSL color Cylindrical-coordinate representation of color #EDDC6D: hue angle of 52.03º 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 #EDDC6D is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 220 | 109 | - |
| CMYK | 0 | 0.07 | 0.54 | 0.07 |
| HSL | 52.03º | 0.78% | 0.68% | - |
| HSV(B) | 52.03º | 0.54% | 0.93% | - |
| XYZ | 63.28 | 70.3 | 24.7 | - |
| YUV | 212.43 | 69.63 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 220 | 109 | 0 | 0.07 | 0.54 | 0.07 | 52.03 | 0.78 | 0.68 |
| Hex | ED | DC | 6D | 0 | 7 | 36 | 7 | 34 | 4E | 44 |
| Octal | 355 | 334 | 155 | 0 | 7 | 66 | 7 | 64 | 116 | 104 |
| Binary | 11101101 | 11011100 | 1101101 | 0 | 111 | 110110 | 111 | 110100 | 1001110 | 1000100 |
Color Harmonies of #EDDC6D
Complementary color
Monochromatic Colors of #EDDC6D
Black with #EDDC6D
Text Example
Text Example
White with #EDDC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDC6D; }
p { color: rgb(237,220,109); }
H1.HeaderClassName
{
color: #EDDC6D;
}
.AnyTagClassName
{
color: #EDDC6D;
}
</style>
background-color css
<style>
a { background-color: #EDDC6D; }
a { background-color: rgb(237,220,109); }
div.DivClassName
{
background-color: #EDDC6D;
}
.BgClassName
{
background-color: #EDDC6D;
}
</style>
border-color css
<style>
span { border-color: #EDDC6D; }
span { border-color: rgb(237,220,109); }
td.TdClassName
{
border-color: #EDDC6D;
}
.TagClassName
{
border-color: #EDDC6D;
}
</style>