Shades of Wattle #E1C437
Tints of Wattle #E1C437
RGB
CMYK
RGB Variations
Color information
#E1C437 (or 0xE1C437) is known color: Wattle. HEX triplet: E1, C4 and 37. RGB value is (225,196,55). Sum of RGB (Red+Green+Blue) = 225+196+55=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 196 (76.95% from 255 or 41.18% from 476); Blue value is 55 (21.88% from 255 or 11.55% from 476); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C437 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C437 is #1E3BC8. Grayscale: #BDBDBD. Windows color (decimal): -1981385 or 3654881. OLE color: 3654881.
HSL color Cylindrical-coordinate representation of color #E1C437: hue angle of 49.76º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E1C437 is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 196 | 55 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.12 |
| HSL | 49.76º | 0.74% | 0.55% | - |
| HSV(B) | 49.76º | 0.76% | 0.88% | - |
| XYZ | 51.48 | 55.76 | 11.66 | - |
| YUV | 188.6 | 52.61 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 196 | 55 | 0 | 0.13 | 0.76 | 0.12 | 49.76 | 0.74 | 0.55 |
| Hex | E1 | C4 | 37 | 0 | D | 4C | C | 32 | 4A | 37 |
| Octal | 341 | 304 | 67 | 0 | 15 | 114 | 14 | 62 | 112 | 67 |
| Binary | 11100001 | 11000100 | 110111 | 0 | 1101 | 1001100 | 1100 | 110010 | 1001010 | 110111 |
Color Harmonies of #E1C437
Complementary color
Monochromatic Colors of #E1C437
Black with #E1C437
Text Example
Text Example
White with #E1C437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C437; }
p { color: rgb(225,196,55); }
H1.HeaderClassName
{
color: #E1C437;
}
.AnyTagClassName
{
color: #E1C437;
}
</style>
background-color css
<style>
a { background-color: #E1C437; }
a { background-color: rgb(225,196,55); }
div.DivClassName
{
background-color: #E1C437;
}
.BgClassName
{
background-color: #E1C437;
}
</style>
border-color css
<style>
span { border-color: #E1C437; }
span { border-color: rgb(225,196,55); }
td.TdClassName
{
border-color: #E1C437;
}
.TagClassName
{
border-color: #E1C437;
}
</style>