Html Css Color HEX #CE7500 Mango Tango

📋 copy color: '#CE7500'

red 206 ◦ green 117 ◦ blue 0

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

Shades of Mango Tango #CE7500

Tints of Mango Tango #CE7500

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.22%

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

R = 63.78%
G = 36.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CE7500 (or 0xCE7500) is known color: Mango Tango. HEX triplet: CE, 75 and 00. RGB value is (206,117,0). Sum of RGB (Red+Green+Blue) = 206+117+0=323 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.78% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 0 (0.39% from 255 or 0% from 323); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7500 is #318AFF. Grayscale: #828282. Windows color (decimal): -3246848 or 30158. OLE color: 30158.

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

Color convert

RGB 206 117 0 -
CMYK 0 0.43 1 0.19
HSL 34.08º 1% 0.4% -
HSV(B) 34.08º 1% 0.81% -
XYZ 31.81 25.84 3.31 -
YUV 130.27 54.49 182.01 -
System Red Green Blue C M Y K H S L
Decimal 206 117 0 0 0.43 1 0.19 34.08 1 0.4
Hex CE 75 0 0 2B 64 13 22 64 28
Octal 316 165 0 0 53 144 23 42 144 50
Binary 11001110 1110101 0 0 101011 1100100 10011 100010 1100100 101000

Color Harmonies of #CE7500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7500

Black with #CE7500

Text Example


Text Example

White with #CE7500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7500; }

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

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

background-color css

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

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

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

border-color css

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

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

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