Shades of Wattle #E1C931
Tints of Wattle #E1C931
RGB
CMYK
RGB Variations
Color information
#E1C931 (or 0xE1C931) is known color: Wattle. HEX triplet: E1, C9 and 31. RGB value is (225,201,49). Sum of RGB (Red+Green+Blue) = 225+201+49=475 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.37% from 475); Green value is 201 (78.91% from 255 or 42.32% from 475); Blue value is 49 (19.53% from 255 or 10.32% from 475); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C931 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C931 is #1E36CE. Grayscale: #BFBFBF. Windows color (decimal): -1980111 or 3262945. OLE color: 3262945.
HSL color Cylindrical-coordinate representation of color #E1C931: hue angle of 51.82º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E1C931 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 201 | 49 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.12 |
| HSL | 51.82º | 0.75% | 0.54% | - |
| HSV(B) | 51.82º | 0.78% | 0.88% | - |
| XYZ | 52.49 | 58 | 11.33 | - |
| YUV | 190.85 | 47.95 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 201 | 49 | 0 | 0.11 | 0.78 | 0.12 | 51.82 | 0.75 | 0.54 |
| Hex | E1 | C9 | 31 | 0 | B | 4E | C | 34 | 4B | 36 |
| Octal | 341 | 311 | 61 | 0 | 13 | 116 | 14 | 64 | 113 | 66 |
| Binary | 11100001 | 11001001 | 110001 | 0 | 1011 | 1001110 | 1100 | 110100 | 1001011 | 110110 |
Color Harmonies of #E1C931
Complementary color
Monochromatic Colors of #E1C931
Black with #E1C931
Text Example
Text Example
White with #E1C931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C931; }
p { color: rgb(225,201,49); }
H1.HeaderClassName
{
color: #E1C931;
}
.AnyTagClassName
{
color: #E1C931;
}
</style>
background-color css
<style>
a { background-color: #E1C931; }
a { background-color: rgb(225,201,49); }
div.DivClassName
{
background-color: #E1C931;
}
.BgClassName
{
background-color: #E1C931;
}
</style>
border-color css
<style>
span { border-color: #E1C931; }
span { border-color: rgb(225,201,49); }
td.TdClassName
{
border-color: #E1C931;
}
.TagClassName
{
border-color: #E1C931;
}
</style>