#ED7F11

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

Shades of Tangerine #ED7F11

Tints of Tangerine #ED7F11

Color information

#ED7F11 (or 0xED7F11) is unknown color: approx Tangerine. HEX triplet: ED, 7F and 11. RGB value is (237,127,17). Sum of RGB (Red+Green+Blue) = 237+127+17=381 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.20% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 17 (7.03% from 255 or 4.46% from 381); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7F11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7F11 is #1280EE. Grayscale: #939393. Windows color (decimal): -1212655 or 1146861. OLE color: 1146861.

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

Color convert

RGB23712717-
CMYK00.460.930.07
HSL30º86.61%49.8%-
HSV(B)30º92.83%92.94%-
XYZ42.6233.224.7-
YUV147.3554.44191.94-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 62.20%
GREEN value IS 127 (50% from 255) = 33.33%
BLUE value IS 17 (7.03% from 255) = 4.46%
R=62.20%
G=33.33%
B=4.46%

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
Decimal2371271700.460.930.073086.6149.8
HexED7F1102E5D71e5732
Octal3551772105613573612762
Binary1110110111111111000101011101011101111111101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7F11; }

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

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

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

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

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

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

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

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