#E08310

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

Shades of Tangerine #E08310

Tints of Tangerine #E08310

Color information

#E08310 (or 0xE08310) is unknown color: approx Tangerine. HEX triplet: E0, 83 and 10. RGB value is (224,131,16). Sum of RGB (Red+Green+Blue) = 224+131+16=371 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.38% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 16 (6.64% from 255 or 4.31% from 371); Max value from RGB is 224 - color contains mainly: red. Hex color #E08310 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08310 is #1F7CEF. Grayscale: #929292. Windows color (decimal): -2063600 or 1082336. OLE color: 1082336.

HSL color Cylindrical-coordinate representation of color #E08310: hue angle of 33.17º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E08310 is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB22413116-
CMYK00.420.930.12
HSL33.17º86.67%47.06%-
HSV(B)33.17º92.86%87.84%-
XYZ38.9532.124.64-
YUV145.754.81183.85-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 60.38%
GREEN value IS 131 (51.56% from 255) = 35.31%
BLUE value IS 16 (6.64% from 255) = 4.31%
R=60.38%
G=35.31%
B=4.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.93
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241311600.420.930.1233.1786.6747.06
HexE0831002A5DC21572f
Octal34020320052135144112757
Binary1110000010000011100000101010101110111001000011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08310; }

 p { color: rgb(224,131,16); }

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

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

 a { background-color: rgb(224,131,16); }

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

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

 span { border-color: rgb(224,131,16); }

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