Shades of Galliano #CEA028
Tints of Galliano #CEA028
RGB
CMYK
RGB Variations
Color information
#CEA028 (or 0xCEA028) is known color: Galliano. HEX triplet: CE, A0 and 28. RGB value is (206,160,40). Sum of RGB (Red+Green+Blue) = 206+160+40=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 160 (62.89% from 255 or 39.41% from 406); Blue value is 40 (16.02% from 255 or 9.85% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA028 is #315FD7. Grayscale: #A0A0A0. Windows color (decimal): -3235800 or 2662606. OLE color: 2662606.
HSL color Cylindrical-coordinate representation of color #CEA028: hue angle of 43.37º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CEA028 is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 160 | 40 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.19 |
| HSL | 43.37º | 0.67% | 0.48% | - |
| HSV(B) | 43.37º | 0.81% | 0.81% | - |
| XYZ | 38.41 | 38.42 | 7.4 | - |
| YUV | 160.07 | 60.24 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 40 | 0 | 0.22 | 0.81 | 0.19 | 43.37 | 0.67 | 0.48 |
| Hex | CE | A0 | 28 | 0 | 16 | 51 | 13 | 2B | 43 | 30 |
| Octal | 316 | 240 | 50 | 0 | 26 | 121 | 23 | 53 | 103 | 60 |
| Binary | 11001110 | 10100000 | 101000 | 0 | 10110 | 1010001 | 10011 | 101011 | 1000011 | 110000 |
Color Harmonies of #CEA028
Complementary color
Monochromatic Colors of #CEA028
Black with #CEA028
Text Example
Text Example
White with #CEA028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA028; }
p { color: rgb(206,160,40); }
H1.HeaderClassName
{
color: #CEA028;
}
.AnyTagClassName
{
color: #CEA028;
}
</style>
background-color css
<style>
a { background-color: #CEA028; }
a { background-color: rgb(206,160,40); }
div.DivClassName
{
background-color: #CEA028;
}
.BgClassName
{
background-color: #CEA028;
}
</style>
border-color css
<style>
span { border-color: #CEA028; }
span { border-color: rgb(206,160,40); }
td.TdClassName
{
border-color: #CEA028;
}
.TagClassName
{
border-color: #CEA028;
}
</style>