Shades of Wild Rice #EBDC6C
Tints of Wild Rice #EBDC6C
RGB
CMYK
RGB Variations
Color information
#EBDC6C (or 0xEBDC6C) is known color: Wild Rice. HEX triplet: EB, DC and 6C. RGB value is (235,220,108). Sum of RGB (Red+Green+Blue) = 235+220+108=563 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.74% from 563); Green value is 220 (86.33% from 255 or 39.08% from 563); Blue value is 108 (42.58% from 255 or 19.18% from 563); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDC6C is #142393. Grayscale: #D4D4D4. Windows color (decimal): -1319828 or 7134443. OLE color: 7134443.
HSL color Cylindrical-coordinate representation of color #EBDC6C: hue angle of 52.91º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EBDC6C is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 220 | 108 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.08 |
| HSL | 52.91º | 0.76% | 0.67% | - |
| HSV(B) | 52.91º | 0.54% | 0.92% | - |
| XYZ | 62.56 | 69.93 | 24.39 | - |
| YUV | 211.72 | 69.47 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 220 | 108 | 0 | 0.06 | 0.54 | 0.08 | 52.91 | 0.76 | 0.67 |
| Hex | EB | DC | 6C | 0 | 6 | 36 | 8 | 35 | 4C | 43 |
| Octal | 353 | 334 | 154 | 0 | 6 | 66 | 10 | 65 | 114 | 103 |
| Binary | 11101011 | 11011100 | 1101100 | 0 | 110 | 110110 | 1000 | 110101 | 1001100 | 1000011 |
Color Harmonies of #EBDC6C
Complementary color
Monochromatic Colors of #EBDC6C
Black with #EBDC6C
Text Example
Text Example
White with #EBDC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDC6C; }
p { color: rgb(235,220,108); }
H1.HeaderClassName
{
color: #EBDC6C;
}
.AnyTagClassName
{
color: #EBDC6C;
}
</style>
background-color css
<style>
a { background-color: #EBDC6C; }
a { background-color: rgb(235,220,108); }
div.DivClassName
{
background-color: #EBDC6C;
}
.BgClassName
{
background-color: #EBDC6C;
}
</style>
border-color css
<style>
span { border-color: #EBDC6C; }
span { border-color: rgb(235,220,108); }
td.TdClassName
{
border-color: #EBDC6C;
}
.TagClassName
{
border-color: #EBDC6C;
}
</style>