Html Css Color HEX #CE7300 Mango Tango

📋 copy color: '#CE7300'

red 206 ◦ green 115 ◦ blue 0

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

Shades of Mango Tango #CE7300

Tints of Mango Tango #CE7300

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.83%

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

R = 64.17%
G = 35.83%
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

#CE7300 (or 0xCE7300) is known color: Mango Tango. HEX triplet: CE, 73 and 00. RGB value is (206,115,0). Sum of RGB (Red+Green+Blue) = 206+115+0=321 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.17% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 0 (0.39% from 255 or 0% from 321); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7300 is #318CFF. Grayscale: #818181. Windows color (decimal): -3247360 or 29646. OLE color: 29646.

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

Color convert

RGB 206 115 0 -
CMYK 0 0.44 1 0.19
HSL 33.5º 1% 0.4% -
HSV(B) 33.5º 1% 0.81% -
XYZ 31.58 25.38 3.23 -
YUV 129.1 55.15 182.85 -
System Red Green Blue C M Y K H S L
Decimal 206 115 0 0 0.44 1 0.19 33.5 1 0.4
Hex CE 73 0 0 2C 64 13 21 64 28
Octal 316 163 0 0 54 144 23 41 144 50
Binary 11001110 1110011 0 0 101100 1100100 10011 100001 1100100 101000

Color Harmonies of #CE7300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7300

Black with #CE7300

Text Example


Text Example

White with #CE7300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7300; }

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

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

background-color css

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

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

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

border-color css

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

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

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