#ce8d32

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

Shades of Fuel Yellow #CE8D32

Tints of Fuel Yellow #CE8D32

Color information

#CE8D32 (or 0xCE8D32) is unknown color: approx Fuel Yellow. HEX triplet: CE, 8D and 32. RGB value is (206,141,50). Sum of RGB (Red+Green+Blue) = 206+141+50=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 50 (19.92% from 255 or 12.59% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8D32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8D32 is #3172CD. Grayscale: #969696. Windows color (decimal): -3240654 or 3313102. OLE color: 3313102.

HSL color Cylindrical-coordinate representation of color #CE8D32: hue angle of 35º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE8D32 is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB20614150-
CMYK00.320.760.19
HSL35º61.42%50.2%-
HSV(B)35º75.73%80.78%-
XYZ35.5532.47.4-
YUV150.0671.53167.9-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 51.89%
GREEN value IS 141 (55.47% from 255) = 35.52%
BLUE value IS 50 (19.92% from 255) = 12.59%
R=51.89%
G=35.52%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.76
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061415000.320.760.193561.4250.2
HexCE8D320204C13233d32
Octal3162156204011423437562
Binary11001110100011011100100100000100110010011100011111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce8d32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce8d32; }

 p { color: rgb(206,141,50); }

 H1.HeaderClassName
 {
   color: #ce8d32;
 }
 .AnyTagClassName
 {
   color: #ce8d32;
 }
</style>
background-color css

<style>
 a { background-color: #ce8d32; }

 a { background-color: rgb(206,141,50); }

 div.DivClassName
 {
   background-color: #ce8d32;
 }
 .BgClassName
 {
   background-color: #ce8d32;
 }
</style>
border-color css

<style>
 span { border-color: #ce8d32; }

 span { border-color: rgb(206,141,50); }

 td.TdClassName
 {
   border-color: #ce8d32;
 }
 .TagClassName
 {
   border-color: #ce8d32;
 }
</style>