Shades of Wild Rice #E4DA6C
Tints of Wild Rice #E4DA6C
RGB
CMYK
RGB Variations
Color information
#E4DA6C (or 0xE4DA6C) is known color: Wild Rice. HEX triplet: E4, DA and 6C. RGB value is (228,218,108). Sum of RGB (Red+Green+Blue) = 228+218+108=554 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.16% from 554); Green value is 218 (85.55% from 255 or 39.35% from 554); Blue value is 108 (42.58% from 255 or 19.49% from 554); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DA6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4DA6C is #1B2593. Grayscale: #D0D0D0. Windows color (decimal): -1779092 or 7133924. OLE color: 7133924.
HSL color Cylindrical-coordinate representation of color #E4DA6C: hue angle of 55º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E4DA6C is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 218 | 108 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.11 |
| HSL | 55º | 0.69% | 0.66% | - |
| HSV(B) | 55º | 0.53% | 0.89% | - |
| XYZ | 59.77 | 67.72 | 24.11 | - |
| YUV | 208.45 | 71.31 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 218 | 108 | 0 | 0.04 | 0.53 | 0.11 | 55 | 0.69 | 0.66 |
| Hex | E4 | DA | 6C | 0 | 4 | 35 | B | 37 | 45 | 42 |
| Octal | 344 | 332 | 154 | 0 | 4 | 65 | 13 | 67 | 105 | 102 |
| Binary | 11100100 | 11011010 | 1101100 | 0 | 100 | 110101 | 1011 | 110111 | 1000101 | 1000010 |
Color Harmonies of #E4DA6C
Complementary color
Monochromatic Colors of #E4DA6C
Black with #E4DA6C
Text Example
Text Example
White with #E4DA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DA6C; }
p { color: rgb(228,218,108); }
H1.HeaderClassName
{
color: #E4DA6C;
}
.AnyTagClassName
{
color: #E4DA6C;
}
</style>
background-color css
<style>
a { background-color: #E4DA6C; }
a { background-color: rgb(228,218,108); }
div.DivClassName
{
background-color: #E4DA6C;
}
.BgClassName
{
background-color: #E4DA6C;
}
</style>
border-color css
<style>
span { border-color: #E4DA6C; }
span { border-color: rgb(228,218,108); }
td.TdClassName
{
border-color: #E4DA6C;
}
.TagClassName
{
border-color: #E4DA6C;
}
</style>