Shades of Fuel Yellow #CE9834
Tints of Fuel Yellow #CE9834
RGB
CMYK
RGB Variations
Color information
#CE9834 (or 0xCE9834) is known color: Fuel Yellow. HEX triplet: CE, 98 and 34. RGB value is (206,152,52). Sum of RGB (Red+Green+Blue) = 206+152+52=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 152 (59.77% from 255 or 37.07% from 410); Blue value is 52 (20.70% from 255 or 12.68% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9834 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9834 is #3167CB. Grayscale: #9D9D9D. Windows color (decimal): -3237836 or 3446990. OLE color: 3446990.
HSL color Cylindrical-coordinate representation of color #CE9834: hue angle of 38.96º 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 #CE9834 is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 152 | 52 | - |
| CMYK | 0 | 0.26 | 0.75 | 0.19 |
| HSL | 38.96º | 0.61% | 0.51% | - |
| HSV(B) | 38.96º | 0.75% | 0.81% | - |
| XYZ | 37.3 | 35.83 | 8.2 | - |
| YUV | 156.75 | 68.89 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 152 | 52 | 0 | 0.26 | 0.75 | 0.19 | 38.96 | 0.61 | 0.51 |
| Hex | CE | 98 | 34 | 0 | 1A | 4B | 13 | 27 | 3D | 33 |
| Octal | 316 | 230 | 64 | 0 | 32 | 113 | 23 | 47 | 75 | 63 |
| Binary | 11001110 | 10011000 | 110100 | 0 | 11010 | 1001011 | 10011 | 100111 | 111101 | 110011 |
Color Harmonies of #CE9834
Complementary color
Monochromatic Colors of #CE9834
Black with #CE9834
Text Example
Text Example
White with #CE9834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9834; }
p { color: rgb(206,152,52); }
H1.HeaderClassName
{
color: #CE9834;
}
.AnyTagClassName
{
color: #CE9834;
}
</style>
background-color css
<style>
a { background-color: #CE9834; }
a { background-color: rgb(206,152,52); }
div.DivClassName
{
background-color: #CE9834;
}
.BgClassName
{
background-color: #CE9834;
}
</style>
border-color css
<style>
span { border-color: #CE9834; }
span { border-color: rgb(206,152,52); }
td.TdClassName
{
border-color: #CE9834;
}
.TagClassName
{
border-color: #CE9834;
}
</style>