Shades of Wild Rice #EDD278
Tints of Wild Rice #EDD278
RGB
CMYK
RGB Variations
Color information
#EDD278 (or 0xEDD278) is known color: Wild Rice. HEX triplet: ED, D2 and 78. RGB value is (237,210,120). Sum of RGB (Red+Green+Blue) = 237+210+120=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 210 (82.42% from 255 or 37.04% from 567); Blue value is 120 (47.27% from 255 or 21.16% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD278 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD278 is #122D87. Grayscale: #D0D0D0. Windows color (decimal): -1191304 or 7918317. OLE color: 7918317.
HSL color Cylindrical-coordinate representation of color #EDD278: hue angle of 46.15º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EDD278 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 210 | 120 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.07 |
| HSL | 46.15º | 0.76% | 0.7% | - |
| HSV(B) | 46.15º | 0.49% | 0.93% | - |
| XYZ | 61.36 | 65.45 | 27.17 | - |
| YUV | 207.81 | 78.45 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 210 | 120 | 0 | 0.11 | 0.49 | 0.07 | 46.15 | 0.76 | 0.7 |
| Hex | ED | D2 | 78 | 0 | B | 31 | 7 | 2E | 4C | 46 |
| Octal | 355 | 322 | 170 | 0 | 13 | 61 | 7 | 56 | 114 | 106 |
| Binary | 11101101 | 11010010 | 1111000 | 0 | 1011 | 110001 | 111 | 101110 | 1001100 | 1000110 |
Color Harmonies of #EDD278
Complementary color
Monochromatic Colors of #EDD278
Black with #EDD278
Text Example
Text Example
White with #EDD278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD278; }
p { color: rgb(237,210,120); }
H1.HeaderClassName
{
color: #EDD278;
}
.AnyTagClassName
{
color: #EDD278;
}
</style>
background-color css
<style>
a { background-color: #EDD278; }
a { background-color: rgb(237,210,120); }
div.DivClassName
{
background-color: #EDD278;
}
.BgClassName
{
background-color: #EDD278;
}
</style>
border-color css
<style>
span { border-color: #EDD278; }
span { border-color: rgb(237,210,120); }
td.TdClassName
{
border-color: #EDD278;
}
.TagClassName
{
border-color: #EDD278;
}
</style>