Shades of Fuel Yellow #CE9034
Tints of Fuel Yellow #CE9034
RGB
CMYK
RGB Variations
Color information
#CE9034 (or 0xCE9034) is known color: Fuel Yellow. HEX triplet: CE, 90 and 34. RGB value is (206,144,52). Sum of RGB (Red+Green+Blue) = 206+144+52=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 144 (56.64% from 255 or 35.82% from 402); Blue value is 52 (20.70% from 255 or 12.94% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9034 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9034 is #316FCB. Grayscale: #989898. Windows color (decimal): -3239884 or 3444942. OLE color: 3444942.
HSL color Cylindrical-coordinate representation of color #CE9034: hue angle of 35.84º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE9034 is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 144 | 52 | - |
| CMYK | 0 | 0.30 | 0.75 | 0.19 |
| HSL | 35.84º | 0.61% | 0.51% | - |
| HSV(B) | 35.84º | 0.75% | 0.81% | - |
| XYZ | 36.05 | 33.32 | 7.78 | - |
| YUV | 152.05 | 71.54 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 144 | 52 | 0 | 0.30 | 0.75 | 0.19 | 35.84 | 0.61 | 0.51 |
| Hex | CE | 90 | 34 | 0 | 1E | 4B | 13 | 24 | 3D | 33 |
| Octal | 316 | 220 | 64 | 0 | 36 | 113 | 23 | 44 | 75 | 63 |
| Binary | 11001110 | 10010000 | 110100 | 0 | 11110 | 1001011 | 10011 | 100100 | 111101 | 110011 |
Color Harmonies of #CE9034
Complementary color
Monochromatic Colors of #CE9034
Black with #CE9034
Text Example
Text Example
White with #CE9034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9034; }
p { color: rgb(206,144,52); }
H1.HeaderClassName
{
color: #CE9034;
}
.AnyTagClassName
{
color: #CE9034;
}
</style>
background-color css
<style>
a { background-color: #CE9034; }
a { background-color: rgb(206,144,52); }
div.DivClassName
{
background-color: #CE9034;
}
.BgClassName
{
background-color: #CE9034;
}
</style>
border-color css
<style>
span { border-color: #CE9034; }
span { border-color: rgb(206,144,52); }
td.TdClassName
{
border-color: #CE9034;
}
.TagClassName
{
border-color: #CE9034;
}
</style>