Shades of Galliano #CEA118
Tints of Galliano #CEA118
RGB
CMYK
RGB Variations
Color information
#CEA118 (or 0xCEA118) is known color: Galliano. HEX triplet: CE, A1 and 18. RGB value is (206,161,24). Sum of RGB (Red+Green+Blue) = 206+161+24=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 161 (63.28% from 255 or 41.18% from 391); Blue value is 24 (9.77% from 255 or 6.14% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA118 is #315EE7. Grayscale: #9F9F9F. Windows color (decimal): -3235560 or 1614286. OLE color: 1614286.
HSL color Cylindrical-coordinate representation of color #CEA118: hue angle of 45.16º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CEA118 is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 161 | 24 | - |
| CMYK | 0 | 0.22 | 0.88 | 0.19 |
| HSL | 45.16º | 0.79% | 0.45% | - |
| HSV(B) | 45.16º | 0.88% | 0.81% | - |
| XYZ | 38.36 | 38.68 | 6.31 | - |
| YUV | 158.84 | 51.91 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 161 | 24 | 0 | 0.22 | 0.88 | 0.19 | 45.16 | 0.79 | 0.45 |
| Hex | CE | A1 | 18 | 0 | 16 | 58 | 13 | 2D | 4F | 2D |
| Octal | 316 | 241 | 30 | 0 | 26 | 130 | 23 | 55 | 117 | 55 |
| Binary | 11001110 | 10100001 | 11000 | 0 | 10110 | 1011000 | 10011 | 101101 | 1001111 | 101101 |
Color Harmonies of #CEA118
Complementary color
Monochromatic Colors of #CEA118
Black with #CEA118
Text Example
Text Example
White with #CEA118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA118; }
p { color: rgb(206,161,24); }
H1.HeaderClassName
{
color: #CEA118;
}
.AnyTagClassName
{
color: #CEA118;
}
</style>
background-color css
<style>
a { background-color: #CEA118; }
a { background-color: rgb(206,161,24); }
div.DivClassName
{
background-color: #CEA118;
}
.BgClassName
{
background-color: #CEA118;
}
</style>
border-color css
<style>
span { border-color: #CEA118; }
span { border-color: rgb(206,161,24); }
td.TdClassName
{
border-color: #CEA118;
}
.TagClassName
{
border-color: #CEA118;
}
</style>