Html Css Color HEX #CE7004 Mango Tango

📋 copy color: '#CE7004'

red 206 ◦ green 112 ◦ blue 4

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

Shades of Mango Tango #CE7004

Tints of Mango Tango #CE7004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.24%

R = 63.98%
G = 34.78%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CE7004 (or 0xCE7004) is known color: Mango Tango. HEX triplet: CE, 70 and 04. RGB value is (206,112,4). Sum of RGB (Red+Green+Blue) = 206+112+4=322 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.98% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 4 (1.95% from 255 or 1.24% from 322); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7004 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7004 is #318FFB. Grayscale: #808080. Windows color (decimal): -3248124 or 291022. OLE color: 291022.

HSL color Cylindrical-coordinate representation of color #CE7004: hue angle of 32.08º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE7004 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 112 4 -
CMYK 0 0.46 0.98 0.19
HSL 32.08º 0.96% 0.41% -
HSV(B) 32.08º 0.98% 0.81% -
XYZ 31.27 24.72 3.24 -
YUV 127.79 58.14 183.78 -
System Red Green Blue C M Y K H S L
Decimal 206 112 4 0 0.46 0.98 0.19 32.08 0.96 0.41
Hex CE 70 4 0 2E 62 13 20 60 29
Octal 316 160 4 0 56 142 23 40 140 51
Binary 11001110 1110000 100 0 101110 1100010 10011 100000 1100000 101001

Color Harmonies of #CE7004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7004

Black with #CE7004

Text Example


Text Example

White with #CE7004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7004; }

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

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

background-color css

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

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

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

border-color css

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

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

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