Shades of Galliano #CEA31A
Tints of Galliano #CEA31A
RGB
CMYK
RGB Variations
Color information
#CEA31A (or 0xCEA31A) is known color: Galliano. HEX triplet: CE, A3 and 1A. RGB value is (206,163,26). Sum of RGB (Red+Green+Blue) = 206+163+26=395 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.15% from 395); Green value is 163 (64.06% from 255 or 41.27% from 395); Blue value is 26 (10.55% from 255 or 6.58% from 395); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA31A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA31A is #315CE5. Grayscale: #A0A0A0. Windows color (decimal): -3235046 or 1745870. OLE color: 1745870.
HSL color Cylindrical-coordinate representation of color #CEA31A: hue angle of 45.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CEA31A is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 163 | 26 | - |
| CMYK | 0 | 0.21 | 0.87 | 0.19 |
| HSL | 45.67º | 0.78% | 0.45% | - |
| HSV(B) | 45.67º | 0.87% | 0.81% | - |
| XYZ | 38.74 | 39.39 | 6.54 | - |
| YUV | 160.24 | 52.25 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 163 | 26 | 0 | 0.21 | 0.87 | 0.19 | 45.67 | 0.78 | 0.45 |
| Hex | CE | A3 | 1A | 0 | 15 | 57 | 13 | 2E | 4E | 2D |
| Octal | 316 | 243 | 32 | 0 | 25 | 127 | 23 | 56 | 116 | 55 |
| Binary | 11001110 | 10100011 | 11010 | 0 | 10101 | 1010111 | 10011 | 101110 | 1001110 | 101101 |
Color Harmonies of #CEA31A
Complementary color
Monochromatic Colors of #CEA31A
Black with #CEA31A
Text Example
Text Example
White with #CEA31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA31A; }
p { color: rgb(206,163,26); }
H1.HeaderClassName
{
color: #CEA31A;
}
.AnyTagClassName
{
color: #CEA31A;
}
</style>
background-color css
<style>
a { background-color: #CEA31A; }
a { background-color: rgb(206,163,26); }
div.DivClassName
{
background-color: #CEA31A;
}
.BgClassName
{
background-color: #CEA31A;
}
</style>
border-color css
<style>
span { border-color: #CEA31A; }
span { border-color: rgb(206,163,26); }
td.TdClassName
{
border-color: #CEA31A;
}
.TagClassName
{
border-color: #CEA31A;
}
</style>