Html Css Color HEX #CE7400 Mango Tango

📋 copy color: '#CE7400'

red 206 ◦ green 116 ◦ blue 0

#CE7400
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mango Tango #CE7400

Tints of Mango Tango #CE7400

RGB

 RED value IS 206 (80.86% from 255) = 63.98%

 GREEN value IS 116 (45.7% from 255) = 36.02%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.98%
G = 36.02%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CE7400 (or 0xCE7400) is known color: 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

RGB 206 116 0 -
CMYK 0 0.44 1 0.19
HSL 33.79º 1% 0.4% -
HSV(B) 33.79º 1% 0.81% -
XYZ 31.7 25.61 3.27 -
YUV 129.69 54.82 182.43 -
System Red Green Blue C M Y K H S L
Decimal 206 116 0 0 0.44 1 0.19 33.79 1 0.4
Hex CE 74 0 0 2C 64 13 22 64 28
Octal 316 164 0 0 54 144 23 42 144 50
Binary 11001110 1110100 0 0 101100 1100100 10011 100010 1100100 101000

Color Harmonies of #CE7400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7400

Black with #CE7400

Text Example


Text Example

White with #CE7400

Text Example


Text Example

HTML Codes & Css Web 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>