Shades of Wild Rice #EBD673
Tints of Wild Rice #EBD673
RGB
CMYK
RGB Variations
Color information
#EBD673 (or 0xEBD673) is known color: Wild Rice. HEX triplet: EB, D6 and 73. RGB value is (235,214,115). Sum of RGB (Red+Green+Blue) = 235+214+115=564 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.67% from 564); Green value is 214 (83.98% from 255 or 37.94% from 564); Blue value is 115 (45.31% from 255 or 20.39% from 564); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD673 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD673 is #14298C. Grayscale: #D1D1D1. Windows color (decimal): -1321357 or 7591659. OLE color: 7591659.
HSL color Cylindrical-coordinate representation of color #EBD673: hue angle of 49.5º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EBD673 is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 214 | 115 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.08 |
| HSL | 49.5º | 0.75% | 0.69% | - |
| HSV(B) | 49.5º | 0.51% | 0.92% | - |
| XYZ | 61.4 | 66.99 | 25.91 | - |
| YUV | 208.99 | 74.96 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 214 | 115 | 0 | 0.09 | 0.51 | 0.08 | 49.5 | 0.75 | 0.69 |
| Hex | EB | D6 | 73 | 0 | 9 | 33 | 8 | 32 | 4B | 45 |
| Octal | 353 | 326 | 163 | 0 | 11 | 63 | 10 | 62 | 113 | 105 |
| Binary | 11101011 | 11010110 | 1110011 | 0 | 1001 | 110011 | 1000 | 110010 | 1001011 | 1000101 |
Color Harmonies of #EBD673
Complementary color
Monochromatic Colors of #EBD673
Black with #EBD673
Text Example
Text Example
White with #EBD673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD673; }
p { color: rgb(235,214,115); }
H1.HeaderClassName
{
color: #EBD673;
}
.AnyTagClassName
{
color: #EBD673;
}
</style>
background-color css
<style>
a { background-color: #EBD673; }
a { background-color: rgb(235,214,115); }
div.DivClassName
{
background-color: #EBD673;
}
.BgClassName
{
background-color: #EBD673;
}
</style>
border-color css
<style>
span { border-color: #EBD673; }
span { border-color: rgb(235,214,115); }
td.TdClassName
{
border-color: #EBD673;
}
.TagClassName
{
border-color: #EBD673;
}
</style>