Shades of Galliano #CEA114
Tints of Galliano #CEA114
RGB
CMYK
RGB Variations
Color information
#CEA114 (or 0xCEA114) is known color: Galliano. HEX triplet: CE, A1 and 14. RGB value is (206,161,20). Sum of RGB (Red+Green+Blue) = 206+161+20=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 161 (63.28% from 255 or 41.60% from 387); Blue value is 20 (8.20% from 255 or 5.17% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA114 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA114 is #315EEB. Grayscale: #9E9E9E. Windows color (decimal): -3235564 or 1352142. OLE color: 1352142.
HSL color Cylindrical-coordinate representation of color #CEA114: hue angle of 45.48º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CEA114 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 161 | 20 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.19 |
| HSL | 45.48º | 0.82% | 0.44% | - |
| HSV(B) | 45.48º | 0.9% | 0.81% | - |
| XYZ | 38.32 | 38.66 | 6.1 | - |
| YUV | 158.38 | 49.91 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 161 | 20 | 0 | 0.22 | 0.90 | 0.19 | 45.48 | 0.82 | 0.44 |
| Hex | CE | A1 | 14 | 0 | 16 | 5A | 13 | 2D | 52 | 2C |
| Octal | 316 | 241 | 24 | 0 | 26 | 132 | 23 | 55 | 122 | 54 |
| Binary | 11001110 | 10100001 | 10100 | 0 | 10110 | 1011010 | 10011 | 101101 | 1010010 | 101100 |
Color Harmonies of #CEA114
Complementary color
Monochromatic Colors of #CEA114
Black with #CEA114
Text Example
Text Example
White with #CEA114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA114; }
p { color: rgb(206,161,20); }
H1.HeaderClassName
{
color: #CEA114;
}
.AnyTagClassName
{
color: #CEA114;
}
</style>
background-color css
<style>
a { background-color: #CEA114; }
a { background-color: rgb(206,161,20); }
div.DivClassName
{
background-color: #CEA114;
}
.BgClassName
{
background-color: #CEA114;
}
</style>
border-color css
<style>
span { border-color: #CEA114; }
span { border-color: rgb(206,161,20); }
td.TdClassName
{
border-color: #CEA114;
}
.TagClassName
{
border-color: #CEA114;
}
</style>