Shades of Wild Rice #E6DC6B
Tints of Wild Rice #E6DC6B
RGB
CMYK
RGB Variations
Color information
#E6DC6B (or 0xE6DC6B) is known color: Wild Rice. HEX triplet: E6, DC and 6B. RGB value is (230,220,107). Sum of RGB (Red+Green+Blue) = 230+220+107=557 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.29% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 107 (42.19% from 255 or 19.21% from 557); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DC6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DC6B is #192394. Grayscale: #D2D2D2. Windows color (decimal): -1647509 or 7068902. OLE color: 7068902.
HSL color Cylindrical-coordinate representation of color #E6DC6B: hue angle of 55.12º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E6DC6B is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 220 | 107 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.10 |
| HSL | 55.12º | 0.71% | 0.66% | - |
| HSV(B) | 55.12º | 0.53% | 0.9% | - |
| XYZ | 60.88 | 69.07 | 24.03 | - |
| YUV | 210.11 | 69.81 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 220 | 107 | 0 | 0.04 | 0.53 | 0.10 | 55.12 | 0.71 | 0.66 |
| Hex | E6 | DC | 6B | 0 | 4 | 35 | A | 37 | 47 | 42 |
| Octal | 346 | 334 | 153 | 0 | 4 | 65 | 12 | 67 | 107 | 102 |
| Binary | 11100110 | 11011100 | 1101011 | 0 | 100 | 110101 | 1010 | 110111 | 1000111 | 1000010 |
Color Harmonies of #E6DC6B
Complementary color
Monochromatic Colors of #E6DC6B
Black with #E6DC6B
Text Example
Text Example
White with #E6DC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DC6B; }
p { color: rgb(230,220,107); }
H1.HeaderClassName
{
color: #E6DC6B;
}
.AnyTagClassName
{
color: #E6DC6B;
}
</style>
background-color css
<style>
a { background-color: #E6DC6B; }
a { background-color: rgb(230,220,107); }
div.DivClassName
{
background-color: #E6DC6B;
}
.BgClassName
{
background-color: #E6DC6B;
}
</style>
border-color css
<style>
span { border-color: #E6DC6B; }
span { border-color: rgb(230,220,107); }
td.TdClassName
{
border-color: #E6DC6B;
}
.TagClassName
{
border-color: #E6DC6B;
}
</style>