Html Css Color HEX #EA6B0B Mango Tango

📋 copy color: '#EA6B0B'

red 234 ◦ green 107 ◦ blue 11

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

Shades of Mango Tango #EA6B0B

Tints of Mango Tango #EA6B0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.13%

R = 66.48%
G = 30.4%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EA6B0B (or 0xEA6B0B) is known color: Mango Tango. HEX triplet: EA, 6B and 0B. RGB value is (234,107,11). Sum of RGB (Red+Green+Blue) = 234+107+11=352 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.48% from 352); Green value is 107 (42.19% from 255 or 30.40% from 352); Blue value is 11 (4.69% from 255 or 3.12% from 352); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6B0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA6B0B is #1594F4. Grayscale: #868686. Windows color (decimal): -1414389 or 748522. OLE color: 748522.

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

Color convert

RGB 234 107 11 -
CMYK 0 0.54 0.95 0.08
HSL 25.83º 0.91% 0.48% -
HSV(B) 25.83º 0.95% 0.92% -
XYZ 39.25 28.03 3.66 -
YUV 134.03 58.58 199.31 -
System Red Green Blue C M Y K H S L
Decimal 234 107 11 0 0.54 0.95 0.08 25.83 0.91 0.48
Hex EA 6B B 0 36 5F 8 1A 5B 30
Octal 352 153 13 0 66 137 10 32 133 60
Binary 11101010 1101011 1011 0 110110 1011111 1000 11010 1011011 110000

Color Harmonies of #EA6B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6B0B

Black with #EA6B0B

Text Example


Text Example

White with #EA6B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6B0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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