Shades of Wattle #CEC130
Tints of Wattle #CEC130
RGB
CMYK
RGB Variations
Color information
#CEC130 (or 0xCEC130) is known color: Wattle. HEX triplet: CE, C1 and 30. RGB value is (206,193,48). Sum of RGB (Red+Green+Blue) = 206+193+48=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 193 (75.78% from 255 or 43.18% from 447); Blue value is 48 (19.14% from 255 or 10.74% from 447); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC130 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC130 is #313ECF. Grayscale: #B4B4B4. Windows color (decimal): -3227344 or 3195342. OLE color: 3195342.
HSL color Cylindrical-coordinate representation of color #CEC130: hue angle of 55.06º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CEC130 is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 193 | 48 | - |
| CMYK | 0 | 0.06 | 0.77 | 0.19 |
| HSL | 55.06º | 0.62% | 0.5% | - |
| HSV(B) | 55.06º | 0.77% | 0.81% | - |
| XYZ | 45.06 | 51.48 | 10.36 | - |
| YUV | 180.36 | 53.31 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 48 | 0 | 0.06 | 0.77 | 0.19 | 55.06 | 0.62 | 0.5 |
| Hex | CE | C1 | 30 | 0 | 6 | 4D | 13 | 37 | 3E | 32 |
| Octal | 316 | 301 | 60 | 0 | 6 | 115 | 23 | 67 | 76 | 62 |
| Binary | 11001110 | 11000001 | 110000 | 0 | 110 | 1001101 | 10011 | 110111 | 111110 | 110010 |
Color Harmonies of #CEC130
Complementary color
Monochromatic Colors of #CEC130
Black with #CEC130
Text Example
Text Example
White with #CEC130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC130; }
p { color: rgb(206,193,48); }
H1.HeaderClassName
{
color: #CEC130;
}
.AnyTagClassName
{
color: #CEC130;
}
</style>
background-color css
<style>
a { background-color: #CEC130; }
a { background-color: rgb(206,193,48); }
div.DivClassName
{
background-color: #CEC130;
}
.BgClassName
{
background-color: #CEC130;
}
</style>
border-color css
<style>
span { border-color: #CEC130; }
span { border-color: rgb(206,193,48); }
td.TdClassName
{
border-color: #CEC130;
}
.TagClassName
{
border-color: #CEC130;
}
</style>