#ED8611

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

Shades of Tangerine #ED8611

Tints of Tangerine #ED8611

Color information

#ED8611 (or 0xED8611) is unknown color: approx Tangerine. HEX triplet: ED, 86 and 11. RGB value is (237,134,17). Sum of RGB (Red+Green+Blue) = 237+134+17=388 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.08% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 17 (7.03% from 255 or 4.38% from 388); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8611 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8611 is #1279EE. Grayscale: #989898. Windows color (decimal): -1210863 or 1148653. OLE color: 1148653.

HSL color Cylindrical-coordinate representation of color #ED8611: hue angle of 31.91º 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 #ED8611 is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB23713417-
CMYK00.430.930.07
HSL31.91º86.61%49.8%-
HSV(B)31.91º92.83%92.94%-
XYZ43.5535.15.01-
YUV151.4652.12189.01-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 61.08%
GREEN value IS 134 (52.73% from 255) = 34.54%
BLUE value IS 17 (7.03% from 255) = 4.38%
R=61.08%
G=34.54%
B=4.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.93
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371341700.430.930.0731.9186.6149.8
HexED861102B5D7205732
Octal3552062105313574012762
Binary111011011000011010001010101110111011111000001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8611; }

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

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

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

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

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

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

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

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