Shades of Wattle #CEC230
Tints of Wattle #CEC230
RGB
CMYK
RGB Variations
Color information
#CEC230 (or 0xCEC230) is known color: Wattle. HEX triplet: CE, C2 and 30. RGB value is (206,194,48). Sum of RGB (Red+Green+Blue) = 206+194+48=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 194 (76.17% from 255 or 43.30% from 448); Blue value is 48 (19.14% from 255 or 10.71% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC230 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC230 is #313DCF. Grayscale: #B5B5B5. Windows color (decimal): -3227088 or 3195598. OLE color: 3195598.
HSL color Cylindrical-coordinate representation of color #CEC230: hue angle of 55.44º 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 #CEC230 is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 48 | - |
| CMYK | 0 | 0.06 | 0.77 | 0.19 |
| HSL | 55.44º | 0.62% | 0.5% | - |
| HSV(B) | 55.44º | 0.77% | 0.81% | - |
| XYZ | 45.28 | 51.92 | 10.43 | - |
| YUV | 180.94 | 52.98 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 48 | 0 | 0.06 | 0.77 | 0.19 | 55.44 | 0.62 | 0.5 |
| Hex | CE | C2 | 30 | 0 | 6 | 4D | 13 | 37 | 3E | 32 |
| Octal | 316 | 302 | 60 | 0 | 6 | 115 | 23 | 67 | 76 | 62 |
| Binary | 11001110 | 11000010 | 110000 | 0 | 110 | 1001101 | 10011 | 110111 | 111110 | 110010 |
Color Harmonies of #CEC230
Complementary color
Monochromatic Colors of #CEC230
Black with #CEC230
Text Example
Text Example
White with #CEC230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC230; }
p { color: rgb(206,194,48); }
H1.HeaderClassName
{
color: #CEC230;
}
.AnyTagClassName
{
color: #CEC230;
}
</style>
background-color css
<style>
a { background-color: #CEC230; }
a { background-color: rgb(206,194,48); }
div.DivClassName
{
background-color: #CEC230;
}
.BgClassName
{
background-color: #CEC230;
}
</style>
border-color css
<style>
span { border-color: #CEC230; }
span { border-color: rgb(206,194,48); }
td.TdClassName
{
border-color: #CEC230;
}
.TagClassName
{
border-color: #CEC230;
}
</style>