Shades of Wild Rice #EBD86D
Tints of Wild Rice #EBD86D
RGB
CMYK
RGB Variations
Color information
#EBD86D (or 0xEBD86D) is known color: Wild Rice. HEX triplet: EB, D8 and 6D. RGB value is (235,216,109). Sum of RGB (Red+Green+Blue) = 235+216+109=560 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.96% from 560); Green value is 216 (84.77% from 255 or 38.57% from 560); Blue value is 109 (42.97% from 255 or 19.46% from 560); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD86D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD86D is #142792. Grayscale: #D1D1D1. Windows color (decimal): -1320851 or 7198955. OLE color: 7198955.
HSL color Cylindrical-coordinate representation of color #EBD86D: hue angle of 50.95º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EBD86D is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 216 | 109 | - |
| CMYK | 0 | 0.08 | 0.54 | 0.08 |
| HSL | 50.95º | 0.76% | 0.67% | - |
| HSV(B) | 50.95º | 0.54% | 0.92% | - |
| XYZ | 61.58 | 67.88 | 24.32 | - |
| YUV | 209.48 | 71.29 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 216 | 109 | 0 | 0.08 | 0.54 | 0.08 | 50.95 | 0.76 | 0.67 |
| Hex | EB | D8 | 6D | 0 | 8 | 36 | 8 | 33 | 4C | 43 |
| Octal | 353 | 330 | 155 | 0 | 10 | 66 | 10 | 63 | 114 | 103 |
| Binary | 11101011 | 11011000 | 1101101 | 0 | 1000 | 110110 | 1000 | 110011 | 1001100 | 1000011 |
Color Harmonies of #EBD86D
Complementary color
Monochromatic Colors of #EBD86D
Black with #EBD86D
Text Example
Text Example
White with #EBD86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD86D; }
p { color: rgb(235,216,109); }
H1.HeaderClassName
{
color: #EBD86D;
}
.AnyTagClassName
{
color: #EBD86D;
}
</style>
background-color css
<style>
a { background-color: #EBD86D; }
a { background-color: rgb(235,216,109); }
div.DivClassName
{
background-color: #EBD86D;
}
.BgClassName
{
background-color: #EBD86D;
}
</style>
border-color css
<style>
span { border-color: #EBD86D; }
span { border-color: rgb(235,216,109); }
td.TdClassName
{
border-color: #EBD86D;
}
.TagClassName
{
border-color: #EBD86D;
}
</style>