Shades of Wild Rice #E8DA67
Tints of Wild Rice #E8DA67
RGB
CMYK
RGB Variations
Color information
#E8DA67 (or 0xE8DA67) is known color: Wild Rice. HEX triplet: E8, DA and 67. RGB value is (232,218,103). Sum of RGB (Red+Green+Blue) = 232+218+103=553 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.95% from 553); Green value is 218 (85.55% from 255 or 39.42% from 553); Blue value is 103 (40.62% from 255 or 18.63% from 553); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DA67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8DA67 is #172598. Grayscale: #D1D1D1. Windows color (decimal): -1516953 or 6806248. OLE color: 6806248.
HSL color Cylindrical-coordinate representation of color #E8DA67: hue angle of 53.49º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E8DA67 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 218 | 103 | - |
| CMYK | 0 | 0.06 | 0.56 | 0.09 |
| HSL | 53.49º | 0.74% | 0.66% | - |
| HSV(B) | 53.49º | 0.56% | 0.91% | - |
| XYZ | 60.8 | 68.28 | 22.81 | - |
| YUV | 209.08 | 68.14 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 218 | 103 | 0 | 0.06 | 0.56 | 0.09 | 53.49 | 0.74 | 0.66 |
| Hex | E8 | DA | 67 | 0 | 6 | 38 | 9 | 35 | 4A | 42 |
| Octal | 350 | 332 | 147 | 0 | 6 | 70 | 11 | 65 | 112 | 102 |
| Binary | 11101000 | 11011010 | 1100111 | 0 | 110 | 111000 | 1001 | 110101 | 1001010 | 1000010 |
Color Harmonies of #E8DA67
Complementary color
Monochromatic Colors of #E8DA67
Black with #E8DA67
Text Example
Text Example
White with #E8DA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DA67; }
p { color: rgb(232,218,103); }
H1.HeaderClassName
{
color: #E8DA67;
}
.AnyTagClassName
{
color: #E8DA67;
}
</style>
background-color css
<style>
a { background-color: #E8DA67; }
a { background-color: rgb(232,218,103); }
div.DivClassName
{
background-color: #E8DA67;
}
.BgClassName
{
background-color: #E8DA67;
}
</style>
border-color css
<style>
span { border-color: #E8DA67; }
span { border-color: rgb(232,218,103); }
td.TdClassName
{
border-color: #E8DA67;
}
.TagClassName
{
border-color: #E8DA67;
}
</style>