#ED870D

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

Shades of Tangerine #ED870D

Tints of Tangerine #ED870D

Color information

#ED870D (or 0xED870D) is unknown color: approx Tangerine. HEX triplet: ED, 87 and 0D. RGB value is (237,135,13). Sum of RGB (Red+Green+Blue) = 237+135+13=385 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.56% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 13 (5.47% from 255 or 3.38% from 385); Max value from RGB is 237 - color contains mainly: red. Hex color #ED870D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED870D is #1278F2. Grayscale: #989898. Windows color (decimal): -1210611 or 886765. OLE color: 886765.

HSL color Cylindrical-coordinate representation of color #ED870D: hue angle of 32.68º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED870D is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB23713513-
CMYK00.430.950.07
HSL32.68º89.6%49.02%-
HSV(B)32.68º94.51%92.94%-
XYZ43.6635.364.91-
YUV151.5949.79188.92-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 61.56%
GREEN value IS 135 (53.12% from 255) = 35.06%
BLUE value IS 13 (5.47% from 255) = 3.38%
R=61.56%
G=35.06%
B=3.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.95
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371351300.430.950.0732.6889.649.02
HexED87D02B5F7215a31
Octal3552071505313774113261
Binary11101101100001111101010101110111111111000011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED870D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED870D; }

 p { color: rgb(237,135,13); }

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

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

 a { background-color: rgb(237,135,13); }

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

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

 span { border-color: rgb(237,135,13); }

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