Shades of Wattle #CECA30
Tints of Wattle #CECA30
RGB
CMYK
RGB Variations
Color information
#CECA30 (or 0xCECA30) is known color: Wattle. HEX triplet: CE, CA and 30. RGB value is (206,202,48). Sum of RGB (Red+Green+Blue) = 206+202+48=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 202 (79.30% from 255 or 44.30% from 456); Blue value is 48 (19.14% from 255 or 10.53% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECA30 is #3135CF. Grayscale: #BABABA. Windows color (decimal): -3225040 or 3197646. OLE color: 3197646.
HSL color Cylindrical-coordinate representation of color #CECA30: hue angle of 58.48º 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 #CECA30 is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 202 | 48 | - |
| CMYK | 0 | 0.02 | 0.77 | 0.19 |
| HSL | 58.48º | 0.62% | 0.5% | - |
| HSV(B) | 58.48º | 0.77% | 0.81% | - |
| XYZ | 47.11 | 55.58 | 11.04 | - |
| YUV | 185.64 | 50.33 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 48 | 0 | 0.02 | 0.77 | 0.19 | 58.48 | 0.62 | 0.5 |
| Hex | CE | CA | 30 | 0 | 2 | 4D | 13 | 3A | 3E | 32 |
| Octal | 316 | 312 | 60 | 0 | 2 | 115 | 23 | 72 | 76 | 62 |
| Binary | 11001110 | 11001010 | 110000 | 0 | 10 | 1001101 | 10011 | 111010 | 111110 | 110010 |
Color Harmonies of #CECA30
Complementary color
Monochromatic Colors of #CECA30
Black with #CECA30
Text Example
Text Example
White with #CECA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECA30; }
p { color: rgb(206,202,48); }
H1.HeaderClassName
{
color: #CECA30;
}
.AnyTagClassName
{
color: #CECA30;
}
</style>
background-color css
<style>
a { background-color: #CECA30; }
a { background-color: rgb(206,202,48); }
div.DivClassName
{
background-color: #CECA30;
}
.BgClassName
{
background-color: #CECA30;
}
</style>
border-color css
<style>
span { border-color: #CECA30; }
span { border-color: rgb(206,202,48); }
td.TdClassName
{
border-color: #CECA30;
}
.TagClassName
{
border-color: #CECA30;
}
</style>