#E67A01

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

Shades of Mango Tango #E67A01

Tints of Mango Tango #E67A01

Color information

#E67A01 (or 0xE67A01) is unknown color: approx Mango Tango. HEX triplet: E6, 7A and 01. RGB value is (230,122,1). Sum of RGB (Red+Green+Blue) = 230+122+1=353 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.16% from 353); Green value is 122 (48.05% from 255 or 34.56% from 353); Blue value is 1 (0.78% from 255 or 0.28% from 353); Max value from RGB is 230 - color contains mainly: red. Hex color #E67A01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E67A01 is #1985FE. Grayscale: #8D8D8D. Windows color (decimal): -1672703 or 96998. OLE color: 96998.

HSL color Cylindrical-coordinate representation of color #E67A01: hue angle of 31.7º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E67A01 is Cyan = 0, Magento = 0.47, Yellow = 1.00 and Black (K on CMYK) = 0.10.

Color convert

RGB2301221-
CMYK00.471.000.10
HSL31.7º99.13%45.29%-
HSV(B)31.7º99.57%90.2%-
XYZ39.630.743.88-
YUV140.549.28191.84-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 65.16%
GREEN value IS 122 (48.05% from 255) = 34.56%
BLUE value IS 1 (0.78% from 255) = 0.28%
R=65.16%
G=34.56%
B=0.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 1.00
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230122100.471.000.1031.799.1345.29
HexE67A102F64A20632d
Octal3461721057144124014355
Binary11100110111101010101111110010010101000001100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E67A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E67A01; }

 p { color: rgb(230,122,1); }

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

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

 a { background-color: rgb(230,122,1); }

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

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

 span { border-color: rgb(230,122,1); }

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