Html Css Color HEX #E6680F Mango Tango

📋 copy color: '#E6680F'

red 230 ◦ green 104 ◦ blue 15

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

Shades of Mango Tango #E6680F

Tints of Mango Tango #E6680F

RGB

 RED value IS 230 (90.23% from 255) = 65.9%

 GREEN value IS 104 (41.02% from 255) = 29.8%

 BLUE value IS 15 (6.25% from 255) = 4.3%

R = 65.9%
G = 29.8%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E6680F (or 0xE6680F) is known color: Mango Tango. HEX triplet: E6, 68 and 0F. RGB value is (230,104,15). Sum of RGB (Red+Green+Blue) = 230+104+15=349 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.90% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 15 (6.25% from 255 or 4.30% from 349); Max value from RGB is 230 - color contains mainly: red. Hex color #E6680F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E6680F is #1997F0. Grayscale: #848484. Windows color (decimal): -1677297 or 1009894. OLE color: 1009894.

HSL color Cylindrical-coordinate representation of color #E6680F: hue angle of 24.84º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E6680F is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 104 15 -
CMYK 0 0.55 0.93 0.10
HSL 24.84º 0.88% 0.48% -
HSV(B) 24.84º 0.93% 0.9% -
XYZ 37.67 26.76 3.63 -
YUV 131.53 62.24 198.24 -
System Red Green Blue C M Y K H S L
Decimal 230 104 15 0 0.55 0.93 0.10 24.84 0.88 0.48
Hex E6 68 F 0 37 5D A 19 58 30
Octal 346 150 17 0 67 135 12 31 130 60
Binary 11100110 1101000 1111 0 110111 1011101 1010 11001 1011000 110000

Color Harmonies of #E6680F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6680F

Black with #E6680F

Text Example


Text Example

White with #E6680F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6680F; }

 p { color: rgb(230,104,15); }

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

background-color css

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

 a { background-color: rgb(230,104,15); }

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

border-color css

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

 span { border-color: rgb(230,104,15); }

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