#ED840A

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

Shades of Tangerine #ED840A

Tints of Tangerine #ED840A

Color information

#ED840A (or 0xED840A) is unknown color: approx Tangerine. HEX triplet: ED, 84 and 0A. RGB value is (237,132,10). Sum of RGB (Red+Green+Blue) = 237+132+10=379 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.53% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 10 (4.30% from 255 or 2.64% from 379); Max value from RGB is 237 - color contains mainly: red. Hex color #ED840A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED840A is #127BF5. Grayscale: #969696. Windows color (decimal): -1211382 or 689389. OLE color: 689389.

HSL color Cylindrical-coordinate representation of color #ED840A: hue angle of 32.25º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED840A is Cyan = 0, Magento = 0.44, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB23713210-
CMYK00.440.960.07
HSL32.25º91.9%48.43%-
HSV(B)32.25º95.78%92.94%-
XYZ43.2334.534.67-
YUV149.4949.29190.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 62.53%
GREEN value IS 132 (51.95% from 255) = 34.83%
BLUE value IS 10 (4.30% from 255) = 2.64%
R=62.53%
G=34.83%
B=2.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.96
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371321000.440.960.0732.2591.948.43
HexED84A02C607205c30
Octal3552041205414074013460
Binary11101101100001001010010110011000001111000001011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED840A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED840A; }

 p { color: rgb(237,132,10); }

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

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

 a { background-color: rgb(237,132,10); }

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

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

 span { border-color: rgb(237,132,10); }

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