Shades of Wild Rice #E5DA69
Tints of Wild Rice #E5DA69
RGB
CMYK
RGB Variations
Color information
#E5DA69 (or 0xE5DA69) is known color: Wild Rice. HEX triplet: E5, DA and 69. RGB value is (229,218,105). Sum of RGB (Red+Green+Blue) = 229+218+105=552 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.49% from 552); Green value is 218 (85.55% from 255 or 39.49% from 552); Blue value is 105 (41.41% from 255 or 19.02% from 552); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DA69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5DA69 is #1A2596. Grayscale: #D0D0D0. Windows color (decimal): -1713559 or 6937317. OLE color: 6937317.
HSL color Cylindrical-coordinate representation of color #E5DA69: hue angle of 54.68º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E5DA69 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 218 | 105 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.10 |
| HSL | 54.68º | 0.7% | 0.65% | - |
| HSV(B) | 54.68º | 0.54% | 0.9% | - |
| XYZ | 59.93 | 67.82 | 23.3 | - |
| YUV | 208.41 | 69.64 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 218 | 105 | 0 | 0.05 | 0.54 | 0.10 | 54.68 | 0.7 | 0.65 |
| Hex | E5 | DA | 69 | 0 | 5 | 36 | A | 37 | 46 | 41 |
| Octal | 345 | 332 | 151 | 0 | 5 | 66 | 12 | 67 | 106 | 101 |
| Binary | 11100101 | 11011010 | 1101001 | 0 | 101 | 110110 | 1010 | 110111 | 1000110 | 1000001 |
Color Harmonies of #E5DA69
Complementary color
Monochromatic Colors of #E5DA69
Black with #E5DA69
Text Example
Text Example
White with #E5DA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DA69; }
p { color: rgb(229,218,105); }
H1.HeaderClassName
{
color: #E5DA69;
}
.AnyTagClassName
{
color: #E5DA69;
}
</style>
background-color css
<style>
a { background-color: #E5DA69; }
a { background-color: rgb(229,218,105); }
div.DivClassName
{
background-color: #E5DA69;
}
.BgClassName
{
background-color: #E5DA69;
}
</style>
border-color css
<style>
span { border-color: #E5DA69; }
span { border-color: rgb(229,218,105); }
td.TdClassName
{
border-color: #E5DA69;
}
.TagClassName
{
border-color: #E5DA69;
}
</style>