Shades of Wild Rice #EBDC68
Tints of Wild Rice #EBDC68
RGB
CMYK
RGB Variations
Color information
#EBDC68 (or 0xEBDC68) is known color: Wild Rice. HEX triplet: EB, DC and 68. RGB value is (235,220,104). Sum of RGB (Red+Green+Blue) = 235+220+104=559 (74% of max value = 765). Red value is 235 (92.19% from 255 or 42.04% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 104 (41.02% from 255 or 18.60% from 559); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDC68 is #142397. Grayscale: #D3D3D3. Windows color (decimal): -1319832 or 6872299. OLE color: 6872299.
HSL color Cylindrical-coordinate representation of color #EBDC68: hue angle of 53.13º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EBDC68 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 220 | 104 | - |
| CMYK | 0 | 0.06 | 0.56 | 0.08 |
| HSL | 53.13º | 0.77% | 0.66% | - |
| HSV(B) | 53.13º | 0.56% | 0.92% | - |
| XYZ | 62.35 | 69.85 | 23.29 | - |
| YUV | 211.26 | 67.47 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 220 | 104 | 0 | 0.06 | 0.56 | 0.08 | 53.13 | 0.77 | 0.66 |
| Hex | EB | DC | 68 | 0 | 6 | 38 | 8 | 35 | 4D | 42 |
| Octal | 353 | 334 | 150 | 0 | 6 | 70 | 10 | 65 | 115 | 102 |
| Binary | 11101011 | 11011100 | 1101000 | 0 | 110 | 111000 | 1000 | 110101 | 1001101 | 1000010 |
Color Harmonies of #EBDC68
Complementary color
Monochromatic Colors of #EBDC68
Black with #EBDC68
Text Example
Text Example
White with #EBDC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDC68; }
p { color: rgb(235,220,104); }
H1.HeaderClassName
{
color: #EBDC68;
}
.AnyTagClassName
{
color: #EBDC68;
}
</style>
background-color css
<style>
a { background-color: #EBDC68; }
a { background-color: rgb(235,220,104); }
div.DivClassName
{
background-color: #EBDC68;
}
.BgClassName
{
background-color: #EBDC68;
}
</style>
border-color css
<style>
span { border-color: #EBDC68; }
span { border-color: rgb(235,220,104); }
td.TdClassName
{
border-color: #EBDC68;
}
.TagClassName
{
border-color: #EBDC68;
}
</style>