Shades of Wild Rice #E4D66A
Tints of Wild Rice #E4D66A
RGB
CMYK
RGB Variations
Color information
#E4D66A (or 0xE4D66A) is known color: Wild Rice. HEX triplet: E4, D6 and 6A. RGB value is (228,214,106). Sum of RGB (Red+Green+Blue) = 228+214+106=548 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.61% from 548); Green value is 214 (83.98% from 255 or 39.05% from 548); Blue value is 106 (41.80% from 255 or 19.34% from 548); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D66A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4D66A is #1B2995. Grayscale: #CECECE. Windows color (decimal): -1780118 or 7001828. OLE color: 7001828.
HSL color Cylindrical-coordinate representation of color #E4D66A: hue angle of 53.11º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E4D66A is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 214 | 106 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.11 |
| HSL | 53.11º | 0.69% | 0.65% | - |
| HSV(B) | 53.11º | 0.54% | 0.89% | - |
| XYZ | 58.64 | 65.63 | 23.21 | - |
| YUV | 205.87 | 71.64 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 214 | 106 | 0 | 0.06 | 0.54 | 0.11 | 53.11 | 0.69 | 0.65 |
| Hex | E4 | D6 | 6A | 0 | 6 | 36 | B | 35 | 45 | 41 |
| Octal | 344 | 326 | 152 | 0 | 6 | 66 | 13 | 65 | 105 | 101 |
| Binary | 11100100 | 11010110 | 1101010 | 0 | 110 | 110110 | 1011 | 110101 | 1000101 | 1000001 |
Color Harmonies of #E4D66A
Complementary color
Monochromatic Colors of #E4D66A
Black with #E4D66A
Text Example
Text Example
White with #E4D66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D66A; }
p { color: rgb(228,214,106); }
H1.HeaderClassName
{
color: #E4D66A;
}
.AnyTagClassName
{
color: #E4D66A;
}
</style>
background-color css
<style>
a { background-color: #E4D66A; }
a { background-color: rgb(228,214,106); }
div.DivClassName
{
background-color: #E4D66A;
}
.BgClassName
{
background-color: #E4D66A;
}
</style>
border-color css
<style>
span { border-color: #E4D66A; }
span { border-color: rgb(228,214,106); }
td.TdClassName
{
border-color: #E4D66A;
}
.TagClassName
{
border-color: #E4D66A;
}
</style>