Shades of Wild Rice #E5D27D
Tints of Wild Rice #E5D27D
RGB
CMYK
RGB Variations
Color information
#E5D27D (or 0xE5D27D) is known color: Wild Rice. HEX triplet: E5, D2 and 7D. RGB value is (229,210,125). Sum of RGB (Red+Green+Blue) = 229+210+125=564 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.60% from 564); Green value is 210 (82.42% from 255 or 37.23% from 564); Blue value is 125 (49.22% from 255 or 22.16% from 564); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D27D is #1A2D82. Grayscale: #CECECE. Windows color (decimal): -1715587 or 8245989. OLE color: 8245989.
HSL color Cylindrical-coordinate representation of color #E5D27D: hue angle of 49.04º 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 #E5D27D is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 210 | 125 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.10 |
| HSL | 49.04º | 0.67% | 0.69% | - |
| HSV(B) | 49.04º | 0.45% | 0.9% | - |
| XYZ | 59.06 | 64.23 | 28.69 | - |
| YUV | 205.99 | 82.29 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 210 | 125 | 0 | 0.08 | 0.45 | 0.10 | 49.04 | 0.67 | 0.69 |
| Hex | E5 | D2 | 7D | 0 | 8 | 2D | A | 31 | 43 | 45 |
| Octal | 345 | 322 | 175 | 0 | 10 | 55 | 12 | 61 | 103 | 105 |
| Binary | 11100101 | 11010010 | 1111101 | 0 | 1000 | 101101 | 1010 | 110001 | 1000011 | 1000101 |
Color Harmonies of #E5D27D
Complementary color
Monochromatic Colors of #E5D27D
Black with #E5D27D
Text Example
Text Example
White with #E5D27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D27D; }
p { color: rgb(229,210,125); }
H1.HeaderClassName
{
color: #E5D27D;
}
.AnyTagClassName
{
color: #E5D27D;
}
</style>
background-color css
<style>
a { background-color: #E5D27D; }
a { background-color: rgb(229,210,125); }
div.DivClassName
{
background-color: #E5D27D;
}
.BgClassName
{
background-color: #E5D27D;
}
</style>
border-color css
<style>
span { border-color: #E5D27D; }
span { border-color: rgb(229,210,125); }
td.TdClassName
{
border-color: #E5D27D;
}
.TagClassName
{
border-color: #E5D27D;
}
</style>