Shades of Wild Rice #EADC6E
Tints of Wild Rice #EADC6E
RGB
CMYK
RGB Variations
Color information
#EADC6E (or 0xEADC6E) is known color: Wild Rice. HEX triplet: EA, DC and 6E. RGB value is (234,220,110). Sum of RGB (Red+Green+Blue) = 234+220+110=564 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.49% from 564); Green value is 220 (86.33% from 255 or 39.01% from 564); Blue value is 110 (43.36% from 255 or 19.50% from 564); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADC6E is #152391. Grayscale: #D4D4D4. Windows color (decimal): -1385362 or 7265514. OLE color: 7265514.
HSL color Cylindrical-coordinate representation of color #EADC6E: hue angle of 53.23º 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 #EADC6E is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 110 | - |
| CMYK | 0 | 0.06 | 0.53 | 0.08 |
| HSL | 53.23º | 0.75% | 0.67% | - |
| HSV(B) | 53.23º | 0.53% | 0.92% | - |
| XYZ | 62.34 | 69.8 | 24.94 | - |
| YUV | 211.65 | 70.64 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 110 | 0 | 0.06 | 0.53 | 0.08 | 53.23 | 0.75 | 0.67 |
| Hex | EA | DC | 6E | 0 | 6 | 35 | 8 | 35 | 4B | 43 |
| Octal | 352 | 334 | 156 | 0 | 6 | 65 | 10 | 65 | 113 | 103 |
| Binary | 11101010 | 11011100 | 1101110 | 0 | 110 | 110101 | 1000 | 110101 | 1001011 | 1000011 |
Color Harmonies of #EADC6E
Complementary color
Monochromatic Colors of #EADC6E
Black with #EADC6E
Text Example
Text Example
White with #EADC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADC6E; }
p { color: rgb(234,220,110); }
H1.HeaderClassName
{
color: #EADC6E;
}
.AnyTagClassName
{
color: #EADC6E;
}
</style>
background-color css
<style>
a { background-color: #EADC6E; }
a { background-color: rgb(234,220,110); }
div.DivClassName
{
background-color: #EADC6E;
}
.BgClassName
{
background-color: #EADC6E;
}
</style>
border-color css
<style>
span { border-color: #EADC6E; }
span { border-color: rgb(234,220,110); }
td.TdClassName
{
border-color: #EADC6E;
}
.TagClassName
{
border-color: #EADC6E;
}
</style>