Shades of Fuel Yellow #CE8B34
Tints of Fuel Yellow #CE8B34
RGB
CMYK
RGB Variations
Color information
#CE8B34 (or 0xCE8B34) is known color: Fuel Yellow. HEX triplet: CE, 8B and 34. RGB value is (206,139,52). Sum of RGB (Red+Green+Blue) = 206+139+52=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 52 (20.70% from 255 or 13.10% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8B34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8B34 is #3174CB. Grayscale: #959595. Windows color (decimal): -3241164 or 3443662. OLE color: 3443662.
HSL color Cylindrical-coordinate representation of color #CE8B34: hue angle of 33.9º 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 #CE8B34 is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 139 | 52 | - |
| CMYK | 0 | 0.33 | 0.75 | 0.19 |
| HSL | 33.9º | 0.61% | 0.51% | - |
| HSV(B) | 33.9º | 0.75% | 0.81% | - |
| XYZ | 35.31 | 31.83 | 7.53 | - |
| YUV | 149.12 | 73.2 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 139 | 52 | 0 | 0.33 | 0.75 | 0.19 | 33.9 | 0.61 | 0.51 |
| Hex | CE | 8B | 34 | 0 | 21 | 4B | 13 | 22 | 3D | 33 |
| Octal | 316 | 213 | 64 | 0 | 41 | 113 | 23 | 42 | 75 | 63 |
| Binary | 11001110 | 10001011 | 110100 | 0 | 100001 | 1001011 | 10011 | 100010 | 111101 | 110011 |
Color Harmonies of #CE8B34
Complementary color
Monochromatic Colors of #CE8B34
Black with #CE8B34
Text Example
Text Example
White with #CE8B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8B34; }
p { color: rgb(206,139,52); }
H1.HeaderClassName
{
color: #CE8B34;
}
.AnyTagClassName
{
color: #CE8B34;
}
</style>
background-color css
<style>
a { background-color: #CE8B34; }
a { background-color: rgb(206,139,52); }
div.DivClassName
{
background-color: #CE8B34;
}
.BgClassName
{
background-color: #CE8B34;
}
</style>
border-color css
<style>
span { border-color: #CE8B34; }
span { border-color: rgb(206,139,52); }
td.TdClassName
{
border-color: #CE8B34;
}
.TagClassName
{
border-color: #CE8B34;
}
</style>