Shades of Wild Rice #EDDD6B
Tints of Wild Rice #EDDD6B
RGB
CMYK
RGB Variations
Color information
#EDDD6B (or 0xEDDD6B) is known color: Wild Rice. HEX triplet: ED, DD and 6B. RGB value is (237,221,107). Sum of RGB (Red+Green+Blue) = 237+221+107=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 107 (42.19% from 255 or 18.94% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDD6B is #122294. Grayscale: #D5D5D5. Windows color (decimal): -1188501 or 7069165. OLE color: 7069165.
HSL color Cylindrical-coordinate representation of color #EDDD6B: hue angle of 52.62º 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 #EDDD6B is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 107 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.07 |
| HSL | 52.62º | 0.78% | 0.67% | - |
| HSV(B) | 52.62º | 0.55% | 0.93% | - |
| XYZ | 63.44 | 70.78 | 24.23 | - |
| YUV | 212.79 | 68.3 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 107 | 0 | 0.07 | 0.55 | 0.07 | 52.62 | 0.78 | 0.67 |
| Hex | ED | DD | 6B | 0 | 7 | 37 | 7 | 35 | 4E | 43 |
| Octal | 355 | 335 | 153 | 0 | 7 | 67 | 7 | 65 | 116 | 103 |
| Binary | 11101101 | 11011101 | 1101011 | 0 | 111 | 110111 | 111 | 110101 | 1001110 | 1000011 |
Color Harmonies of #EDDD6B
Complementary color
Monochromatic Colors of #EDDD6B
Black with #EDDD6B
Text Example
Text Example
White with #EDDD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDD6B; }
p { color: rgb(237,221,107); }
H1.HeaderClassName
{
color: #EDDD6B;
}
.AnyTagClassName
{
color: #EDDD6B;
}
</style>
background-color css
<style>
a { background-color: #EDDD6B; }
a { background-color: rgb(237,221,107); }
div.DivClassName
{
background-color: #EDDD6B;
}
.BgClassName
{
background-color: #EDDD6B;
}
</style>
border-color css
<style>
span { border-color: #EDDD6B; }
span { border-color: rgb(237,221,107); }
td.TdClassName
{
border-color: #EDDD6B;
}
.TagClassName
{
border-color: #EDDD6B;
}
</style>