#ED870F

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

Shades of Tangerine #ED870F

Tints of Tangerine #ED870F

Color information

#ED870F (or 0xED870F) is unknown color: approx Tangerine. HEX triplet: ED, 87 and 0F. RGB value is (237,135,15). Sum of RGB (Red+Green+Blue) = 237+135+15=387 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.24% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 15 (6.25% from 255 or 3.88% from 387); Max value from RGB is 237 - color contains mainly: red. Hex color #ED870F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED870F is #1278F0. Grayscale: #989898. Windows color (decimal): -1210609 or 1017837. OLE color: 1017837.

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

Color convert

RGB23713515-
CMYK00.430.940.07
HSL32.43º88.1%49.41%-
HSV(B)32.43º93.67%92.94%-
XYZ43.6835.374.98-
YUV151.8250.79188.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 61.24%
GREEN value IS 135 (53.12% from 255) = 34.88%
BLUE value IS 15 (6.25% from 255) = 3.88%
R=61.24%
G=34.88%
B=3.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.94
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371351500.430.940.0732.4388.149.41
HexED87F02B5E7205831
Octal3552071705313674013061
Binary11101101100001111111010101110111101111000001011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED870F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED870F; }

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

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

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

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

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

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

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

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