Html Css Color HEX #CE7501 Mango Tango

📋 copy color: '#CE7501'

red 206 ◦ green 117 ◦ blue 1

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

Shades of Mango Tango #CE7501

Tints of Mango Tango #CE7501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 63.58%
G = 36.11%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CE7501 (or 0xCE7501) is known color: Mango Tango. HEX triplet: CE, 75 and 01. RGB value is (206,117,1). Sum of RGB (Red+Green+Blue) = 206+117+1=324 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.58% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 1 (0.78% from 255 or 0.31% from 324); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7501 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7501 is #318AFE. Grayscale: #828282. Windows color (decimal): -3246847 or 95694. OLE color: 95694.

HSL color Cylindrical-coordinate representation of color #CE7501: hue angle of 33.95º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE7501 is Cyan = 0, Magento = 0.43, Yellow = 1.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 117 1 -
CMYK 0 0.43 1.00 0.19
HSL 33.95º 0.99% 0.41% -
HSV(B) 33.95º 1% 0.81% -
XYZ 31.82 25.85 3.34 -
YUV 130.39 54.99 181.93 -
System Red Green Blue C M Y K H S L
Decimal 206 117 1 0 0.43 1.00 0.19 33.95 0.99 0.41
Hex CE 75 1 0 2B 64 13 22 63 29
Octal 316 165 1 0 53 144 23 42 143 51
Binary 11001110 1110101 1 0 101011 1100100 10011 100010 1100011 101001

Color Harmonies of #CE7501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7501

Black with #CE7501

Text Example


Text Example

White with #CE7501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7501; }

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

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

background-color css

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

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

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

border-color css

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

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

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