Shades of Wild Rice #EBDC73
Tints of Wild Rice #EBDC73
RGB
CMYK
RGB Variations
Color information
#EBDC73 (or 0xEBDC73) is known color: Wild Rice. HEX triplet: EB, DC and 73. RGB value is (235,220,115). Sum of RGB (Red+Green+Blue) = 235+220+115=570 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.23% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 115 (45.31% from 255 or 20.18% from 570); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDC73 is #14238C. Grayscale: #D4D4D4. Windows color (decimal): -1319821 or 7593195. OLE color: 7593195.
HSL color Cylindrical-coordinate representation of color #EBDC73: hue angle of 52.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 #EBDC73 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 220 | 115 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.08 |
| HSL | 52.5º | 0.75% | 0.69% | - |
| HSV(B) | 52.5º | 0.51% | 0.92% | - |
| XYZ | 62.95 | 70.09 | 26.43 | - |
| YUV | 212.52 | 72.97 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 220 | 115 | 0 | 0.06 | 0.51 | 0.08 | 52.5 | 0.75 | 0.69 |
| Hex | EB | DC | 73 | 0 | 6 | 33 | 8 | 34 | 4B | 45 |
| Octal | 353 | 334 | 163 | 0 | 6 | 63 | 10 | 64 | 113 | 105 |
| Binary | 11101011 | 11011100 | 1110011 | 0 | 110 | 110011 | 1000 | 110100 | 1001011 | 1000101 |
Color Harmonies of #EBDC73
Complementary color
Monochromatic Colors of #EBDC73
Black with #EBDC73
Text Example
Text Example
White with #EBDC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDC73; }
p { color: rgb(235,220,115); }
H1.HeaderClassName
{
color: #EBDC73;
}
.AnyTagClassName
{
color: #EBDC73;
}
</style>
background-color css
<style>
a { background-color: #EBDC73; }
a { background-color: rgb(235,220,115); }
div.DivClassName
{
background-color: #EBDC73;
}
.BgClassName
{
background-color: #EBDC73;
}
</style>
border-color css
<style>
span { border-color: #EBDC73; }
span { border-color: rgb(235,220,115); }
td.TdClassName
{
border-color: #EBDC73;
}
.TagClassName
{
border-color: #EBDC73;
}
</style>