Shades of Fuel Yellow #CE9E3B
Tints of Fuel Yellow #CE9E3B
RGB
CMYK
RGB Variations
Color information
#CE9E3B (or 0xCE9E3B) is known color: Fuel Yellow. HEX triplet: CE, 9E and 3B. RGB value is (206,158,59). Sum of RGB (Red+Green+Blue) = 206+158+59=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 158 (62.11% from 255 or 37.35% from 423); Blue value is 59 (23.44% from 255 or 13.95% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9E3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9E3B is #3161C4. Grayscale: #A1A1A1. Windows color (decimal): -3236293 or 3907278. OLE color: 3907278.
HSL color Cylindrical-coordinate representation of color #CE9E3B: hue angle of 40.41º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE9E3B is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 158 | 59 | - |
| CMYK | 0 | 0.23 | 0.71 | 0.19 |
| HSL | 40.41º | 0.6% | 0.52% | - |
| HSV(B) | 40.41º | 0.71% | 0.81% | - |
| XYZ | 38.47 | 37.89 | 9.42 | - |
| YUV | 161.07 | 70.4 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 158 | 59 | 0 | 0.23 | 0.71 | 0.19 | 40.41 | 0.6 | 0.52 |
| Hex | CE | 9E | 3B | 0 | 17 | 47 | 13 | 28 | 3C | 34 |
| Octal | 316 | 236 | 73 | 0 | 27 | 107 | 23 | 50 | 74 | 64 |
| Binary | 11001110 | 10011110 | 111011 | 0 | 10111 | 1000111 | 10011 | 101000 | 111100 | 110100 |
Color Harmonies of #CE9E3B
Complementary color
Monochromatic Colors of #CE9E3B
Black with #CE9E3B
Text Example
Text Example
White with #CE9E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9E3B; }
p { color: rgb(206,158,59); }
H1.HeaderClassName
{
color: #CE9E3B;
}
.AnyTagClassName
{
color: #CE9E3B;
}
</style>
background-color css
<style>
a { background-color: #CE9E3B; }
a { background-color: rgb(206,158,59); }
div.DivClassName
{
background-color: #CE9E3B;
}
.BgClassName
{
background-color: #CE9E3B;
}
</style>
border-color css
<style>
span { border-color: #CE9E3B; }
span { border-color: rgb(206,158,59); }
td.TdClassName
{
border-color: #CE9E3B;
}
.TagClassName
{
border-color: #CE9E3B;
}
</style>