Shades of Wild Rice #EADC6D
Tints of Wild Rice #EADC6D
RGB
CMYK
RGB Variations
Color information
#EADC6D (or 0xEADC6D) is known color: Wild Rice. HEX triplet: EA, DC and 6D. RGB value is (234,220,109). Sum of RGB (Red+Green+Blue) = 234+220+109=563 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.56% from 563); Green value is 220 (86.33% from 255 or 39.08% from 563); Blue value is 109 (42.97% from 255 or 19.36% from 563); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADC6D is #152392. Grayscale: #D3D3D3. Windows color (decimal): -1385363 or 7199978. OLE color: 7199978.
HSL color Cylindrical-coordinate representation of color #EADC6D: hue angle of 53.28º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EADC6D is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 109 | - |
| CMYK | 0 | 0.06 | 0.53 | 0.08 |
| HSL | 53.28º | 0.75% | 0.67% | - |
| HSV(B) | 53.28º | 0.53% | 0.92% | - |
| XYZ | 62.29 | 69.78 | 24.65 | - |
| YUV | 211.53 | 70.14 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 109 | 0 | 0.06 | 0.53 | 0.08 | 53.28 | 0.75 | 0.67 |
| Hex | EA | DC | 6D | 0 | 6 | 35 | 8 | 35 | 4B | 43 |
| Octal | 352 | 334 | 155 | 0 | 6 | 65 | 10 | 65 | 113 | 103 |
| Binary | 11101010 | 11011100 | 1101101 | 0 | 110 | 110101 | 1000 | 110101 | 1001011 | 1000011 |
Color Harmonies of #EADC6D
Complementary color
Monochromatic Colors of #EADC6D
Black with #EADC6D
Text Example
Text Example
White with #EADC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADC6D; }
p { color: rgb(234,220,109); }
H1.HeaderClassName
{
color: #EADC6D;
}
.AnyTagClassName
{
color: #EADC6D;
}
</style>
background-color css
<style>
a { background-color: #EADC6D; }
a { background-color: rgb(234,220,109); }
div.DivClassName
{
background-color: #EADC6D;
}
.BgClassName
{
background-color: #EADC6D;
}
</style>
border-color css
<style>
span { border-color: #EADC6D; }
span { border-color: rgb(234,220,109); }
td.TdClassName
{
border-color: #EADC6D;
}
.TagClassName
{
border-color: #EADC6D;
}
</style>