Shades of Fuel Yellow #CE9A38
Tints of Fuel Yellow #CE9A38
RGB
CMYK
RGB Variations
Color information
#CE9A38 (or 0xCE9A38) is known color: Fuel Yellow. HEX triplet: CE, 9A and 38. RGB value is (206,154,56). Sum of RGB (Red+Green+Blue) = 206+154+56=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 154 (60.55% from 255 or 37.02% from 416); Blue value is 56 (22.27% from 255 or 13.46% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9A38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9A38 is #3165C7. Grayscale: #9E9E9E. Windows color (decimal): -3237320 or 3709646. OLE color: 3709646.
HSL color Cylindrical-coordinate representation of color #CE9A38: hue angle of 39.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE9A38 is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 154 | 56 | - |
| CMYK | 0 | 0.25 | 0.73 | 0.19 |
| HSL | 39.2º | 0.6% | 0.51% | - |
| HSV(B) | 39.2º | 0.73% | 0.81% | - |
| XYZ | 37.72 | 36.52 | 8.8 | - |
| YUV | 158.38 | 70.23 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 154 | 56 | 0 | 0.25 | 0.73 | 0.19 | 39.2 | 0.6 | 0.51 |
| Hex | CE | 9A | 38 | 0 | 19 | 49 | 13 | 27 | 3C | 33 |
| Octal | 316 | 232 | 70 | 0 | 31 | 111 | 23 | 47 | 74 | 63 |
| Binary | 11001110 | 10011010 | 111000 | 0 | 11001 | 1001001 | 10011 | 100111 | 111100 | 110011 |
Color Harmonies of #CE9A38
Complementary color
Monochromatic Colors of #CE9A38
Black with #CE9A38
Text Example
Text Example
White with #CE9A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9A38; }
p { color: rgb(206,154,56); }
H1.HeaderClassName
{
color: #CE9A38;
}
.AnyTagClassName
{
color: #CE9A38;
}
</style>
background-color css
<style>
a { background-color: #CE9A38; }
a { background-color: rgb(206,154,56); }
div.DivClassName
{
background-color: #CE9A38;
}
.BgClassName
{
background-color: #CE9A38;
}
</style>
border-color css
<style>
span { border-color: #CE9A38; }
span { border-color: rgb(206,154,56); }
td.TdClassName
{
border-color: #CE9A38;
}
.TagClassName
{
border-color: #CE9A38;
}
</style>