Shades of Wild Rice #E6DA7B
Tints of Wild Rice #E6DA7B
RGB
CMYK
RGB Variations
Color information
#E6DA7B (or 0xE6DA7B) is known color: Wild Rice. HEX triplet: E6, DA and 7B. RGB value is (230,218,123). Sum of RGB (Red+Green+Blue) = 230+218+123=571 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.28% from 571); Green value is 218 (85.55% from 255 or 38.18% from 571); Blue value is 123 (48.44% from 255 or 21.54% from 571); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DA7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DA7B is #192584. Grayscale: #D3D3D3. Windows color (decimal): -1648005 or 8116966. OLE color: 8116966.
HSL color Cylindrical-coordinate representation of color #E6DA7B: hue angle of 53.27º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E6DA7B is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 218 | 123 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.10 |
| HSL | 53.27º | 0.68% | 0.69% | - |
| HSV(B) | 53.27º | 0.47% | 0.9% | - |
| XYZ | 61.28 | 68.4 | 28.71 | - |
| YUV | 210.76 | 78.48 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 218 | 123 | 0 | 0.05 | 0.47 | 0.10 | 53.27 | 0.68 | 0.69 |
| Hex | E6 | DA | 7B | 0 | 5 | 2F | A | 35 | 44 | 45 |
| Octal | 346 | 332 | 173 | 0 | 5 | 57 | 12 | 65 | 104 | 105 |
| Binary | 11100110 | 11011010 | 1111011 | 0 | 101 | 101111 | 1010 | 110101 | 1000100 | 1000101 |
Color Harmonies of #E6DA7B
Complementary color
Monochromatic Colors of #E6DA7B
Black with #E6DA7B
Text Example
Text Example
White with #E6DA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DA7B; }
p { color: rgb(230,218,123); }
H1.HeaderClassName
{
color: #E6DA7B;
}
.AnyTagClassName
{
color: #E6DA7B;
}
</style>
background-color css
<style>
a { background-color: #E6DA7B; }
a { background-color: rgb(230,218,123); }
div.DivClassName
{
background-color: #E6DA7B;
}
.BgClassName
{
background-color: #E6DA7B;
}
</style>
border-color css
<style>
span { border-color: #E6DA7B; }
span { border-color: rgb(230,218,123); }
td.TdClassName
{
border-color: #E6DA7B;
}
.TagClassName
{
border-color: #E6DA7B;
}
</style>