Shades of Fuel Yellow #CE9B3C
Tints of Fuel Yellow #CE9B3C
RGB
CMYK
RGB Variations
Color information
#CE9B3C (or 0xCE9B3C) is known color: Fuel Yellow. HEX triplet: CE, 9B and 3C. RGB value is (206,155,60). Sum of RGB (Red+Green+Blue) = 206+155+60=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 155 (60.94% from 255 or 36.82% from 421); Blue value is 60 (23.83% from 255 or 14.25% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9B3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9B3C is #3164C3. Grayscale: #9F9F9F. Windows color (decimal): -3237060 or 3972046. OLE color: 3972046.
HSL color Cylindrical-coordinate representation of color #CE9B3C: hue angle of 39.04º 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 #CE9B3C is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 155 | 60 | - |
| CMYK | 0 | 0.25 | 0.71 | 0.19 |
| HSL | 39.04º | 0.6% | 0.52% | - |
| HSV(B) | 39.04º | 0.71% | 0.81% | - |
| XYZ | 37.99 | 36.89 | 9.39 | - |
| YUV | 159.42 | 71.9 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 155 | 60 | 0 | 0.25 | 0.71 | 0.19 | 39.04 | 0.6 | 0.52 |
| Hex | CE | 9B | 3C | 0 | 19 | 47 | 13 | 27 | 3C | 34 |
| Octal | 316 | 233 | 74 | 0 | 31 | 107 | 23 | 47 | 74 | 64 |
| Binary | 11001110 | 10011011 | 111100 | 0 | 11001 | 1000111 | 10011 | 100111 | 111100 | 110100 |
Color Harmonies of #CE9B3C
Complementary color
Monochromatic Colors of #CE9B3C
Black with #CE9B3C
Text Example
Text Example
White with #CE9B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9B3C; }
p { color: rgb(206,155,60); }
H1.HeaderClassName
{
color: #CE9B3C;
}
.AnyTagClassName
{
color: #CE9B3C;
}
</style>
background-color css
<style>
a { background-color: #CE9B3C; }
a { background-color: rgb(206,155,60); }
div.DivClassName
{
background-color: #CE9B3C;
}
.BgClassName
{
background-color: #CE9B3C;
}
</style>
border-color css
<style>
span { border-color: #CE9B3C; }
span { border-color: rgb(206,155,60); }
td.TdClassName
{
border-color: #CE9B3C;
}
.TagClassName
{
border-color: #CE9B3C;
}
</style>