Shades of Wild Rice #E5D37D
Tints of Wild Rice #E5D37D
RGB
CMYK
RGB Variations
Color information
#E5D37D (or 0xE5D37D) is known color: Wild Rice. HEX triplet: E5, D3 and 7D. RGB value is (229,211,125). Sum of RGB (Red+Green+Blue) = 229+211+125=565 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.53% from 565); Green value is 211 (82.81% from 255 or 37.35% from 565); Blue value is 125 (49.22% from 255 or 22.12% from 565); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D37D is #1A2C82. Grayscale: #CECECE. Windows color (decimal): -1715331 or 8246245. OLE color: 8246245.
HSL color Cylindrical-coordinate representation of color #E5D37D: hue angle of 49.62º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E5D37D is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 211 | 125 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.10 |
| HSL | 49.62º | 0.67% | 0.69% | - |
| HSV(B) | 49.62º | 0.45% | 0.9% | - |
| XYZ | 59.31 | 64.73 | 28.77 | - |
| YUV | 206.58 | 81.96 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 211 | 125 | 0 | 0.08 | 0.45 | 0.10 | 49.62 | 0.67 | 0.69 |
| Hex | E5 | D3 | 7D | 0 | 8 | 2D | A | 32 | 43 | 45 |
| Octal | 345 | 323 | 175 | 0 | 10 | 55 | 12 | 62 | 103 | 105 |
| Binary | 11100101 | 11010011 | 1111101 | 0 | 1000 | 101101 | 1010 | 110010 | 1000011 | 1000101 |
Color Harmonies of #E5D37D
Complementary color
Monochromatic Colors of #E5D37D
Black with #E5D37D
Text Example
Text Example
White with #E5D37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D37D; }
p { color: rgb(229,211,125); }
H1.HeaderClassName
{
color: #E5D37D;
}
.AnyTagClassName
{
color: #E5D37D;
}
</style>
background-color css
<style>
a { background-color: #E5D37D; }
a { background-color: rgb(229,211,125); }
div.DivClassName
{
background-color: #E5D37D;
}
.BgClassName
{
background-color: #E5D37D;
}
</style>
border-color css
<style>
span { border-color: #E5D37D; }
span { border-color: rgb(229,211,125); }
td.TdClassName
{
border-color: #E5D37D;
}
.TagClassName
{
border-color: #E5D37D;
}
</style>