Shades of Wattle #E1CE33
Tints of Wattle #E1CE33
RGB
CMYK
RGB Variations
Color information
#E1CE33 (or 0xE1CE33) is known color: Wattle. HEX triplet: E1, CE and 33. RGB value is (225,206,51). Sum of RGB (Red+Green+Blue) = 225+206+51=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 206 (80.86% from 255 or 42.74% from 482); Blue value is 51 (20.31% from 255 or 10.58% from 482); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CE33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1CE33 is #1E31CC. Grayscale: #C2C2C2. Windows color (decimal): -1978829 or 3395297. OLE color: 3395297.
HSL color Cylindrical-coordinate representation of color #E1CE33: hue angle of 53.45º 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 #E1CE33 is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 206 | 51 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.12 |
| HSL | 53.45º | 0.74% | 0.54% | - |
| HSV(B) | 53.45º | 0.77% | 0.88% | - |
| XYZ | 53.72 | 60.39 | 11.96 | - |
| YUV | 194.01 | 47.29 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 206 | 51 | 0 | 0.08 | 0.77 | 0.12 | 53.45 | 0.74 | 0.54 |
| Hex | E1 | CE | 33 | 0 | 8 | 4D | C | 35 | 4A | 36 |
| Octal | 341 | 316 | 63 | 0 | 10 | 115 | 14 | 65 | 112 | 66 |
| Binary | 11100001 | 11001110 | 110011 | 0 | 1000 | 1001101 | 1100 | 110101 | 1001010 | 110110 |
Color Harmonies of #E1CE33
Complementary color
Monochromatic Colors of #E1CE33
Black with #E1CE33
Text Example
Text Example
White with #E1CE33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CE33; }
p { color: rgb(225,206,51); }
H1.HeaderClassName
{
color: #E1CE33;
}
.AnyTagClassName
{
color: #E1CE33;
}
</style>
background-color css
<style>
a { background-color: #E1CE33; }
a { background-color: rgb(225,206,51); }
div.DivClassName
{
background-color: #E1CE33;
}
.BgClassName
{
background-color: #E1CE33;
}
</style>
border-color css
<style>
span { border-color: #E1CE33; }
span { border-color: rgb(225,206,51); }
td.TdClassName
{
border-color: #E1CE33;
}
.TagClassName
{
border-color: #E1CE33;
}
</style>