Html Css Color HEX #EB7C00 Mango Tango

📋 copy color: '#EB7C00'

red 235 ◦ green 124 ◦ blue 0

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

Shades of Mango Tango #EB7C00

Tints of Mango Tango #EB7C00

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.54%

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

R = 65.46%
G = 34.54%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EB7C00 (or 0xEB7C00) is known color: Mango Tango. HEX triplet: EB, 7C and 00. RGB value is (235,124,0). Sum of RGB (Red+Green+Blue) = 235+124+0=359 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.46% from 359); Green value is 124 (48.83% from 255 or 34.54% from 359); Blue value is 0 (0.39% from 255 or 0% from 359); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7C00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB7C00 is #1483FF. Grayscale: #8F8F8F. Windows color (decimal): -1344512 or 31979. OLE color: 31979.

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

Color convert

RGB 235 124 0 -
CMYK 0 0.47 1 0.08
HSL 31.66º 1% 0.46% -
HSV(B) 31.66º 1% 0.92% -
XYZ 41.47 32.08 4.01 -
YUV 143.05 47.27 193.58 -
System Red Green Blue C M Y K H S L
Decimal 235 124 0 0 0.47 1 0.08 31.66 1 0.46
Hex EB 7C 0 0 2F 64 8 20 64 2E
Octal 353 174 0 0 57 144 10 40 144 56
Binary 11101011 1111100 0 0 101111 1100100 1000 100000 1100100 101110

Color Harmonies of #EB7C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7C00

Black with #EB7C00

Text Example


Text Example

White with #EB7C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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