Html Css Color HEX #EB6A0B Mango Tango

📋 copy color: '#EB6A0B'

red 235 ◦ green 106 ◦ blue 11

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

Shades of Mango Tango #EB6A0B

Tints of Mango Tango #EB6A0B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.11%

 BLUE value IS 11 (4.69% from 255) = 3.13%

R = 66.76%
G = 30.11%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EB6A0B (or 0xEB6A0B) is known color: Mango Tango. HEX triplet: EB, 6A and 0B. RGB value is (235,106,11). Sum of RGB (Red+Green+Blue) = 235+106+11=352 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.76% from 352); Green value is 106 (41.80% from 255 or 30.11% from 352); Blue value is 11 (4.69% from 255 or 3.12% from 352); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6A0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB6A0B is #1495F4. Grayscale: #868686. Windows color (decimal): -1349109 or 748267. OLE color: 748267.

HSL color Cylindrical-coordinate representation of color #EB6A0B: hue angle of 25.45º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EB6A0B is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 106 11 -
CMYK 0 0.55 0.95 0.08
HSL 25.45º 0.91% 0.48% -
HSV(B) 25.45º 0.95% 0.92% -
XYZ 39.48 27.99 3.64 -
YUV 133.74 58.74 200.22 -
System Red Green Blue C M Y K H S L
Decimal 235 106 11 0 0.55 0.95 0.08 25.45 0.91 0.48
Hex EB 6A B 0 37 5F 8 19 5B 30
Octal 353 152 13 0 67 137 10 31 133 60
Binary 11101011 1101010 1011 0 110111 1011111 1000 11001 1011011 110000

Color Harmonies of #EB6A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6A0B

Black with #EB6A0B

Text Example


Text Example

White with #EB6A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6A0B; }

 p { color: rgb(235,106,11); }

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

background-color css

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

 a { background-color: rgb(235,106,11); }

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

border-color css

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

 span { border-color: rgb(235,106,11); }

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