Shades of Fuel Yellow #CE9534
Tints of Fuel Yellow #CE9534
RGB
CMYK
RGB Variations
Color information
#CE9534 (or 0xCE9534) is known color: Fuel Yellow. HEX triplet: CE, 95 and 34. RGB value is (206,149,52). Sum of RGB (Red+Green+Blue) = 206+149+52=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 52 (20.70% from 255 or 12.78% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9534 is #316ACB. Grayscale: #9B9B9B. Windows color (decimal): -3238604 or 3446222. OLE color: 3446222.
HSL color Cylindrical-coordinate representation of color #CE9534: hue angle of 37.79º 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 #CE9534 is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 149 | 52 | - |
| CMYK | 0 | 0.28 | 0.75 | 0.19 |
| HSL | 37.79º | 0.61% | 0.51% | - |
| HSV(B) | 37.79º | 0.75% | 0.81% | - |
| XYZ | 36.82 | 34.86 | 8.04 | - |
| YUV | 154.99 | 69.88 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 149 | 52 | 0 | 0.28 | 0.75 | 0.19 | 37.79 | 0.61 | 0.51 |
| Hex | CE | 95 | 34 | 0 | 1C | 4B | 13 | 26 | 3D | 33 |
| Octal | 316 | 225 | 64 | 0 | 34 | 113 | 23 | 46 | 75 | 63 |
| Binary | 11001110 | 10010101 | 110100 | 0 | 11100 | 1001011 | 10011 | 100110 | 111101 | 110011 |
Color Harmonies of #CE9534
Complementary color
Monochromatic Colors of #CE9534
Black with #CE9534
Text Example
Text Example
White with #CE9534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9534; }
p { color: rgb(206,149,52); }
H1.HeaderClassName
{
color: #CE9534;
}
.AnyTagClassName
{
color: #CE9534;
}
</style>
background-color css
<style>
a { background-color: #CE9534; }
a { background-color: rgb(206,149,52); }
div.DivClassName
{
background-color: #CE9534;
}
.BgClassName
{
background-color: #CE9534;
}
</style>
border-color css
<style>
span { border-color: #CE9534; }
span { border-color: rgb(206,149,52); }
td.TdClassName
{
border-color: #CE9534;
}
.TagClassName
{
border-color: #CE9534;
}
</style>