Shades of Wild Rice #E6D274
Tints of Wild Rice #E6D274
RGB
CMYK
RGB Variations
Color information
#E6D274 (or 0xE6D274) is known color: Wild Rice. HEX triplet: E6, D2 and 74. RGB value is (230,210,116). Sum of RGB (Red+Green+Blue) = 230+210+116=556 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.37% from 556); Green value is 210 (82.42% from 255 or 37.77% from 556); Blue value is 116 (45.70% from 255 or 20.86% from 556); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D274 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D274 is #192D8B. Grayscale: #CDCDCD. Windows color (decimal): -1650060 or 7656166. OLE color: 7656166.
HSL color Cylindrical-coordinate representation of color #E6D274: hue angle of 49.47º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E6D274 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 210 | 116 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.10 |
| HSL | 49.47º | 0.7% | 0.68% | - |
| HSV(B) | 49.47º | 0.5% | 0.9% | - |
| XYZ | 58.83 | 64.18 | 25.81 | - |
| YUV | 205.26 | 77.63 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 210 | 116 | 0 | 0.09 | 0.50 | 0.10 | 49.47 | 0.7 | 0.68 |
| Hex | E6 | D2 | 74 | 0 | 9 | 32 | A | 31 | 46 | 44 |
| Octal | 346 | 322 | 164 | 0 | 11 | 62 | 12 | 61 | 106 | 104 |
| Binary | 11100110 | 11010010 | 1110100 | 0 | 1001 | 110010 | 1010 | 110001 | 1000110 | 1000100 |
Color Harmonies of #E6D274
Complementary color
Monochromatic Colors of #E6D274
Black with #E6D274
Text Example
Text Example
White with #E6D274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D274; }
p { color: rgb(230,210,116); }
H1.HeaderClassName
{
color: #E6D274;
}
.AnyTagClassName
{
color: #E6D274;
}
</style>
background-color css
<style>
a { background-color: #E6D274; }
a { background-color: rgb(230,210,116); }
div.DivClassName
{
background-color: #E6D274;
}
.BgClassName
{
background-color: #E6D274;
}
</style>
border-color css
<style>
span { border-color: #E6D274; }
span { border-color: rgb(230,210,116); }
td.TdClassName
{
border-color: #E6D274;
}
.TagClassName
{
border-color: #E6D274;
}
</style>