Shades of Wild Rice #EADA6B
Tints of Wild Rice #EADA6B
RGB
CMYK
RGB Variations
Color information
#EADA6B (or 0xEADA6B) is known color: Wild Rice. HEX triplet: EA, DA and 6B. RGB value is (234,218,107). Sum of RGB (Red+Green+Blue) = 234+218+107=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 218 (85.55% from 255 or 39.00% from 559); Blue value is 107 (42.19% from 255 or 19.14% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADA6B is #152594. Grayscale: #D2D2D2. Windows color (decimal): -1385877 or 7068394. OLE color: 7068394.
HSL color Cylindrical-coordinate representation of color #EADA6B: hue angle of 52.44º 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 #EADA6B is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 218 | 107 | - |
| CMYK | 0 | 0.07 | 0.54 | 0.08 |
| HSL | 52.44º | 0.75% | 0.67% | - |
| HSV(B) | 52.44º | 0.54% | 0.92% | - |
| XYZ | 61.66 | 68.7 | 23.92 | - |
| YUV | 210.13 | 69.8 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 218 | 107 | 0 | 0.07 | 0.54 | 0.08 | 52.44 | 0.75 | 0.67 |
| Hex | EA | DA | 6B | 0 | 7 | 36 | 8 | 34 | 4B | 43 |
| Octal | 352 | 332 | 153 | 0 | 7 | 66 | 10 | 64 | 113 | 103 |
| Binary | 11101010 | 11011010 | 1101011 | 0 | 111 | 110110 | 1000 | 110100 | 1001011 | 1000011 |
Color Harmonies of #EADA6B
Complementary color
Monochromatic Colors of #EADA6B
Black with #EADA6B
Text Example
Text Example
White with #EADA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADA6B; }
p { color: rgb(234,218,107); }
H1.HeaderClassName
{
color: #EADA6B;
}
.AnyTagClassName
{
color: #EADA6B;
}
</style>
background-color css
<style>
a { background-color: #EADA6B; }
a { background-color: rgb(234,218,107); }
div.DivClassName
{
background-color: #EADA6B;
}
.BgClassName
{
background-color: #EADA6B;
}
</style>
border-color css
<style>
span { border-color: #EADA6B; }
span { border-color: rgb(234,218,107); }
td.TdClassName
{
border-color: #EADA6B;
}
.TagClassName
{
border-color: #EADA6B;
}
</style>