#CE7400

Color #CE7400 Mango Tango (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mango Tango #CE7400

Tints of Mango Tango #CE7400

Color information

#CE7400 (or 0xCE7400) is unknown color: approx Mango Tango. HEX triplet: CE, 74 and 00. RGB value is (206,116,0). Sum of RGB (Red+Green+Blue) = 206+116+0=322 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.98% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7400 is #318BFF. Grayscale: #828282. Windows color (decimal): -3247104 or 29902. OLE color: 29902.

HSL color Cylindrical-coordinate representation of color #CE7400: hue angle of 33.79º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE7400 is Cyan = 0, Magento = 0.44, Yellow = 1 and Black (K on CMYK) = 0.19.

Color convert

RGB2061160-
CMYK00.4410.19
HSL33.79º100%40.39%-
HSV(B)33.79º100%80.78%-
XYZ31.725.613.27-
YUV129.6954.82182.43-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 63.98%
GREEN value IS 116 (45.70% from 255) = 36.02%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.98%
G=36.02%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 1
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206116000.4410.1933.7910040.39
HexCE74002C6413226428
Octal3161640054144234214450
Binary110011101110100001011001100100100111000101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7400; }

 p { color: rgb(206,116,0); }

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

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

 a { background-color: rgb(206,116,0); }

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

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

 span { border-color: rgb(206,116,0); }

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