Shades of Galliano #CEA71E
Tints of Galliano #CEA71E
RGB
CMYK
RGB Variations
Color information
#CEA71E (or 0xCEA71E) is known color: Galliano. HEX triplet: CE, A7 and 1E. RGB value is (206,167,30). Sum of RGB (Red+Green+Blue) = 206+167+30=403 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.12% from 403); Green value is 167 (65.62% from 255 or 41.44% from 403); Blue value is 30 (12.11% from 255 or 7.44% from 403); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA71E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA71E is #3158E1. Grayscale: #A3A3A3. Windows color (decimal): -3234018 or 2009038. OLE color: 2009038.
HSL color Cylindrical-coordinate representation of color #CEA71E: hue angle of 46.7º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CEA71E is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 167 | 30 | - |
| CMYK | 0 | 0.19 | 0.85 | 0.19 |
| HSL | 46.7º | 0.75% | 0.46% | - |
| HSV(B) | 46.7º | 0.85% | 0.81% | - |
| XYZ | 39.51 | 40.85 | 7.03 | - |
| YUV | 163.04 | 52.92 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 167 | 30 | 0 | 0.19 | 0.85 | 0.19 | 46.7 | 0.75 | 0.46 |
| Hex | CE | A7 | 1E | 0 | 13 | 55 | 13 | 2F | 4B | 2E |
| Octal | 316 | 247 | 36 | 0 | 23 | 125 | 23 | 57 | 113 | 56 |
| Binary | 11001110 | 10100111 | 11110 | 0 | 10011 | 1010101 | 10011 | 101111 | 1001011 | 101110 |
Color Harmonies of #CEA71E
Complementary color
Monochromatic Colors of #CEA71E
Black with #CEA71E
Text Example
Text Example
White with #CEA71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA71E; }
p { color: rgb(206,167,30); }
H1.HeaderClassName
{
color: #CEA71E;
}
.AnyTagClassName
{
color: #CEA71E;
}
</style>
background-color css
<style>
a { background-color: #CEA71E; }
a { background-color: rgb(206,167,30); }
div.DivClassName
{
background-color: #CEA71E;
}
.BgClassName
{
background-color: #CEA71E;
}
</style>
border-color css
<style>
span { border-color: #CEA71E; }
span { border-color: rgb(206,167,30); }
td.TdClassName
{
border-color: #CEA71E;
}
.TagClassName
{
border-color: #CEA71E;
}
</style>