Shades of Wild Rice #EADC6C
Tints of Wild Rice #EADC6C
RGB
CMYK
RGB Variations
Color information
#EADC6C (or 0xEADC6C) is known color: Wild Rice. HEX triplet: EA, DC and 6C. RGB value is (234,220,108). Sum of RGB (Red+Green+Blue) = 234+220+108=562 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.64% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 108 (42.58% from 255 or 19.22% from 562); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADC6C is #152393. Grayscale: #D3D3D3. Windows color (decimal): -1385364 or 7134442. OLE color: 7134442.
HSL color Cylindrical-coordinate representation of color #EADC6C: hue angle of 53.33º 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 #EADC6C is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 108 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.08 |
| HSL | 53.33º | 0.75% | 0.67% | - |
| HSV(B) | 53.33º | 0.54% | 0.92% | - |
| XYZ | 62.23 | 69.76 | 24.37 | - |
| YUV | 211.42 | 69.64 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 108 | 0 | 0.06 | 0.54 | 0.08 | 53.33 | 0.75 | 0.67 |
| Hex | EA | DC | 6C | 0 | 6 | 36 | 8 | 35 | 4B | 43 |
| Octal | 352 | 334 | 154 | 0 | 6 | 66 | 10 | 65 | 113 | 103 |
| Binary | 11101010 | 11011100 | 1101100 | 0 | 110 | 110110 | 1000 | 110101 | 1001011 | 1000011 |
Color Harmonies of #EADC6C
Complementary color
Monochromatic Colors of #EADC6C
Black with #EADC6C
Text Example
Text Example
White with #EADC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADC6C; }
p { color: rgb(234,220,108); }
H1.HeaderClassName
{
color: #EADC6C;
}
.AnyTagClassName
{
color: #EADC6C;
}
</style>
background-color css
<style>
a { background-color: #EADC6C; }
a { background-color: rgb(234,220,108); }
div.DivClassName
{
background-color: #EADC6C;
}
.BgClassName
{
background-color: #EADC6C;
}
</style>
border-color css
<style>
span { border-color: #EADC6C; }
span { border-color: rgb(234,220,108); }
td.TdClassName
{
border-color: #EADC6C;
}
.TagClassName
{
border-color: #EADC6C;
}
</style>