Shades of Maize #E3BD83
Tints of Maize #E3BD83
RGB
CMYK
RGB Variations
Color information
#E3BD83 (or 0xE3BD83) is known color: Maize. HEX triplet: E3, BD and 83. RGB value is (227,189,131). Sum of RGB (Red+Green+Blue) = 227+189+131=547 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.50% from 547); Green value is 189 (74.22% from 255 or 34.55% from 547); Blue value is 131 (51.56% from 255 or 23.95% from 547); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BD83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3BD83 is #1C427C. Grayscale: #C2C2C2. Windows color (decimal): -1852029 or 8633827. OLE color: 8633827.
HSL color Cylindrical-coordinate representation of color #E3BD83: hue angle of 36.25º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E3BD83 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 189 | 131 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.11 |
| HSL | 36.25º | 0.63% | 0.7% | - |
| HSV(B) | 36.25º | 0.42% | 0.89% | - |
| XYZ | 53.97 | 54.36 | 29.12 | - |
| YUV | 193.75 | 92.59 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 189 | 131 | 0 | 0.17 | 0.42 | 0.11 | 36.25 | 0.63 | 0.7 |
| Hex | E3 | BD | 83 | 0 | 11 | 2A | B | 24 | 3F | 46 |
| Octal | 343 | 275 | 203 | 0 | 21 | 52 | 13 | 44 | 77 | 106 |
| Binary | 11100011 | 10111101 | 10000011 | 0 | 10001 | 101010 | 1011 | 100100 | 111111 | 1000110 |
Color Harmonies of #E3BD83
Complementary color
Monochromatic Colors of #E3BD83
Black with #E3BD83
Text Example
Text Example
White with #E3BD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BD83; }
p { color: rgb(227,189,131); }
H1.HeaderClassName
{
color: #E3BD83;
}
.AnyTagClassName
{
color: #E3BD83;
}
</style>
background-color css
<style>
a { background-color: #E3BD83; }
a { background-color: rgb(227,189,131); }
div.DivClassName
{
background-color: #E3BD83;
}
.BgClassName
{
background-color: #E3BD83;
}
</style>
border-color css
<style>
span { border-color: #E3BD83; }
span { border-color: rgb(227,189,131); }
td.TdClassName
{
border-color: #E3BD83;
}
.TagClassName
{
border-color: #E3BD83;
}
</style>