Shades of Wild Rice #EEDC6C
Tints of Wild Rice #EEDC6C
RGB
CMYK
RGB Variations
Color information
#EEDC6C (or 0xEEDC6C) is known color: Wild Rice. HEX triplet: EE, DC and 6C. RGB value is (238,220,108). Sum of RGB (Red+Green+Blue) = 238+220+108=566 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.05% from 566); Green value is 220 (86.33% from 255 or 38.87% from 566); Blue value is 108 (42.58% from 255 or 19.08% from 566); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDC6C is #112393. Grayscale: #D5D5D5. Windows color (decimal): -1123220 or 7134446. OLE color: 7134446.
HSL color Cylindrical-coordinate representation of color #EEDC6C: hue angle of 51.69º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EEDC6C is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 108 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.07 |
| HSL | 51.69º | 0.79% | 0.68% | - |
| HSV(B) | 51.69º | 0.55% | 0.93% | - |
| XYZ | 63.56 | 70.45 | 24.43 | - |
| YUV | 212.61 | 68.96 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 108 | 0 | 0.08 | 0.55 | 0.07 | 51.69 | 0.79 | 0.68 |
| Hex | EE | DC | 6C | 0 | 8 | 37 | 7 | 34 | 4F | 44 |
| Octal | 356 | 334 | 154 | 0 | 10 | 67 | 7 | 64 | 117 | 104 |
| Binary | 11101110 | 11011100 | 1101100 | 0 | 1000 | 110111 | 111 | 110100 | 1001111 | 1000100 |
Color Harmonies of #EEDC6C
Complementary color
Monochromatic Colors of #EEDC6C
Black with #EEDC6C
Text Example
Text Example
White with #EEDC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDC6C; }
p { color: rgb(238,220,108); }
H1.HeaderClassName
{
color: #EEDC6C;
}
.AnyTagClassName
{
color: #EEDC6C;
}
</style>
background-color css
<style>
a { background-color: #EEDC6C; }
a { background-color: rgb(238,220,108); }
div.DivClassName
{
background-color: #EEDC6C;
}
.BgClassName
{
background-color: #EEDC6C;
}
</style>
border-color css
<style>
span { border-color: #EEDC6C; }
span { border-color: rgb(238,220,108); }
td.TdClassName
{
border-color: #EEDC6C;
}
.TagClassName
{
border-color: #EEDC6C;
}
</style>