Shades of Wild Rice #EADD6C
Tints of Wild Rice #EADD6C
RGB
CMYK
RGB Variations
Color information
#EADD6C (or 0xEADD6C) is known color: Wild Rice. HEX triplet: EA, DD and 6C. RGB value is (234,221,108). Sum of RGB (Red+Green+Blue) = 234+221+108=563 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.56% from 563); Green value is 221 (86.72% from 255 or 39.25% from 563); Blue value is 108 (42.58% from 255 or 19.18% from 563); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADD6C is #152293. Grayscale: #D4D4D4. Windows color (decimal): -1385108 or 7134698. OLE color: 7134698.
HSL color Cylindrical-coordinate representation of color #EADD6C: hue angle of 53.81º 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 #EADD6C is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 108 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.08 |
| HSL | 53.81º | 0.75% | 0.67% | - |
| HSV(B) | 53.81º | 0.54% | 0.92% | - |
| XYZ | 62.49 | 70.29 | 24.46 | - |
| YUV | 212.01 | 69.31 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 108 | 0 | 0.06 | 0.54 | 0.08 | 53.81 | 0.75 | 0.67 |
| Hex | EA | DD | 6C | 0 | 6 | 36 | 8 | 36 | 4B | 43 |
| Octal | 352 | 335 | 154 | 0 | 6 | 66 | 10 | 66 | 113 | 103 |
| Binary | 11101010 | 11011101 | 1101100 | 0 | 110 | 110110 | 1000 | 110110 | 1001011 | 1000011 |
Color Harmonies of #EADD6C
Complementary color
Monochromatic Colors of #EADD6C
Black with #EADD6C
Text Example
Text Example
White with #EADD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADD6C; }
p { color: rgb(234,221,108); }
H1.HeaderClassName
{
color: #EADD6C;
}
.AnyTagClassName
{
color: #EADD6C;
}
</style>
background-color css
<style>
a { background-color: #EADD6C; }
a { background-color: rgb(234,221,108); }
div.DivClassName
{
background-color: #EADD6C;
}
.BgClassName
{
background-color: #EADD6C;
}
</style>
border-color css
<style>
span { border-color: #EADD6C; }
span { border-color: rgb(234,221,108); }
td.TdClassName
{
border-color: #EADD6C;
}
.TagClassName
{
border-color: #EADD6C;
}
</style>