Shades of Wattle #E1CC33
Tints of Wattle #E1CC33
RGB
CMYK
RGB Variations
Color information
#E1CC33 (or 0xE1CC33) is known color: Wattle. HEX triplet: E1, CC and 33. RGB value is (225,204,51). Sum of RGB (Red+Green+Blue) = 225+204+51=480 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.88% from 480); Green value is 204 (80.08% from 255 or 42.5% from 480); Blue value is 51 (20.31% from 255 or 10.62% from 480); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CC33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1CC33 is #1E33CC. Grayscale: #C1C1C1. Windows color (decimal): -1979341 or 3394785. OLE color: 3394785.
HSL color Cylindrical-coordinate representation of color #E1CC33: hue angle of 52.76º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E1CC33 is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 204 | 51 | - |
| CMYK | 0 | 0.09 | 0.77 | 0.12 |
| HSL | 52.76º | 0.74% | 0.54% | - |
| HSV(B) | 52.76º | 0.77% | 0.88% | - |
| XYZ | 53.24 | 59.43 | 11.8 | - |
| YUV | 192.84 | 47.96 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 204 | 51 | 0 | 0.09 | 0.77 | 0.12 | 52.76 | 0.74 | 0.54 |
| Hex | E1 | CC | 33 | 0 | 9 | 4D | C | 35 | 4A | 36 |
| Octal | 341 | 314 | 63 | 0 | 11 | 115 | 14 | 65 | 112 | 66 |
| Binary | 11100001 | 11001100 | 110011 | 0 | 1001 | 1001101 | 1100 | 110101 | 1001010 | 110110 |
Color Harmonies of #E1CC33
Complementary color
Monochromatic Colors of #E1CC33
Black with #E1CC33
Text Example
Text Example
White with #E1CC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CC33; }
p { color: rgb(225,204,51); }
H1.HeaderClassName
{
color: #E1CC33;
}
.AnyTagClassName
{
color: #E1CC33;
}
</style>
background-color css
<style>
a { background-color: #E1CC33; }
a { background-color: rgb(225,204,51); }
div.DivClassName
{
background-color: #E1CC33;
}
.BgClassName
{
background-color: #E1CC33;
}
</style>
border-color css
<style>
span { border-color: #E1CC33; }
span { border-color: rgb(225,204,51); }
td.TdClassName
{
border-color: #E1CC33;
}
.TagClassName
{
border-color: #E1CC33;
}
</style>