#E9870C

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

Shades of Tangerine #E9870C

Tints of Tangerine #E9870C

Color information

#E9870C (or 0xE9870C) is unknown color: approx Tangerine. HEX triplet: E9, 87 and 0C. RGB value is (233,135,12). Sum of RGB (Red+Green+Blue) = 233+135+12=380 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.32% from 380); Green value is 135 (53.12% from 255 or 35.53% from 380); Blue value is 12 (5.08% from 255 or 3.16% from 380); Max value from RGB is 233 - color contains mainly: red. Hex color #E9870C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9870C is #1678F3. Grayscale: #969696. Windows color (decimal): -1472756 or 821225. OLE color: 821225.

HSL color Cylindrical-coordinate representation of color #E9870C: hue angle of 33.39º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E9870C is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB23313512-
CMYK00.420.950.09
HSL33.39º90.2%48.04%-
HSV(B)33.39º94.85%91.37%-
XYZ42.3334.684.81-
YUV150.2849.97187-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 61.32%
GREEN value IS 135 (53.12% from 255) = 35.53%
BLUE value IS 12 (5.08% from 255) = 3.16%
R=61.32%
G=35.53%
B=3.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.95
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331351200.420.950.0933.3990.248.04
HexE987C02A5F9215a30
Octal35120714052137114113260
Binary111010011000011111000101010101111110011000011011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9870C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9870C; }

 p { color: rgb(233,135,12); }

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

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

 a { background-color: rgb(233,135,12); }

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

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

 span { border-color: rgb(233,135,12); }

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