Html Css Color HEX #E08000 Mango Tango

📋 copy color: '#E08000'

red 224 ◦ green 128 ◦ blue 0

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

Shades of Mango Tango #E08000

Tints of Mango Tango #E08000

RGB

 RED value IS 224 (87.89% from 255) = 63.64%

 GREEN value IS 128 (50.39% from 255) = 36.36%

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

R = 63.64%
G = 36.36%
B = 0%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E08000 (or 0xE08000) is known color: Mango Tango. HEX triplet: E0, 80 and 00. RGB value is (224,128,0). Sum of RGB (Red+Green+Blue) = 224+128+0=352 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.64% from 352); Green value is 128 (50.39% from 255 or 36.36% from 352); Blue value is 0 (0.39% from 255 or 0% from 352); Max value from RGB is 224 - color contains mainly: red. Hex color #E08000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08000 is #1F7FFF. Grayscale: #8E8E8E. Windows color (decimal): -2064384 or 32992. OLE color: 32992.

HSL color Cylindrical-coordinate representation of color #E08000: hue angle of 34.29º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E08000 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 128 0 -
CMYK 0 0.43 1 0.12
HSL 34.29º 1% 0.44% -
HSV(B) 34.29º 1% 0.88% -
XYZ 38.46 31.29 4.01 -
YUV 142.11 47.8 186.41 -
System Red Green Blue C M Y K H S L
Decimal 224 128 0 0 0.43 1 0.12 34.29 1 0.44
Hex E0 80 0 0 2B 64 C 22 64 2C
Octal 340 200 0 0 53 144 14 42 144 54
Binary 11100000 10000000 0 0 101011 1100100 1100 100010 1100100 101100

Color Harmonies of #E08000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08000

Black with #E08000

Text Example


Text Example

White with #E08000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08000; }

 p { color: rgb(224,128,0); }

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

background-color css

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

 a { background-color: rgb(224,128,0); }

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

border-color css

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

 span { border-color: rgb(224,128,0); }

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