Shades of Galliano #CEAF1E
Tints of Galliano #CEAF1E
RGB
CMYK
RGB Variations
Color information
#CEAF1E (or 0xCEAF1E) is known color: Galliano. HEX triplet: CE, AF and 1E. RGB value is (206,175,30). Sum of RGB (Red+Green+Blue) = 206+175+30=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 30 (12.11% from 255 or 7.30% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAF1E is #3150E1. Grayscale: #A8A8A8. Windows color (decimal): -3231970 or 2011086. OLE color: 2011086.
HSL color Cylindrical-coordinate representation of color #CEAF1E: hue angle of 49.43º 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 #CEAF1E is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 175 | 30 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.19 |
| HSL | 49.43º | 0.75% | 0.46% | - |
| HSV(B) | 49.43º | 0.85% | 0.81% | - |
| XYZ | 41.02 | 43.88 | 7.54 | - |
| YUV | 167.74 | 50.27 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 175 | 30 | 0 | 0.15 | 0.85 | 0.19 | 49.43 | 0.75 | 0.46 |
| Hex | CE | AF | 1E | 0 | F | 55 | 13 | 31 | 4B | 2E |
| Octal | 316 | 257 | 36 | 0 | 17 | 125 | 23 | 61 | 113 | 56 |
| Binary | 11001110 | 10101111 | 11110 | 0 | 1111 | 1010101 | 10011 | 110001 | 1001011 | 101110 |
Color Harmonies of #CEAF1E
Complementary color
Monochromatic Colors of #CEAF1E
Black with #CEAF1E
Text Example
Text Example
White with #CEAF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAF1E; }
p { color: rgb(206,175,30); }
H1.HeaderClassName
{
color: #CEAF1E;
}
.AnyTagClassName
{
color: #CEAF1E;
}
</style>
background-color css
<style>
a { background-color: #CEAF1E; }
a { background-color: rgb(206,175,30); }
div.DivClassName
{
background-color: #CEAF1E;
}
.BgClassName
{
background-color: #CEAF1E;
}
</style>
border-color css
<style>
span { border-color: #CEAF1E; }
span { border-color: rgb(206,175,30); }
td.TdClassName
{
border-color: #CEAF1E;
}
.TagClassName
{
border-color: #CEAF1E;
}
</style>