Shades of Wattle #E5CD37
Tints of Wattle #E5CD37
RGB
CMYK
RGB Variations
Color information
#E5CD37 (or 0xE5CD37) is known color: Wattle. HEX triplet: E5, CD and 37. RGB value is (229,205,55). Sum of RGB (Red+Green+Blue) = 229+205+55=489 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.83% from 489); Green value is 205 (80.47% from 255 or 41.92% from 489); Blue value is 55 (21.88% from 255 or 11.25% from 489); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CD37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5CD37 is #1A32C8. Grayscale: #C3C3C3. Windows color (decimal): -1716937 or 3657189. OLE color: 3657189.
HSL color Cylindrical-coordinate representation of color #E5CD37: hue angle of 51.72º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E5CD37 is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 205 | 55 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.10 |
| HSL | 51.72º | 0.77% | 0.56% | - |
| HSV(B) | 51.72º | 0.76% | 0.9% | - |
| XYZ | 54.83 | 60.6 | 12.42 | - |
| YUV | 195.08 | 48.95 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 205 | 55 | 0 | 0.10 | 0.76 | 0.10 | 51.72 | 0.77 | 0.56 |
| Hex | E5 | CD | 37 | 0 | A | 4C | A | 34 | 4D | 38 |
| Octal | 345 | 315 | 67 | 0 | 12 | 114 | 12 | 64 | 115 | 70 |
| Binary | 11100101 | 11001101 | 110111 | 0 | 1010 | 1001100 | 1010 | 110100 | 1001101 | 111000 |
Color Harmonies of #E5CD37
Complementary color
Monochromatic Colors of #E5CD37
Black with #E5CD37
Text Example
Text Example
White with #E5CD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CD37; }
p { color: rgb(229,205,55); }
H1.HeaderClassName
{
color: #E5CD37;
}
.AnyTagClassName
{
color: #E5CD37;
}
</style>
background-color css
<style>
a { background-color: #E5CD37; }
a { background-color: rgb(229,205,55); }
div.DivClassName
{
background-color: #E5CD37;
}
.BgClassName
{
background-color: #E5CD37;
}
</style>
border-color css
<style>
span { border-color: #E5CD37; }
span { border-color: rgb(229,205,55); }
td.TdClassName
{
border-color: #E5CD37;
}
.TagClassName
{
border-color: #E5CD37;
}
</style>