Shades of Galliano #CEA426
Tints of Galliano #CEA426
RGB
CMYK
RGB Variations
Color information
#CEA426 (or 0xCEA426) is known color: Galliano. HEX triplet: CE, A4 and 26. RGB value is (206,164,38). Sum of RGB (Red+Green+Blue) = 206+164+38=408 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.49% from 408); Green value is 164 (64.45% from 255 or 40.20% from 408); Blue value is 38 (15.23% from 255 or 9.31% from 408); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA426 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA426 is #315BD9. Grayscale: #A2A2A2. Windows color (decimal): -3234778 or 2532558. OLE color: 2532558.
HSL color Cylindrical-coordinate representation of color #CEA426: hue angle of 45º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CEA426 is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 164 | 38 | - |
| CMYK | 0 | 0.20 | 0.82 | 0.19 |
| HSL | 45º | 0.69% | 0.48% | - |
| HSV(B) | 45º | 0.82% | 0.81% | - |
| XYZ | 39.08 | 39.81 | 7.46 | - |
| YUV | 162.19 | 57.91 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 164 | 38 | 0 | 0.20 | 0.82 | 0.19 | 45 | 0.69 | 0.48 |
| Hex | CE | A4 | 26 | 0 | 14 | 52 | 13 | 2D | 45 | 30 |
| Octal | 316 | 244 | 46 | 0 | 24 | 122 | 23 | 55 | 105 | 60 |
| Binary | 11001110 | 10100100 | 100110 | 0 | 10100 | 1010010 | 10011 | 101101 | 1000101 | 110000 |
Color Harmonies of #CEA426
Complementary color
Monochromatic Colors of #CEA426
Black with #CEA426
Text Example
Text Example
White with #CEA426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA426; }
p { color: rgb(206,164,38); }
H1.HeaderClassName
{
color: #CEA426;
}
.AnyTagClassName
{
color: #CEA426;
}
</style>
background-color css
<style>
a { background-color: #CEA426; }
a { background-color: rgb(206,164,38); }
div.DivClassName
{
background-color: #CEA426;
}
.BgClassName
{
background-color: #CEA426;
}
</style>
border-color css
<style>
span { border-color: #CEA426; }
span { border-color: rgb(206,164,38); }
td.TdClassName
{
border-color: #CEA426;
}
.TagClassName
{
border-color: #CEA426;
}
</style>