#EB6B00

Color #EB6B00 Mango Tango (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mango Tango #EB6B00

Tints of Mango Tango #EB6B00

Color information

#EB6B00 (or 0xEB6B00) is unknown color: approx Mango Tango. HEX triplet: EB, 6B and 00. RGB value is (235,107,0). Sum of RGB (Red+Green+Blue) = 235+107+0=342 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.71% from 342); Green value is 107 (42.19% from 255 or 31.29% from 342); Blue value is 0 (0.39% from 255 or 0% from 342); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6B00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB6B00 is #1494FF. Grayscale: #858585. Windows color (decimal): -1348864 or 27627. OLE color: 27627.

HSL color Cylindrical-coordinate representation of color #EB6B00: hue angle of 27.32º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB6B00 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.08.

Color convert

RGB2351070-
CMYK00.5410.08
HSL27.32º100%46.08%-
HSV(B)27.32º100%92.16%-
XYZ39.5228.183.36-
YUV133.0752.91200.7-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 68.71%
GREEN value IS 107 (42.19% from 255) = 31.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=68.71%
G=31.29%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 1
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235107000.5410.0827.3210046.08
HexEB6B00366481b642e
Octal3531530066144103314456
Binary1110101111010110011011011001001000110111100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6B00; }

 p { color: rgb(235,107,0); }

 H1.HeaderClassName
 {
   color: #EB6B00;
 }
 .AnyTagClassName
 {
   color: #EB6B00;
 }
</style>
background-color css

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

 a { background-color: rgb(235,107,0); }

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

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

 span { border-color: rgb(235,107,0); }

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