Html Css Color HEX #EA770B Mango Tango

📋 copy color: '#EA770B'

red 234 ◦ green 119 ◦ blue 11

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

Shades of Mango Tango #EA770B

Tints of Mango Tango #EA770B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.69%

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

R = 64.29%
G = 32.69%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EA770B (or 0xEA770B) is known color: Mango Tango. HEX triplet: EA, 77 and 0B. RGB value is (234,119,11). Sum of RGB (Red+Green+Blue) = 234+119+11=364 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.29% from 364); Green value is 119 (46.88% from 255 or 32.69% from 364); Blue value is 11 (4.69% from 255 or 3.02% from 364); Max value from RGB is 234 - color contains mainly: red. Hex color #EA770B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA770B is #1588F4. Grayscale: #8D8D8D. Windows color (decimal): -1411317 or 751594. OLE color: 751594.

HSL color Cylindrical-coordinate representation of color #EA770B: hue angle of 29.06º 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 #EA770B is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 119 11 -
CMYK 0 0.49 0.95 0.08
HSL 29.06º 0.91% 0.48% -
HSV(B) 29.06º 0.95% 0.92% -
XYZ 40.59 30.71 4.11 -
YUV 141.07 54.6 194.28 -
System Red Green Blue C M Y K H S L
Decimal 234 119 11 0 0.49 0.95 0.08 29.06 0.91 0.48
Hex EA 77 B 0 31 5F 8 1D 5B 30
Octal 352 167 13 0 61 137 10 35 133 60
Binary 11101010 1110111 1011 0 110001 1011111 1000 11101 1011011 110000

Color Harmonies of #EA770B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA770B

Black with #EA770B

Text Example


Text Example

White with #EA770B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA770B; }

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

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

background-color css

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

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

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

border-color css

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

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

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