Html Css Color HEX #E08001 Mango Tango

📋 copy color: '#E08001'

red 224 ◦ green 128 ◦ blue 1

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

Shades of Mango Tango #E08001

Tints of Mango Tango #E08001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 63.46%
G = 36.26%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E08001 (or 0xE08001) is known color: Mango Tango. HEX triplet: E0, 80 and 01. RGB value is (224,128,1). Sum of RGB (Red+Green+Blue) = 224+128+1=353 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.46% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 1 (0.78% from 255 or 0.28% from 353); Max value from RGB is 224 - color contains mainly: red. Hex color #E08001 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08001 is #1F7FFE. Grayscale: #8E8E8E. Windows color (decimal): -2064383 or 98528. OLE color: 98528.

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

Color convert

RGB 224 128 1 -
CMYK 0 0.43 1.00 0.12
HSL 34.17º 0.99% 0.44% -
HSV(B) 34.17º 1% 0.88% -
XYZ 38.47 31.29 4.04 -
YUV 142.23 48.3 186.33 -
System Red Green Blue C M Y K H S L
Decimal 224 128 1 0 0.43 1.00 0.12 34.17 0.99 0.44
Hex E0 80 1 0 2B 64 C 22 63 2C
Octal 340 200 1 0 53 144 14 42 143 54
Binary 11100000 10000000 1 0 101011 1100100 1100 100010 1100011 101100

Color Harmonies of #E08001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08001

Black with #E08001

Text Example


Text Example

White with #E08001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08001; }

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

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

background-color css

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

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

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

border-color css

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

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

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