Shades of Wild Rice #EBDB73
Tints of Wild Rice #EBDB73
RGB
CMYK
RGB Variations
Color information
#EBDB73 (or 0xEBDB73) is known color: Wild Rice. HEX triplet: EB, DB and 73. RGB value is (235,219,115). Sum of RGB (Red+Green+Blue) = 235+219+115=569 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.30% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 115 (45.31% from 255 or 20.21% from 569); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDB73 is #14248C. Grayscale: #D4D4D4. Windows color (decimal): -1320077 or 7592939. OLE color: 7592939.
HSL color Cylindrical-coordinate representation of color #EBDB73: hue angle of 52º 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 #EBDB73 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 219 | 115 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.08 |
| HSL | 52º | 0.75% | 0.69% | - |
| HSV(B) | 52º | 0.51% | 0.92% | - |
| XYZ | 62.69 | 69.56 | 26.34 | - |
| YUV | 211.93 | 73.3 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 219 | 115 | 0 | 0.07 | 0.51 | 0.08 | 52 | 0.75 | 0.69 |
| Hex | EB | DB | 73 | 0 | 7 | 33 | 8 | 34 | 4B | 45 |
| Octal | 353 | 333 | 163 | 0 | 7 | 63 | 10 | 64 | 113 | 105 |
| Binary | 11101011 | 11011011 | 1110011 | 0 | 111 | 110011 | 1000 | 110100 | 1001011 | 1000101 |
Color Harmonies of #EBDB73
Complementary color
Monochromatic Colors of #EBDB73
Black with #EBDB73
Text Example
Text Example
White with #EBDB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDB73; }
p { color: rgb(235,219,115); }
H1.HeaderClassName
{
color: #EBDB73;
}
.AnyTagClassName
{
color: #EBDB73;
}
</style>
background-color css
<style>
a { background-color: #EBDB73; }
a { background-color: rgb(235,219,115); }
div.DivClassName
{
background-color: #EBDB73;
}
.BgClassName
{
background-color: #EBDB73;
}
</style>
border-color css
<style>
span { border-color: #EBDB73; }
span { border-color: rgb(235,219,115); }
td.TdClassName
{
border-color: #EBDB73;
}
.TagClassName
{
border-color: #EBDB73;
}
</style>