Shades of Wattle #E1CE32
Tints of Wattle #E1CE32
RGB
CMYK
RGB Variations
Color information
#E1CE32 (or 0xE1CE32) is known color: Wattle. HEX triplet: E1, CE and 32. RGB value is (225,206,50). Sum of RGB (Red+Green+Blue) = 225+206+50=481 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.78% from 481); Green value is 206 (80.86% from 255 or 42.83% from 481); Blue value is 50 (19.92% from 255 or 10.40% from 481); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CE32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1CE32 is #1E31CD. Grayscale: #C2C2C2. Windows color (decimal): -1978830 or 3329761. OLE color: 3329761.
HSL color Cylindrical-coordinate representation of color #E1CE32: hue angle of 53.49º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E1CE32 is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 206 | 50 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.12 |
| HSL | 53.49º | 0.74% | 0.54% | - |
| HSV(B) | 53.49º | 0.78% | 0.88% | - |
| XYZ | 53.7 | 60.38 | 11.84 | - |
| YUV | 193.9 | 46.79 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 206 | 50 | 0 | 0.08 | 0.78 | 0.12 | 53.49 | 0.74 | 0.54 |
| Hex | E1 | CE | 32 | 0 | 8 | 4E | C | 35 | 4A | 36 |
| Octal | 341 | 316 | 62 | 0 | 10 | 116 | 14 | 65 | 112 | 66 |
| Binary | 11100001 | 11001110 | 110010 | 0 | 1000 | 1001110 | 1100 | 110101 | 1001010 | 110110 |
Color Harmonies of #E1CE32
Complementary color
Monochromatic Colors of #E1CE32
Black with #E1CE32
Text Example
Text Example
White with #E1CE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CE32; }
p { color: rgb(225,206,50); }
H1.HeaderClassName
{
color: #E1CE32;
}
.AnyTagClassName
{
color: #E1CE32;
}
</style>
background-color css
<style>
a { background-color: #E1CE32; }
a { background-color: rgb(225,206,50); }
div.DivClassName
{
background-color: #E1CE32;
}
.BgClassName
{
background-color: #E1CE32;
}
</style>
border-color css
<style>
span { border-color: #E1CE32; }
span { border-color: rgb(225,206,50); }
td.TdClassName
{
border-color: #E1CE32;
}
.TagClassName
{
border-color: #E1CE32;
}
</style>