Shades of Galliano #CEA926
Tints of Galliano #CEA926
RGB
CMYK
RGB Variations
Color information
#CEA926 (or 0xCEA926) is known color: Galliano. HEX triplet: CE, A9 and 26. RGB value is (206,169,38). Sum of RGB (Red+Green+Blue) = 206+169+38=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 169 (66.41% from 255 or 40.92% from 413); Blue value is 38 (15.23% from 255 or 9.20% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA926 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA926 is #3156D9. Grayscale: #A5A5A5. Windows color (decimal): -3233498 or 2533838. OLE color: 2533838.
HSL color Cylindrical-coordinate representation of color #CEA926: hue angle of 46.79º 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 #CEA926 is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 169 | 38 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.19 |
| HSL | 46.79º | 0.69% | 0.48% | - |
| HSV(B) | 46.79º | 0.82% | 0.81% | - |
| XYZ | 39.99 | 41.64 | 7.76 | - |
| YUV | 165.13 | 56.26 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 169 | 38 | 0 | 0.18 | 0.82 | 0.19 | 46.79 | 0.69 | 0.48 |
| Hex | CE | A9 | 26 | 0 | 12 | 52 | 13 | 2F | 45 | 30 |
| Octal | 316 | 251 | 46 | 0 | 22 | 122 | 23 | 57 | 105 | 60 |
| Binary | 11001110 | 10101001 | 100110 | 0 | 10010 | 1010010 | 10011 | 101111 | 1000101 | 110000 |
Color Harmonies of #CEA926
Complementary color
Monochromatic Colors of #CEA926
Black with #CEA926
Text Example
Text Example
White with #CEA926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA926; }
p { color: rgb(206,169,38); }
H1.HeaderClassName
{
color: #CEA926;
}
.AnyTagClassName
{
color: #CEA926;
}
</style>
background-color css
<style>
a { background-color: #CEA926; }
a { background-color: rgb(206,169,38); }
div.DivClassName
{
background-color: #CEA926;
}
.BgClassName
{
background-color: #CEA926;
}
</style>
border-color css
<style>
span { border-color: #CEA926; }
span { border-color: rgb(206,169,38); }
td.TdClassName
{
border-color: #CEA926;
}
.TagClassName
{
border-color: #CEA926;
}
</style>