Shades of Wild Rice #ECD078
Tints of Wild Rice #ECD078
RGB
CMYK
RGB Variations
Color information
#ECD078 (or 0xECD078) is known color: Wild Rice. HEX triplet: EC, D0 and 78. RGB value is (236,208,120). Sum of RGB (Red+Green+Blue) = 236+208+120=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 208 (81.64% from 255 or 36.88% from 564); Blue value is 120 (47.27% from 255 or 21.28% from 564); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD078 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD078 is #132F87. Grayscale: #CECECE. Windows color (decimal): -1257352 or 7917804. OLE color: 7917804.
HSL color Cylindrical-coordinate representation of color #ECD078: hue angle of 45.52º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ECD078 is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 208 | 120 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.07 |
| HSL | 45.52º | 0.75% | 0.7% | - |
| HSV(B) | 45.52º | 0.49% | 0.93% | - |
| XYZ | 60.54 | 64.3 | 26.99 | - |
| YUV | 206.34 | 79.28 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 208 | 120 | 0 | 0.12 | 0.49 | 0.07 | 45.52 | 0.75 | 0.7 |
| Hex | EC | D0 | 78 | 0 | C | 31 | 7 | 2E | 4B | 46 |
| Octal | 354 | 320 | 170 | 0 | 14 | 61 | 7 | 56 | 113 | 106 |
| Binary | 11101100 | 11010000 | 1111000 | 0 | 1100 | 110001 | 111 | 101110 | 1001011 | 1000110 |
Color Harmonies of #ECD078
Complementary color
Monochromatic Colors of #ECD078
Black with #ECD078
Text Example
Text Example
White with #ECD078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD078; }
p { color: rgb(236,208,120); }
H1.HeaderClassName
{
color: #ECD078;
}
.AnyTagClassName
{
color: #ECD078;
}
</style>
background-color css
<style>
a { background-color: #ECD078; }
a { background-color: rgb(236,208,120); }
div.DivClassName
{
background-color: #ECD078;
}
.BgClassName
{
background-color: #ECD078;
}
</style>
border-color css
<style>
span { border-color: #ECD078; }
span { border-color: rgb(236,208,120); }
td.TdClassName
{
border-color: #ECD078;
}
.TagClassName
{
border-color: #ECD078;
}
</style>