#ED8111

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

Shades of Tangerine #ED8111

Tints of Tangerine #ED8111

Color information

#ED8111 (or 0xED8111) is unknown color: approx Tangerine. HEX triplet: ED, 81 and 11. RGB value is (237,129,17). Sum of RGB (Red+Green+Blue) = 237+129+17=383 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.88% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 17 (7.03% from 255 or 4.44% from 383); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8111 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8111 is #127EEE. Grayscale: #959595. Windows color (decimal): -1212143 or 1147373. OLE color: 1147373.

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

Color convert

RGB23712917-
CMYK00.460.930.07
HSL30.55º86.61%49.8%-
HSV(B)30.55º92.83%92.94%-
XYZ42.8833.754.78-
YUV148.5253.78191.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 61.88%
GREEN value IS 129 (50.78% from 255) = 33.68%
BLUE value IS 17 (7.03% from 255) = 4.44%
R=61.88%
G=33.68%
B=4.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.93
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371291700.460.930.0730.5586.6149.8
HexED811102E5D71f5732
Octal3552012105613573712762
Binary11101101100000011000101011101011101111111111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8111; }

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

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

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

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

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

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

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

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