Shades of Wild Rice #E6DC7A
Tints of Wild Rice #E6DC7A
RGB
CMYK
RGB Variations
Color information
#E6DC7A (or 0xE6DC7A) is known color: Wild Rice. HEX triplet: E6, DC and 7A. RGB value is (230,220,122). Sum of RGB (Red+Green+Blue) = 230+220+122=572 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.21% from 572); Green value is 220 (86.33% from 255 or 38.46% from 572); Blue value is 122 (48.05% from 255 or 21.33% from 572); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DC7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DC7A is #192385. Grayscale: #D4D4D4. Windows color (decimal): -1647494 or 8051942. OLE color: 8051942.
HSL color Cylindrical-coordinate representation of color #E6DC7A: hue angle of 54.44º 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 #E6DC7A is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 220 | 122 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.10 |
| HSL | 54.44º | 0.68% | 0.69% | - |
| HSV(B) | 54.44º | 0.47% | 0.9% | - |
| XYZ | 61.74 | 69.41 | 28.56 | - |
| YUV | 211.82 | 77.31 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 220 | 122 | 0 | 0.04 | 0.47 | 0.10 | 54.44 | 0.68 | 0.69 |
| Hex | E6 | DC | 7A | 0 | 4 | 2F | A | 36 | 44 | 45 |
| Octal | 346 | 334 | 172 | 0 | 4 | 57 | 12 | 66 | 104 | 105 |
| Binary | 11100110 | 11011100 | 1111010 | 0 | 100 | 101111 | 1010 | 110110 | 1000100 | 1000101 |
Color Harmonies of #E6DC7A
Complementary color
Monochromatic Colors of #E6DC7A
Black with #E6DC7A
Text Example
Text Example
White with #E6DC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DC7A; }
p { color: rgb(230,220,122); }
H1.HeaderClassName
{
color: #E6DC7A;
}
.AnyTagClassName
{
color: #E6DC7A;
}
</style>
background-color css
<style>
a { background-color: #E6DC7A; }
a { background-color: rgb(230,220,122); }
div.DivClassName
{
background-color: #E6DC7A;
}
.BgClassName
{
background-color: #E6DC7A;
}
</style>
border-color css
<style>
span { border-color: #E6DC7A; }
span { border-color: rgb(230,220,122); }
td.TdClassName
{
border-color: #E6DC7A;
}
.TagClassName
{
border-color: #E6DC7A;
}
</style>