#E5880E

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

Shades of Tangerine #E5880E

Tints of Tangerine #E5880E

Color information

#E5880E (or 0xE5880E) is unknown color: approx Tangerine. HEX triplet: E5, 88 and 0E. RGB value is (229,136,14). Sum of RGB (Red+Green+Blue) = 229+136+14=379 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.42% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 14 (5.86% from 255 or 3.69% from 379); Max value from RGB is 229 - color contains mainly: red. Hex color #E5880E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5880E is #1A77F1. Grayscale: #969696. Windows color (decimal): -1734642 or 952549. OLE color: 952549.

HSL color Cylindrical-coordinate representation of color #E5880E: hue angle of 34.05º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E5880E is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB22913614-
CMYK00.410.940.10
HSL34.05º88.48%47.65%-
HSV(B)34.05º93.89%89.8%-
XYZ41.234.34.86-
YUV149.951.31184.42-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 60.42%
GREEN value IS 136 (53.52% from 255) = 35.88%
BLUE value IS 14 (5.86% from 255) = 3.69%
R=60.42%
G=35.88%
B=3.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.94
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291361400.410.940.1034.0588.4847.65
HexE588E0295EA225830
Octal34521016051136124213060
Binary111001011000100011100101001101111010101000101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5880E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5880E; }

 p { color: rgb(229,136,14); }

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

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

 a { background-color: rgb(229,136,14); }

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

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

 span { border-color: rgb(229,136,14); }

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