Shades of Wild Rice #E8DC68
Tints of Wild Rice #E8DC68
RGB
CMYK
RGB Variations
Color information
#E8DC68 (or 0xE8DC68) is known color: Wild Rice. HEX triplet: E8, DC and 68. RGB value is (232,220,104). Sum of RGB (Red+Green+Blue) = 232+220+104=556 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.73% from 556); Green value is 220 (86.33% from 255 or 39.57% from 556); Blue value is 104 (41.02% from 255 or 18.71% from 556); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DC68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8DC68 is #172397. Grayscale: #D2D2D2. Windows color (decimal): -1516440 or 6872296. OLE color: 6872296.
HSL color Cylindrical-coordinate representation of color #E8DC68: hue angle of 54.38º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E8DC68 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 220 | 104 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.09 |
| HSL | 54.38º | 0.74% | 0.66% | - |
| HSV(B) | 54.38º | 0.55% | 0.91% | - |
| XYZ | 61.37 | 69.34 | 23.25 | - |
| YUV | 210.36 | 67.98 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 220 | 104 | 0 | 0.05 | 0.55 | 0.09 | 54.38 | 0.74 | 0.66 |
| Hex | E8 | DC | 68 | 0 | 5 | 37 | 9 | 36 | 4A | 42 |
| Octal | 350 | 334 | 150 | 0 | 5 | 67 | 11 | 66 | 112 | 102 |
| Binary | 11101000 | 11011100 | 1101000 | 0 | 101 | 110111 | 1001 | 110110 | 1001010 | 1000010 |
Color Harmonies of #E8DC68
Complementary color
Monochromatic Colors of #E8DC68
Black with #E8DC68
Text Example
Text Example
White with #E8DC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DC68; }
p { color: rgb(232,220,104); }
H1.HeaderClassName
{
color: #E8DC68;
}
.AnyTagClassName
{
color: #E8DC68;
}
</style>
background-color css
<style>
a { background-color: #E8DC68; }
a { background-color: rgb(232,220,104); }
div.DivClassName
{
background-color: #E8DC68;
}
.BgClassName
{
background-color: #E8DC68;
}
</style>
border-color css
<style>
span { border-color: #E8DC68; }
span { border-color: rgb(232,220,104); }
td.TdClassName
{
border-color: #E8DC68;
}
.TagClassName
{
border-color: #E8DC68;
}
</style>