#CE9534

Color #CE9534 Fuel Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuel Yellow #CE9534

Tints of Fuel Yellow #CE9534

Color information

#CE9534 (or 0xCE9534) is unknown color: approx 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

RGB20614952-
CMYK00.280.750.19
HSL37.79º61.11%50.59%-
HSV(B)37.79º74.76%80.78%-
XYZ36.8234.868.04-
YUV154.9869.88164.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 50.61%
GREEN value IS 149 (58.59% from 255) = 36.61%
BLUE value IS 52 (20.70% from 255) = 12.78%
R=50.61%
G=36.61%
B=12.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.75
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061495200.280.750.1937.7961.1150.59
HexCE953401C4B13263d33
Octal3162256403411323467563
Binary1100111010010101110100011100100101110011100110111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>