#ED8311

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

Shades of Tangerine #ED8311

Tints of Tangerine #ED8311

Color information

#ED8311 (or 0xED8311) is unknown color: approx Tangerine. HEX triplet: ED, 83 and 11. RGB value is (237,131,17). Sum of RGB (Red+Green+Blue) = 237+131+17=385 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.56% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 17 (7.03% from 255 or 4.42% from 385); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8311 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8311 is #127CEE. Grayscale: #969696. Windows color (decimal): -1211631 or 1147885. OLE color: 1147885.

HSL color Cylindrical-coordinate representation of color #ED8311: hue angle of 31.09º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED8311 is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB23713117-
CMYK00.450.930.07
HSL31.09º86.61%49.8%-
HSV(B)31.09º92.83%92.94%-
XYZ43.1434.284.87-
YUV149.753.12190.27-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 61.56%
GREEN value IS 131 (51.56% from 255) = 34.03%
BLUE value IS 17 (7.03% from 255) = 4.42%
R=61.56%
G=34.03%
B=4.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.93
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371311700.450.930.0731.0986.6149.8
HexED831102D5D71f5732
Octal3552032105513573712762
Binary11101101100000111000101011011011101111111111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8311; }

 p { color: rgb(237,131,17); }

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

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

 a { background-color: rgb(237,131,17); }

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

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

 span { border-color: rgb(237,131,17); }

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