Shades of Wild Rice #EDDD6A
Tints of Wild Rice #EDDD6A
RGB
CMYK
RGB Variations
Color information
#EDDD6A (or 0xEDDD6A) is known color: Wild Rice. HEX triplet: ED, DD and 6A. RGB value is (237,221,106). Sum of RGB (Red+Green+Blue) = 237+221+106=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 106 (41.80% from 255 or 18.79% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDD6A is #122295. Grayscale: #D5D5D5. Windows color (decimal): -1188502 or 7003629. OLE color: 7003629.
HSL color Cylindrical-coordinate representation of color #EDDD6A: hue angle of 52.67º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EDDD6A is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 106 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.07 |
| HSL | 52.67º | 0.78% | 0.67% | - |
| HSV(B) | 52.67º | 0.55% | 0.93% | - |
| XYZ | 63.38 | 70.76 | 23.95 | - |
| YUV | 212.67 | 67.8 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 106 | 0 | 0.07 | 0.55 | 0.07 | 52.67 | 0.78 | 0.67 |
| Hex | ED | DD | 6A | 0 | 7 | 37 | 7 | 35 | 4E | 43 |
| Octal | 355 | 335 | 152 | 0 | 7 | 67 | 7 | 65 | 116 | 103 |
| Binary | 11101101 | 11011101 | 1101010 | 0 | 111 | 110111 | 111 | 110101 | 1001110 | 1000011 |
Color Harmonies of #EDDD6A
Complementary color
Monochromatic Colors of #EDDD6A
Black with #EDDD6A
Text Example
Text Example
White with #EDDD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDD6A; }
p { color: rgb(237,221,106); }
H1.HeaderClassName
{
color: #EDDD6A;
}
.AnyTagClassName
{
color: #EDDD6A;
}
</style>
background-color css
<style>
a { background-color: #EDDD6A; }
a { background-color: rgb(237,221,106); }
div.DivClassName
{
background-color: #EDDD6A;
}
.BgClassName
{
background-color: #EDDD6A;
}
</style>
border-color css
<style>
span { border-color: #EDDD6A; }
span { border-color: rgb(237,221,106); }
td.TdClassName
{
border-color: #EDDD6A;
}
.TagClassName
{
border-color: #EDDD6A;
}
</style>