Shades of Fuel Yellow #CE9E3A
Tints of Fuel Yellow #CE9E3A
RGB
CMYK
RGB Variations
Color information
#CE9E3A (or 0xCE9E3A) is known color: Fuel Yellow. HEX triplet: CE, 9E and 3A. RGB value is (206,158,58). Sum of RGB (Red+Green+Blue) = 206+158+58=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 158 (62.11% from 255 or 37.44% from 422); Blue value is 58 (23.05% from 255 or 13.74% from 422); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9E3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9E3A is #3161C5. Grayscale: #A1A1A1. Windows color (decimal): -3236294 or 3841742. OLE color: 3841742.
HSL color Cylindrical-coordinate representation of color #CE9E3A: hue angle of 40.54º 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 #CE9E3A is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 158 | 58 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.19 |
| HSL | 40.54º | 0.6% | 0.52% | - |
| HSV(B) | 40.54º | 0.72% | 0.81% | - |
| XYZ | 38.44 | 37.88 | 9.29 | - |
| YUV | 160.95 | 69.9 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 158 | 58 | 0 | 0.23 | 0.72 | 0.19 | 40.54 | 0.6 | 0.52 |
| Hex | CE | 9E | 3A | 0 | 17 | 48 | 13 | 29 | 3C | 34 |
| Octal | 316 | 236 | 72 | 0 | 27 | 110 | 23 | 51 | 74 | 64 |
| Binary | 11001110 | 10011110 | 111010 | 0 | 10111 | 1001000 | 10011 | 101001 | 111100 | 110100 |
Color Harmonies of #CE9E3A
Complementary color
Monochromatic Colors of #CE9E3A
Black with #CE9E3A
Text Example
Text Example
White with #CE9E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9E3A; }
p { color: rgb(206,158,58); }
H1.HeaderClassName
{
color: #CE9E3A;
}
.AnyTagClassName
{
color: #CE9E3A;
}
</style>
background-color css
<style>
a { background-color: #CE9E3A; }
a { background-color: rgb(206,158,58); }
div.DivClassName
{
background-color: #CE9E3A;
}
.BgClassName
{
background-color: #CE9E3A;
}
</style>
border-color css
<style>
span { border-color: #CE9E3A; }
span { border-color: rgb(206,158,58); }
td.TdClassName
{
border-color: #CE9E3A;
}
.TagClassName
{
border-color: #CE9E3A;
}
</style>