Shades of Wattle #E0CB37
Tints of Wattle #E0CB37
RGB
CMYK
RGB Variations
Color information
#E0CB37 (or 0xE0CB37) is known color: Wattle. HEX triplet: E0, CB and 37. RGB value is (224,203,55). Sum of RGB (Red+Green+Blue) = 224+203+55=482 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.47% from 482); Green value is 203 (79.69% from 255 or 42.12% from 482); Blue value is 55 (21.88% from 255 or 11.41% from 482); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CB37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0CB37 is #1F34C8. Grayscale: #C1C1C1. Windows color (decimal): -2045129 or 3656672. OLE color: 3656672.
HSL color Cylindrical-coordinate representation of color #E0CB37: hue angle of 52.54º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E0CB37 is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 203 | 55 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.12 |
| HSL | 52.54º | 0.73% | 0.55% | - |
| HSV(B) | 52.54º | 0.75% | 0.88% | - |
| XYZ | 52.79 | 58.84 | 12.19 | - |
| YUV | 192.41 | 50.46 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 203 | 55 | 0 | 0.09 | 0.75 | 0.12 | 52.54 | 0.73 | 0.55 |
| Hex | E0 | CB | 37 | 0 | 9 | 4B | C | 35 | 49 | 37 |
| Octal | 340 | 313 | 67 | 0 | 11 | 113 | 14 | 65 | 111 | 67 |
| Binary | 11100000 | 11001011 | 110111 | 0 | 1001 | 1001011 | 1100 | 110101 | 1001001 | 110111 |
Color Harmonies of #E0CB37
Complementary color
Monochromatic Colors of #E0CB37
Black with #E0CB37
Text Example
Text Example
White with #E0CB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CB37; }
p { color: rgb(224,203,55); }
H1.HeaderClassName
{
color: #E0CB37;
}
.AnyTagClassName
{
color: #E0CB37;
}
</style>
background-color css
<style>
a { background-color: #E0CB37; }
a { background-color: rgb(224,203,55); }
div.DivClassName
{
background-color: #E0CB37;
}
.BgClassName
{
background-color: #E0CB37;
}
</style>
border-color css
<style>
span { border-color: #E0CB37; }
span { border-color: rgb(224,203,55); }
td.TdClassName
{
border-color: #E0CB37;
}
.TagClassName
{
border-color: #E0CB37;
}
</style>