Shades of Wild Rice #EBDA70
Tints of Wild Rice #EBDA70
RGB
CMYK
RGB Variations
Color information
#EBDA70 (or 0xEBDA70) is known color: Wild Rice. HEX triplet: EB, DA and 70. RGB value is (235,218,112). Sum of RGB (Red+Green+Blue) = 235+218+112=565 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.59% from 565); Green value is 218 (85.55% from 255 or 38.58% from 565); Blue value is 112 (44.14% from 255 or 19.82% from 565); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDA70 is #14258F. Grayscale: #D3D3D3. Windows color (decimal): -1320336 or 7396075. OLE color: 7396075.
HSL color Cylindrical-coordinate representation of color #EBDA70: hue angle of 51.71º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EBDA70 is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 218 | 112 | - |
| CMYK | 0 | 0.07 | 0.52 | 0.08 |
| HSL | 51.71º | 0.75% | 0.68% | - |
| HSV(B) | 51.71º | 0.52% | 0.92% | - |
| XYZ | 62.26 | 68.97 | 25.36 | - |
| YUV | 211 | 72.13 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 218 | 112 | 0 | 0.07 | 0.52 | 0.08 | 51.71 | 0.75 | 0.68 |
| Hex | EB | DA | 70 | 0 | 7 | 34 | 8 | 34 | 4B | 44 |
| Octal | 353 | 332 | 160 | 0 | 7 | 64 | 10 | 64 | 113 | 104 |
| Binary | 11101011 | 11011010 | 1110000 | 0 | 111 | 110100 | 1000 | 110100 | 1001011 | 1000100 |
Color Harmonies of #EBDA70
Complementary color
Monochromatic Colors of #EBDA70
Black with #EBDA70
Text Example
Text Example
White with #EBDA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDA70; }
p { color: rgb(235,218,112); }
H1.HeaderClassName
{
color: #EBDA70;
}
.AnyTagClassName
{
color: #EBDA70;
}
</style>
background-color css
<style>
a { background-color: #EBDA70; }
a { background-color: rgb(235,218,112); }
div.DivClassName
{
background-color: #EBDA70;
}
.BgClassName
{
background-color: #EBDA70;
}
</style>
border-color css
<style>
span { border-color: #EBDA70; }
span { border-color: rgb(235,218,112); }
td.TdClassName
{
border-color: #EBDA70;
}
.TagClassName
{
border-color: #EBDA70;
}
</style>