Shades of Wild Rice #E5DA67
Tints of Wild Rice #E5DA67
RGB
CMYK
RGB Variations
Color information
#E5DA67 (or 0xE5DA67) is known color: Wild Rice. HEX triplet: E5, DA and 67. RGB value is (229,218,103). Sum of RGB (Red+Green+Blue) = 229+218+103=550 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.64% from 550); Green value is 218 (85.55% from 255 or 39.64% from 550); Blue value is 103 (40.62% from 255 or 18.73% from 550); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DA67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5DA67 is #1A2598. Grayscale: #D0D0D0. Windows color (decimal): -1713561 or 6806245. OLE color: 6806245.
HSL color Cylindrical-coordinate representation of color #E5DA67: hue angle of 54.76º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E5DA67 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 218 | 103 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.10 |
| HSL | 54.76º | 0.71% | 0.65% | - |
| HSV(B) | 54.76º | 0.55% | 0.9% | - |
| XYZ | 59.83 | 67.78 | 22.76 | - |
| YUV | 208.18 | 68.64 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 218 | 103 | 0 | 0.05 | 0.55 | 0.10 | 54.76 | 0.71 | 0.65 |
| Hex | E5 | DA | 67 | 0 | 5 | 37 | A | 37 | 47 | 41 |
| Octal | 345 | 332 | 147 | 0 | 5 | 67 | 12 | 67 | 107 | 101 |
| Binary | 11100101 | 11011010 | 1100111 | 0 | 101 | 110111 | 1010 | 110111 | 1000111 | 1000001 |
Color Harmonies of #E5DA67
Complementary color
Monochromatic Colors of #E5DA67
Black with #E5DA67
Text Example
Text Example
White with #E5DA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DA67; }
p { color: rgb(229,218,103); }
H1.HeaderClassName
{
color: #E5DA67;
}
.AnyTagClassName
{
color: #E5DA67;
}
</style>
background-color css
<style>
a { background-color: #E5DA67; }
a { background-color: rgb(229,218,103); }
div.DivClassName
{
background-color: #E5DA67;
}
.BgClassName
{
background-color: #E5DA67;
}
</style>
border-color css
<style>
span { border-color: #E5DA67; }
span { border-color: rgb(229,218,103); }
td.TdClassName
{
border-color: #E5DA67;
}
.TagClassName
{
border-color: #E5DA67;
}
</style>