Html Css Color HEX #EA6B14 Mango Tango

📋 copy color: '#EA6B14'

red 234 ◦ green 107 ◦ blue 20

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

Shades of Mango Tango #EA6B14

Tints of Mango Tango #EA6B14

RGB

 RED value IS 234 (91.8% from 255) = 64.82%

 GREEN value IS 107 (42.19% from 255) = 29.64%

 BLUE value IS 20 (8.2% from 255) = 5.54%

R = 64.82%
G = 29.64%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EA6B14 (or 0xEA6B14) is known color: Mango Tango. HEX triplet: EA, 6B and 14. RGB value is (234,107,20). Sum of RGB (Red+Green+Blue) = 234+107+20=361 (47% of max value = 765). Red value is 234 (91.80% from 255 or 64.82% from 361); Green value is 107 (42.19% from 255 or 29.64% from 361); Blue value is 20 (8.20% from 255 or 5.54% from 361); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6B14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA6B14 is #1594EB. Grayscale: #878787. Windows color (decimal): -1414380 or 1338346. OLE color: 1338346.

HSL color Cylindrical-coordinate representation of color #EA6B14: hue angle of 24.39º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA6B14 is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 107 20 -
CMYK 0 0.54 0.91 0.08
HSL 24.39º 0.84% 0.5% -
HSV(B) 24.39º 0.91% 0.92% -
XYZ 39.32 28.06 4.01 -
YUV 135.06 63.08 198.57 -
System Red Green Blue C M Y K H S L
Decimal 234 107 20 0 0.54 0.91 0.08 24.39 0.84 0.5
Hex EA 6B 14 0 36 5B 8 18 54 32
Octal 352 153 24 0 66 133 10 30 124 62
Binary 11101010 1101011 10100 0 110110 1011011 1000 11000 1010100 110010

Color Harmonies of #EA6B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6B14

Black with #EA6B14

Text Example


Text Example

White with #EA6B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6B14; }

 p { color: rgb(234,107,20); }

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

background-color css

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

 a { background-color: rgb(234,107,20); }

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

border-color css

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

 span { border-color: rgb(234,107,20); }

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