Html Css Color HEX #EA7B00 Mango Tango

📋 copy color: '#EA7B00'

red 234 ◦ green 123 ◦ blue 0

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

Shades of Mango Tango #EA7B00

Tints of Mango Tango #EA7B00

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.45%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65.55%
G = 34.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EA7B00 (or 0xEA7B00) is known color: Mango Tango. HEX triplet: EA, 7B and 00. RGB value is (234,123,0). Sum of RGB (Red+Green+Blue) = 234+123+0=357 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.55% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 0 (0.39% from 255 or 0% from 357); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7B00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7B00 is #1584FF. Grayscale: #8E8E8E. Windows color (decimal): -1410304 or 31722. OLE color: 31722.

HSL color Cylindrical-coordinate representation of color #EA7B00: hue angle of 31.54º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA7B00 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 123 0 -
CMYK 0 0.47 1 0.08
HSL 31.54º 1% 0.46% -
HSV(B) 31.54º 1% 0.92% -
XYZ 41.01 31.66 3.95 -
YUV 142.17 47.77 193.5 -
System Red Green Blue C M Y K H S L
Decimal 234 123 0 0 0.47 1 0.08 31.54 1 0.46
Hex EA 7B 0 0 2F 64 8 20 64 2E
Octal 352 173 0 0 57 144 10 40 144 56
Binary 11101010 1111011 0 0 101111 1100100 1000 100000 1100100 101110

Color Harmonies of #EA7B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7B00

Black with #EA7B00

Text Example


Text Example

White with #EA7B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7B00; }

 p { color: rgb(234,123,0); }

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

background-color css

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

 a { background-color: rgb(234,123,0); }

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

border-color css

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

 span { border-color: rgb(234,123,0); }

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