Shades of Wattle #E0CE36
Tints of Wattle #E0CE36
RGB
CMYK
RGB Variations
Color information
#E0CE36 (or 0xE0CE36) is known color: Wattle. HEX triplet: E0, CE and 36. RGB value is (224,206,54). Sum of RGB (Red+Green+Blue) = 224+206+54=484 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.28% from 484); Green value is 206 (80.86% from 255 or 42.56% from 484); Blue value is 54 (21.48% from 255 or 11.16% from 484); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CE36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0CE36 is #1F31C9. Grayscale: #C2C2C2. Windows color (decimal): -2044362 or 3591904. OLE color: 3591904.
HSL color Cylindrical-coordinate representation of color #E0CE36: hue angle of 53.65º degrees, saturation: 0.73, 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 #E0CE36 is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 206 | 54 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.12 |
| HSL | 53.65º | 0.73% | 0.55% | - |
| HSV(B) | 53.65º | 0.76% | 0.88% | - |
| XYZ | 53.48 | 60.26 | 12.3 | - |
| YUV | 194.05 | 48.96 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 206 | 54 | 0 | 0.08 | 0.76 | 0.12 | 53.65 | 0.73 | 0.55 |
| Hex | E0 | CE | 36 | 0 | 8 | 4C | C | 36 | 49 | 37 |
| Octal | 340 | 316 | 66 | 0 | 10 | 114 | 14 | 66 | 111 | 67 |
| Binary | 11100000 | 11001110 | 110110 | 0 | 1000 | 1001100 | 1100 | 110110 | 1001001 | 110111 |
Color Harmonies of #E0CE36
Complementary color
Monochromatic Colors of #E0CE36
Black with #E0CE36
Text Example
Text Example
White with #E0CE36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CE36; }
p { color: rgb(224,206,54); }
H1.HeaderClassName
{
color: #E0CE36;
}
.AnyTagClassName
{
color: #E0CE36;
}
</style>
background-color css
<style>
a { background-color: #E0CE36; }
a { background-color: rgb(224,206,54); }
div.DivClassName
{
background-color: #E0CE36;
}
.BgClassName
{
background-color: #E0CE36;
}
</style>
border-color css
<style>
span { border-color: #E0CE36; }
span { border-color: rgb(224,206,54); }
td.TdClassName
{
border-color: #E0CE36;
}
.TagClassName
{
border-color: #E0CE36;
}
</style>