#EA7B05

Color #EA7B05 Mango Tango (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mango Tango #EA7B05

Tints of Mango Tango #EA7B05

Color information

#EA7B05 (or 0xEA7B05) is unknown color: approx Mango Tango. HEX triplet: EA, 7B and 05. RGB value is (234,123,5). Sum of RGB (Red+Green+Blue) = 234+123+5=362 (47% of max value = 765). Red value is 234 (91.80% from 255 or 64.64% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 5 (2.34% from 255 or 1.38% from 362); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7B05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7B05 is #1584FA. Grayscale: #8F8F8F. Windows color (decimal): -1410299 or 359402. OLE color: 359402.

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

Color convert

RGB2341235-
CMYK00.470.980.08
HSL30.92º95.82%46.86%-
HSV(B)30.92º97.86%91.76%-
XYZ41.0431.674.09-
YUV142.7450.27193.09-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 64.64%
GREEN value IS 123 (48.44% from 255) = 33.98%
BLUE value IS 5 (2.34% from 255) = 1.38%
R=64.64%
G=33.98%
B=1.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.98
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234123500.470.980.0830.9295.8246.86
HexEA7B502F6281f602f
Octal3521735057142103714057
Binary111010101111011101010111111000101000111111100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7B05; }

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

 H1.HeaderClassName
 {
   color: #EA7B05;
 }
 .AnyTagClassName
 {
   color: #EA7B05;
 }
</style>
background-color css

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

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

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

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

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

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