Shades of Tacha #CEBC58
Tints of Tacha #CEBC58
RGB
CMYK
RGB Variations
Color information
#CEBC58 (or 0xCEBC58) is known color: Tacha. HEX triplet: CE, BC and 58. RGB value is (206,188,88). Sum of RGB (Red+Green+Blue) = 206+188+88=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 88 (34.77% from 255 or 18.26% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBC58 is #3143A7. Grayscale: #B6B6B6. Windows color (decimal): -3228584 or 5815502. OLE color: 5815502.
HSL color Cylindrical-coordinate representation of color #CEBC58: hue angle of 50.85º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CEBC58 is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 188 | 88 | - |
| CMYK | 0 | 0.09 | 0.57 | 0.19 |
| HSL | 50.85º | 0.55% | 0.58% | - |
| HSV(B) | 50.85º | 0.57% | 0.81% | - |
| XYZ | 45.2 | 49.79 | 16.46 | - |
| YUV | 181.98 | 74.96 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 188 | 88 | 0 | 0.09 | 0.57 | 0.19 | 50.85 | 0.55 | 0.58 |
| Hex | CE | BC | 58 | 0 | 9 | 39 | 13 | 33 | 37 | 3A |
| Octal | 316 | 274 | 130 | 0 | 11 | 71 | 23 | 63 | 67 | 72 |
| Binary | 11001110 | 10111100 | 1011000 | 0 | 1001 | 111001 | 10011 | 110011 | 110111 | 111010 |
Color Harmonies of #CEBC58
Complementary color
Monochromatic Colors of #CEBC58
Black with #CEBC58
Text Example
Text Example
White with #CEBC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBC58; }
p { color: rgb(206,188,88); }
H1.HeaderClassName
{
color: #CEBC58;
}
.AnyTagClassName
{
color: #CEBC58;
}
</style>
background-color css
<style>
a { background-color: #CEBC58; }
a { background-color: rgb(206,188,88); }
div.DivClassName
{
background-color: #CEBC58;
}
.BgClassName
{
background-color: #CEBC58;
}
</style>
border-color css
<style>
span { border-color: #CEBC58; }
span { border-color: rgb(206,188,88); }
td.TdClassName
{
border-color: #CEBC58;
}
.TagClassName
{
border-color: #CEBC58;
}
</style>