Shades of Wild Rice #EADB6C
Tints of Wild Rice #EADB6C
RGB
CMYK
RGB Variations
Color information
#EADB6C (or 0xEADB6C) is known color: Wild Rice. HEX triplet: EA, DB and 6C. RGB value is (234,219,108). Sum of RGB (Red+Green+Blue) = 234+219+108=561 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.71% from 561); Green value is 219 (85.94% from 255 or 39.04% from 561); Blue value is 108 (42.58% from 255 or 19.25% from 561); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADB6C is #152493. Grayscale: #D3D3D3. Windows color (decimal): -1385620 or 7134186. OLE color: 7134186.
HSL color Cylindrical-coordinate representation of color #EADB6C: hue angle of 52.86º degrees, saturation: 0.75, 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 #EADB6C is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 219 | 108 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.08 |
| HSL | 52.86º | 0.75% | 0.67% | - |
| HSV(B) | 52.86º | 0.54% | 0.92% | - |
| XYZ | 61.97 | 69.24 | 24.29 | - |
| YUV | 210.83 | 69.97 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 219 | 108 | 0 | 0.06 | 0.54 | 0.08 | 52.86 | 0.75 | 0.67 |
| Hex | EA | DB | 6C | 0 | 6 | 36 | 8 | 35 | 4B | 43 |
| Octal | 352 | 333 | 154 | 0 | 6 | 66 | 10 | 65 | 113 | 103 |
| Binary | 11101010 | 11011011 | 1101100 | 0 | 110 | 110110 | 1000 | 110101 | 1001011 | 1000011 |
Color Harmonies of #EADB6C
Complementary color
Monochromatic Colors of #EADB6C
Black with #EADB6C
Text Example
Text Example
White with #EADB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADB6C; }
p { color: rgb(234,219,108); }
H1.HeaderClassName
{
color: #EADB6C;
}
.AnyTagClassName
{
color: #EADB6C;
}
</style>
background-color css
<style>
a { background-color: #EADB6C; }
a { background-color: rgb(234,219,108); }
div.DivClassName
{
background-color: #EADB6C;
}
.BgClassName
{
background-color: #EADB6C;
}
</style>
border-color css
<style>
span { border-color: #EADB6C; }
span { border-color: rgb(234,219,108); }
td.TdClassName
{
border-color: #EADB6C;
}
.TagClassName
{
border-color: #EADB6C;
}
</style>