Shades of Wild Rice #E3CC74
Tints of Wild Rice #E3CC74
RGB
CMYK
RGB Variations
Color information
#E3CC74 (or 0xE3CC74) is known color: Wild Rice. HEX triplet: E3, CC and 74. RGB value is (227,204,116). Sum of RGB (Red+Green+Blue) = 227+204+116=547 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.50% from 547); Green value is 204 (80.08% from 255 or 37.29% from 547); Blue value is 116 (45.70% from 255 or 21.21% from 547); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3CC74 is #1C338B. Grayscale: #C9C9C9. Windows color (decimal): -1848204 or 7654627. OLE color: 7654627.
HSL color Cylindrical-coordinate representation of color #E3CC74: hue angle of 47.57º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E3CC74 is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 204 | 116 | - |
| CMYK | 0 | 0.10 | 0.49 | 0.11 |
| HSL | 47.57º | 0.66% | 0.67% | - |
| HSV(B) | 47.57º | 0.49% | 0.89% | - |
| XYZ | 56.42 | 60.78 | 25.28 | - |
| YUV | 200.85 | 80.12 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 204 | 116 | 0 | 0.10 | 0.49 | 0.11 | 47.57 | 0.66 | 0.67 |
| Hex | E3 | CC | 74 | 0 | A | 31 | B | 30 | 42 | 43 |
| Octal | 343 | 314 | 164 | 0 | 12 | 61 | 13 | 60 | 102 | 103 |
| Binary | 11100011 | 11001100 | 1110100 | 0 | 1010 | 110001 | 1011 | 110000 | 1000010 | 1000011 |
Color Harmonies of #E3CC74
Complementary color
Monochromatic Colors of #E3CC74
Black with #E3CC74
Text Example
Text Example
White with #E3CC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CC74; }
p { color: rgb(227,204,116); }
H1.HeaderClassName
{
color: #E3CC74;
}
.AnyTagClassName
{
color: #E3CC74;
}
</style>
background-color css
<style>
a { background-color: #E3CC74; }
a { background-color: rgb(227,204,116); }
div.DivClassName
{
background-color: #E3CC74;
}
.BgClassName
{
background-color: #E3CC74;
}
</style>
border-color css
<style>
span { border-color: #E3CC74; }
span { border-color: rgb(227,204,116); }
td.TdClassName
{
border-color: #E3CC74;
}
.TagClassName
{
border-color: #E3CC74;
}
</style>