Shades of Wild Rice #E5D06F
Tints of Wild Rice #E5D06F
RGB
CMYK
RGB Variations
Color information
#E5D06F (or 0xE5D06F) is known color: Wild Rice. HEX triplet: E5, D0 and 6F. RGB value is (229,208,111). Sum of RGB (Red+Green+Blue) = 229+208+111=548 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.79% from 548); Green value is 208 (81.64% from 255 or 37.96% from 548); Blue value is 111 (43.75% from 255 or 20.26% from 548); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D06F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D06F is #1A2F90. Grayscale: #CBCBCB. Windows color (decimal): -1716113 or 7327973. OLE color: 7327973.
HSL color Cylindrical-coordinate representation of color #E5D06F: hue angle of 49.32º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E5D06F is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 208 | 111 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.10 |
| HSL | 49.32º | 0.69% | 0.67% | - |
| HSV(B) | 49.32º | 0.52% | 0.9% | - |
| XYZ | 57.74 | 62.92 | 24.14 | - |
| YUV | 203.22 | 75.96 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 208 | 111 | 0 | 0.09 | 0.52 | 0.10 | 49.32 | 0.69 | 0.67 |
| Hex | E5 | D0 | 6F | 0 | 9 | 34 | A | 31 | 45 | 43 |
| Octal | 345 | 320 | 157 | 0 | 11 | 64 | 12 | 61 | 105 | 103 |
| Binary | 11100101 | 11010000 | 1101111 | 0 | 1001 | 110100 | 1010 | 110001 | 1000101 | 1000011 |
Color Harmonies of #E5D06F
Complementary color
Monochromatic Colors of #E5D06F
Black with #E5D06F
Text Example
Text Example
White with #E5D06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D06F; }
p { color: rgb(229,208,111); }
H1.HeaderClassName
{
color: #E5D06F;
}
.AnyTagClassName
{
color: #E5D06F;
}
</style>
background-color css
<style>
a { background-color: #E5D06F; }
a { background-color: rgb(229,208,111); }
div.DivClassName
{
background-color: #E5D06F;
}
.BgClassName
{
background-color: #E5D06F;
}
</style>
border-color css
<style>
span { border-color: #E5D06F; }
span { border-color: rgb(229,208,111); }
td.TdClassName
{
border-color: #E5D06F;
}
.TagClassName
{
border-color: #E5D06F;
}
</style>