Html Css Color HEX #E06901 Mango Tango

📋 copy color: '#E06901'

red 224 ◦ green 105 ◦ blue 1

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

Shades of Mango Tango #E06901

Tints of Mango Tango #E06901

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.82%

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

R = 67.88%
G = 31.82%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E06901 (or 0xE06901) is known color: Mango Tango. HEX triplet: E0, 69 and 01. RGB value is (224,105,1). Sum of RGB (Red+Green+Blue) = 224+105+1=330 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.88% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 1 (0.78% from 255 or 0.30% from 330); Max value from RGB is 224 - color contains mainly: red. Hex color #E06901 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06901 is #1F96FE. Grayscale: #818181. Windows color (decimal): -2070271 or 92640. OLE color: 92640.

HSL color Cylindrical-coordinate representation of color #E06901: hue angle of 27.98º 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 #E06901 is Cyan = 0, Magento = 0.53, Yellow = 1.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 105 1 -
CMYK 0 0.53 1.00 0.12
HSL 27.98º 0.99% 0.44% -
HSV(B) 27.98º 1% 0.88% -
XYZ 35.8 25.95 3.15 -
YUV 128.73 55.92 195.96 -
System Red Green Blue C M Y K H S L
Decimal 224 105 1 0 0.53 1.00 0.12 27.98 0.99 0.44
Hex E0 69 1 0 35 64 C 1C 63 2C
Octal 340 151 1 0 65 144 14 34 143 54
Binary 11100000 1101001 1 0 110101 1100100 1100 11100 1100011 101100

Color Harmonies of #E06901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06901

Black with #E06901

Text Example


Text Example

White with #E06901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06901; }

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

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

background-color css

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

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

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

border-color css

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

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

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