Html Css Color HEX #CE7000 Mango Tango

📋 copy color: '#CE7000'

red 206 ◦ green 112 ◦ blue 0

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

Shades of Mango Tango #CE7000

Tints of Mango Tango #CE7000

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.22%

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

R = 64.78%
G = 35.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CE7000 (or 0xCE7000) is known color: Mango Tango. HEX triplet: CE, 70 and 00. RGB value is (206,112,0). Sum of RGB (Red+Green+Blue) = 206+112+0=318 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.78% from 318); Green value is 112 (44.14% from 255 or 35.22% from 318); Blue value is 0 (0.39% from 255 or 0% from 318); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7000 is #318FFF. Grayscale: #7F7F7F. Windows color (decimal): -3248128 or 28878. OLE color: 28878.

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

Color convert

RGB 206 112 0 -
CMYK 0 0.46 1 0.19
HSL 32.62º 1% 0.4% -
HSV(B) 32.62º 1% 0.81% -
XYZ 31.25 24.71 3.12 -
YUV 127.34 56.14 184.11 -
System Red Green Blue C M Y K H S L
Decimal 206 112 0 0 0.46 1 0.19 32.62 1 0.4
Hex CE 70 0 0 2E 64 13 21 64 28
Octal 316 160 0 0 56 144 23 41 144 50
Binary 11001110 1110000 0 0 101110 1100100 10011 100001 1100100 101000

Color Harmonies of #CE7000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7000

Black with #CE7000

Text Example


Text Example

White with #CE7000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7000; }

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

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

background-color css

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

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

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

border-color css

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

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

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