Html Css Color HEX #CE7100 Mango Tango

📋 copy color: '#CE7100'

red 206 ◦ green 113 ◦ blue 0

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

Shades of Mango Tango #CE7100

Tints of Mango Tango #CE7100

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.42%

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

R = 64.58%
G = 35.42%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CE7100 (or 0xCE7100) is known color: Mango Tango. HEX triplet: CE, 71 and 00. RGB value is (206,113,0). Sum of RGB (Red+Green+Blue) = 206+113+0=319 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.58% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 0 (0.39% from 255 or 0% from 319); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7100 is #318EFF. Grayscale: #808080. Windows color (decimal): -3247872 or 29134. OLE color: 29134.

HSL color Cylindrical-coordinate representation of color #CE7100: hue angle of 32.91º 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 #CE7100 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 113 0 -
CMYK 0 0.45 1 0.19
HSL 32.91º 1% 0.4% -
HSV(B) 32.91º 1% 0.81% -
XYZ 31.36 24.93 3.16 -
YUV 127.93 55.81 183.69 -
System Red Green Blue C M Y K H S L
Decimal 206 113 0 0 0.45 1 0.19 32.91 1 0.4
Hex CE 71 0 0 2D 64 13 21 64 28
Octal 316 161 0 0 55 144 23 41 144 50
Binary 11001110 1110001 0 0 101101 1100100 10011 100001 1100100 101000

Color Harmonies of #CE7100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7100

Black with #CE7100

Text Example


Text Example

White with #CE7100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7100; }

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

 H1.HeaderClassName
 {
   color: #CE7100;
 }
 .AnyTagClassName
 {
   color: #CE7100;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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