Shades of Wild Rice #E6D378
Tints of Wild Rice #E6D378
RGB
CMYK
RGB Variations
Color information
#E6D378 (or 0xE6D378) is known color: Wild Rice. HEX triplet: E6, D3 and 78. RGB value is (230,211,120). Sum of RGB (Red+Green+Blue) = 230+211+120=561 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.00% from 561); Green value is 211 (82.81% from 255 or 37.61% from 561); Blue value is 120 (47.27% from 255 or 21.39% from 561); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D378 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D378 is #192C87. Grayscale: #CECECE. Windows color (decimal): -1649800 or 7918566. OLE color: 7918566.
HSL color Cylindrical-coordinate representation of color #E6D378: hue angle of 49.64º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E6D378 is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 211 | 120 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.10 |
| HSL | 49.64º | 0.69% | 0.69% | - |
| HSV(B) | 49.64º | 0.48% | 0.9% | - |
| XYZ | 59.32 | 64.77 | 27.14 | - |
| YUV | 206.31 | 79.29 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 211 | 120 | 0 | 0.08 | 0.48 | 0.10 | 49.64 | 0.69 | 0.69 |
| Hex | E6 | D3 | 78 | 0 | 8 | 30 | A | 32 | 45 | 45 |
| Octal | 346 | 323 | 170 | 0 | 10 | 60 | 12 | 62 | 105 | 105 |
| Binary | 11100110 | 11010011 | 1111000 | 0 | 1000 | 110000 | 1010 | 110010 | 1000101 | 1000101 |
Color Harmonies of #E6D378
Complementary color
Monochromatic Colors of #E6D378
Black with #E6D378
Text Example
Text Example
White with #E6D378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D378; }
p { color: rgb(230,211,120); }
H1.HeaderClassName
{
color: #E6D378;
}
.AnyTagClassName
{
color: #E6D378;
}
</style>
background-color css
<style>
a { background-color: #E6D378; }
a { background-color: rgb(230,211,120); }
div.DivClassName
{
background-color: #E6D378;
}
.BgClassName
{
background-color: #E6D378;
}
</style>
border-color css
<style>
span { border-color: #E6D378; }
span { border-color: rgb(230,211,120); }
td.TdClassName
{
border-color: #E6D378;
}
.TagClassName
{
border-color: #E6D378;
}
</style>