Shades of Wild Rice #EBDD6B
Tints of Wild Rice #EBDD6B
RGB
CMYK
RGB Variations
Color information
#EBDD6B (or 0xEBDD6B) is known color: Wild Rice. HEX triplet: EB, DD and 6B. RGB value is (235,221,107). Sum of RGB (Red+Green+Blue) = 235+221+107=563 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.74% from 563); Green value is 221 (86.72% from 255 or 39.25% from 563); Blue value is 107 (42.19% from 255 or 19.01% from 563); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDD6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDD6B is #142294. Grayscale: #D4D4D4. Windows color (decimal): -1319573 or 7069163. OLE color: 7069163.
HSL color Cylindrical-coordinate representation of color #EBDD6B: hue angle of 53.44º 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 #EBDD6B is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 221 | 107 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.08 |
| HSL | 53.44º | 0.76% | 0.67% | - |
| HSV(B) | 53.44º | 0.54% | 0.92% | - |
| XYZ | 62.77 | 70.44 | 24.2 | - |
| YUV | 212.19 | 68.64 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 221 | 107 | 0 | 0.06 | 0.54 | 0.08 | 53.44 | 0.76 | 0.67 |
| Hex | EB | DD | 6B | 0 | 6 | 36 | 8 | 35 | 4C | 43 |
| Octal | 353 | 335 | 153 | 0 | 6 | 66 | 10 | 65 | 114 | 103 |
| Binary | 11101011 | 11011101 | 1101011 | 0 | 110 | 110110 | 1000 | 110101 | 1001100 | 1000011 |
Color Harmonies of #EBDD6B
Complementary color
Monochromatic Colors of #EBDD6B
Black with #EBDD6B
Text Example
Text Example
White with #EBDD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDD6B; }
p { color: rgb(235,221,107); }
H1.HeaderClassName
{
color: #EBDD6B;
}
.AnyTagClassName
{
color: #EBDD6B;
}
</style>
background-color css
<style>
a { background-color: #EBDD6B; }
a { background-color: rgb(235,221,107); }
div.DivClassName
{
background-color: #EBDD6B;
}
.BgClassName
{
background-color: #EBDD6B;
}
</style>
border-color css
<style>
span { border-color: #EBDD6B; }
span { border-color: rgb(235,221,107); }
td.TdClassName
{
border-color: #EBDD6B;
}
.TagClassName
{
border-color: #EBDD6B;
}
</style>