Shades of Fuel Yellow #CE9D32
Tints of Fuel Yellow #CE9D32
RGB
CMYK
RGB Variations
Color information
#CE9D32 (or 0xCE9D32) is known color: Fuel Yellow. HEX triplet: CE, 9D and 32. RGB value is (206,157,50). Sum of RGB (Red+Green+Blue) = 206+157+50=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 157 (61.72% from 255 or 38.01% from 413); Blue value is 50 (19.92% from 255 or 12.11% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9D32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9D32 is #3162CD. Grayscale: #9F9F9F. Windows color (decimal): -3236558 or 3317198. OLE color: 3317198.
HSL color Cylindrical-coordinate representation of color #CE9D32: hue angle of 41.15º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE9D32 is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 157 | 50 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.19 |
| HSL | 41.15º | 0.61% | 0.5% | - |
| HSV(B) | 41.15º | 0.76% | 0.81% | - |
| XYZ | 38.09 | 37.47 | 8.24 | - |
| YUV | 159.45 | 66.23 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 157 | 50 | 0 | 0.24 | 0.76 | 0.19 | 41.15 | 0.61 | 0.5 |
| Hex | CE | 9D | 32 | 0 | 18 | 4C | 13 | 29 | 3D | 32 |
| Octal | 316 | 235 | 62 | 0 | 30 | 114 | 23 | 51 | 75 | 62 |
| Binary | 11001110 | 10011101 | 110010 | 0 | 11000 | 1001100 | 10011 | 101001 | 111101 | 110010 |
Color Harmonies of #CE9D32
Complementary color
Monochromatic Colors of #CE9D32
Black with #CE9D32
Text Example
Text Example
White with #CE9D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9D32; }
p { color: rgb(206,157,50); }
H1.HeaderClassName
{
color: #CE9D32;
}
.AnyTagClassName
{
color: #CE9D32;
}
</style>
background-color css
<style>
a { background-color: #CE9D32; }
a { background-color: rgb(206,157,50); }
div.DivClassName
{
background-color: #CE9D32;
}
.BgClassName
{
background-color: #CE9D32;
}
</style>
border-color css
<style>
span { border-color: #CE9D32; }
span { border-color: rgb(206,157,50); }
td.TdClassName
{
border-color: #CE9D32;
}
.TagClassName
{
border-color: #CE9D32;
}
</style>