Shades of Fuel Yellow #CE9D39
Tints of Fuel Yellow #CE9D39
RGB
CMYK
RGB Variations
Color information
#CE9D39 (or 0xCE9D39) is known color: Fuel Yellow. HEX triplet: CE, 9D and 39. RGB value is (206,157,57). Sum of RGB (Red+Green+Blue) = 206+157+57=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 157 (61.72% from 255 or 37.38% from 420); Blue value is 57 (22.66% from 255 or 13.57% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9D39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9D39 is #3162C6. Grayscale: #A0A0A0. Windows color (decimal): -3236551 or 3775950. OLE color: 3775950.
HSL color Cylindrical-coordinate representation of color #CE9D39: hue angle of 40.27º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE9D39 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 157 | 57 | - |
| CMYK | 0 | 0.24 | 0.72 | 0.19 |
| HSL | 40.27º | 0.6% | 0.52% | - |
| HSV(B) | 40.27º | 0.72% | 0.81% | - |
| XYZ | 38.25 | 37.53 | 9.1 | - |
| YUV | 160.25 | 69.73 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 157 | 57 | 0 | 0.24 | 0.72 | 0.19 | 40.27 | 0.6 | 0.52 |
| Hex | CE | 9D | 39 | 0 | 18 | 48 | 13 | 28 | 3C | 34 |
| Octal | 316 | 235 | 71 | 0 | 30 | 110 | 23 | 50 | 74 | 64 |
| Binary | 11001110 | 10011101 | 111001 | 0 | 11000 | 1001000 | 10011 | 101000 | 111100 | 110100 |
Color Harmonies of #CE9D39
Complementary color
Monochromatic Colors of #CE9D39
Black with #CE9D39
Text Example
Text Example
White with #CE9D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9D39; }
p { color: rgb(206,157,57); }
H1.HeaderClassName
{
color: #CE9D39;
}
.AnyTagClassName
{
color: #CE9D39;
}
</style>
background-color css
<style>
a { background-color: #CE9D39; }
a { background-color: rgb(206,157,57); }
div.DivClassName
{
background-color: #CE9D39;
}
.BgClassName
{
background-color: #CE9D39;
}
</style>
border-color css
<style>
span { border-color: #CE9D39; }
span { border-color: rgb(206,157,57); }
td.TdClassName
{
border-color: #CE9D39;
}
.TagClassName
{
border-color: #CE9D39;
}
</style>