Shades of Wild Rice #EADC6A
Tints of Wild Rice #EADC6A
RGB
CMYK
RGB Variations
Color information
#EADC6A (or 0xEADC6A) is known color: Wild Rice. HEX triplet: EA, DC and 6A. RGB value is (234,220,106). Sum of RGB (Red+Green+Blue) = 234+220+106=560 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.79% from 560); Green value is 220 (86.33% from 255 or 39.29% from 560); Blue value is 106 (41.80% from 255 or 18.93% from 560); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADC6A is #152395. Grayscale: #D3D3D3. Windows color (decimal): -1385366 or 7003370. OLE color: 7003370.
HSL color Cylindrical-coordinate representation of color #EADC6A: hue angle of 53.44º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EADC6A is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 106 | - |
| CMYK | 0 | 0.06 | 0.55 | 0.08 |
| HSL | 53.44º | 0.75% | 0.67% | - |
| HSV(B) | 53.44º | 0.55% | 0.92% | - |
| XYZ | 62.13 | 69.72 | 23.82 | - |
| YUV | 211.19 | 68.64 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 106 | 0 | 0.06 | 0.55 | 0.08 | 53.44 | 0.75 | 0.67 |
| Hex | EA | DC | 6A | 0 | 6 | 37 | 8 | 35 | 4B | 43 |
| Octal | 352 | 334 | 152 | 0 | 6 | 67 | 10 | 65 | 113 | 103 |
| Binary | 11101010 | 11011100 | 1101010 | 0 | 110 | 110111 | 1000 | 110101 | 1001011 | 1000011 |
Color Harmonies of #EADC6A
Complementary color
Monochromatic Colors of #EADC6A
Black with #EADC6A
Text Example
Text Example
White with #EADC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADC6A; }
p { color: rgb(234,220,106); }
H1.HeaderClassName
{
color: #EADC6A;
}
.AnyTagClassName
{
color: #EADC6A;
}
</style>
background-color css
<style>
a { background-color: #EADC6A; }
a { background-color: rgb(234,220,106); }
div.DivClassName
{
background-color: #EADC6A;
}
.BgClassName
{
background-color: #EADC6A;
}
</style>
border-color css
<style>
span { border-color: #EADC6A; }
span { border-color: rgb(234,220,106); }
td.TdClassName
{
border-color: #EADC6A;
}
.TagClassName
{
border-color: #EADC6A;
}
</style>