Shades of Wattle #CECE4B
Tints of Wattle #CECE4B
RGB
CMYK
RGB Variations
Color information
#CECE4B (or 0xCECE4B) is known color: Wattle. HEX triplet: CE, CE and 4B. RGB value is (206,206,75). Sum of RGB (Red+Green+Blue) = 206+206+75=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 206 (80.86% from 255 or 42.30% from 487); Blue value is 75 (29.69% from 255 or 15.40% from 487); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECE4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECE4B is #3131B4. Grayscale: #BFBFBF. Windows color (decimal): -3223989 or 4968142. OLE color: 4968142.
HSL color Cylindrical-coordinate representation of color #CECE4B: hue angle of 60º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CECE4B is Cyan = 0, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 206 | 75 | - |
| CMYK | 0 | 0 | 0.64 | 0.19 |
| HSL | 60º | 0.57% | 0.55% | - |
| HSV(B) | 60º | 0.64% | 0.81% | - |
| XYZ | 48.79 | 57.77 | 15.24 | - |
| YUV | 191.07 | 62.5 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 206 | 75 | 0 | 0 | 0.64 | 0.19 | 60 | 0.57 | 0.55 |
| Hex | CE | CE | 4B | 0 | 0 | 40 | 13 | 3C | 39 | 37 |
| Octal | 316 | 316 | 113 | 0 | 0 | 100 | 23 | 74 | 71 | 67 |
| Binary | 11001110 | 11001110 | 1001011 | 0 | 0 | 1000000 | 10011 | 111100 | 111001 | 110111 |
Color Harmonies of #CECE4B
Complementary color
Monochromatic Colors of #CECE4B
Black with #CECE4B
Text Example
Text Example
White with #CECE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECE4B; }
p { color: rgb(206,206,75); }
H1.HeaderClassName
{
color: #CECE4B;
}
.AnyTagClassName
{
color: #CECE4B;
}
</style>
background-color css
<style>
a { background-color: #CECE4B; }
a { background-color: rgb(206,206,75); }
div.DivClassName
{
background-color: #CECE4B;
}
.BgClassName
{
background-color: #CECE4B;
}
</style>
border-color css
<style>
span { border-color: #CECE4B; }
span { border-color: rgb(206,206,75); }
td.TdClassName
{
border-color: #CECE4B;
}
.TagClassName
{
border-color: #CECE4B;
}
</style>