Html Css Color HEX #EB6D00 Mango Tango

📋 copy color: '#EB6D00'

red 235 ◦ green 109 ◦ blue 0

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

Shades of Mango Tango #EB6D00

Tints of Mango Tango #EB6D00

RGB

 RED value IS 235 (92.19% from 255) = 68.31%

 GREEN value IS 109 (42.97% from 255) = 31.69%

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

R = 68.31%
G = 31.69%
B = 0%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EB6D00 (or 0xEB6D00) is known color: Mango Tango. HEX triplet: EB, 6D and 00. RGB value is (235,109,0). Sum of RGB (Red+Green+Blue) = 235+109+0=344 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.31% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 0 (0.39% from 255 or 0% from 344); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6D00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB6D00 is #1492FF. Grayscale: #868686. Windows color (decimal): -1348352 or 28139. OLE color: 28139.

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

Color convert

RGB 235 109 0 -
CMYK 0 0.54 1 0.08
HSL 27.83º 1% 0.46% -
HSV(B) 27.83º 1% 0.92% -
XYZ 39.73 28.6 3.43 -
YUV 134.25 52.24 199.86 -
System Red Green Blue C M Y K H S L
Decimal 235 109 0 0 0.54 1 0.08 27.83 1 0.46
Hex EB 6D 0 0 36 64 8 1C 64 2E
Octal 353 155 0 0 66 144 10 34 144 56
Binary 11101011 1101101 0 0 110110 1100100 1000 11100 1100100 101110

Color Harmonies of #EB6D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6D00

Black with #EB6D00

Text Example


Text Example

White with #EB6D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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