Shades of Tacha #CEBD4E
Tints of Tacha #CEBD4E
RGB
CMYK
RGB Variations
Color information
#CEBD4E (or 0xCEBD4E) is known color: Tacha. HEX triplet: CE, BD and 4E. RGB value is (206,189,78). Sum of RGB (Red+Green+Blue) = 206+189+78=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 78 (30.86% from 255 or 16.49% from 473); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBD4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBD4E is #3142B1. Grayscale: #B5B5B5. Windows color (decimal): -3228338 or 5160398. OLE color: 5160398.
HSL color Cylindrical-coordinate representation of color #CEBD4E: hue angle of 52.03º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CEBD4E is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 189 | 78 | - |
| CMYK | 0 | 0.08 | 0.62 | 0.19 |
| HSL | 52.03º | 0.57% | 0.56% | - |
| HSV(B) | 52.03º | 0.62% | 0.81% | - |
| XYZ | 45.03 | 50.07 | 14.5 | - |
| YUV | 181.43 | 69.63 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 189 | 78 | 0 | 0.08 | 0.62 | 0.19 | 52.03 | 0.57 | 0.56 |
| Hex | CE | BD | 4E | 0 | 8 | 3E | 13 | 34 | 39 | 38 |
| Octal | 316 | 275 | 116 | 0 | 10 | 76 | 23 | 64 | 71 | 70 |
| Binary | 11001110 | 10111101 | 1001110 | 0 | 1000 | 111110 | 10011 | 110100 | 111001 | 111000 |
Color Harmonies of #CEBD4E
Complementary color
Monochromatic Colors of #CEBD4E
Black with #CEBD4E
Text Example
Text Example
White with #CEBD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBD4E; }
p { color: rgb(206,189,78); }
H1.HeaderClassName
{
color: #CEBD4E;
}
.AnyTagClassName
{
color: #CEBD4E;
}
</style>
background-color css
<style>
a { background-color: #CEBD4E; }
a { background-color: rgb(206,189,78); }
div.DivClassName
{
background-color: #CEBD4E;
}
.BgClassName
{
background-color: #CEBD4E;
}
</style>
border-color css
<style>
span { border-color: #CEBD4E; }
span { border-color: rgb(206,189,78); }
td.TdClassName
{
border-color: #CEBD4E;
}
.TagClassName
{
border-color: #CEBD4E;
}
</style>