Html Css Color HEX #E06D0F Mango Tango

📋 copy color: '#E06D0F'

red 224 ◦ green 109 ◦ blue 15

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

Shades of Mango Tango #E06D0F

Tints of Mango Tango #E06D0F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.32%

 BLUE value IS 15 (6.25% from 255) = 4.31%

R = 64.37%
G = 31.32%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E06D0F (or 0xE06D0F) is known color: Mango Tango. HEX triplet: E0, 6D and 0F. RGB value is (224,109,15). Sum of RGB (Red+Green+Blue) = 224+109+15=348 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64.37% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 15 (6.25% from 255 or 4.31% from 348); Max value from RGB is 224 - color contains mainly: red. Hex color #E06D0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06D0F is #1F92F0. Grayscale: #858585. Windows color (decimal): -2069233 or 1011168. OLE color: 1011168.

HSL color Cylindrical-coordinate representation of color #E06D0F: hue angle of 26.99º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E06D0F is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 109 15 -
CMYK 0 0.51 0.93 0.12
HSL 26.99º 0.87% 0.47% -
HSV(B) 26.99º 0.93% 0.88% -
XYZ 36.3 26.82 3.72 -
YUV 132.67 61.6 193.14 -
System Red Green Blue C M Y K H S L
Decimal 224 109 15 0 0.51 0.93 0.12 26.99 0.87 0.47
Hex E0 6D F 0 33 5D C 1B 57 2F
Octal 340 155 17 0 63 135 14 33 127 57
Binary 11100000 1101101 1111 0 110011 1011101 1100 11011 1010111 101111

Color Harmonies of #E06D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06D0F

Black with #E06D0F

Text Example


Text Example

White with #E06D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06D0F; }

 p { color: rgb(224,109,15); }

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

background-color css

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

 a { background-color: rgb(224,109,15); }

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

border-color css

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

 span { border-color: rgb(224,109,15); }

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