#ED850A

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

Shades of Tangerine #ED850A

Tints of Tangerine #ED850A

Color information

#ED850A (or 0xED850A) is unknown color: approx Tangerine. HEX triplet: ED, 85 and 0A. RGB value is (237,133,10). Sum of RGB (Red+Green+Blue) = 237+133+10=380 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.37% from 380); Green value is 133 (52.34% from 255 or 35% from 380); Blue value is 10 (4.30% from 255 or 2.63% from 380); Max value from RGB is 237 - color contains mainly: red. Hex color #ED850A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED850A is #127AF5. Grayscale: #969696. Windows color (decimal): -1211126 or 689645. OLE color: 689645.

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

Color convert

RGB23713310-
CMYK00.440.960.07
HSL32.51º91.9%48.43%-
HSV(B)32.51º95.78%92.94%-
XYZ43.3734.84.72-
YUV150.0748.96190-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 62.37%
GREEN value IS 133 (52.34% from 255) = 35%
BLUE value IS 10 (4.30% from 255) = 2.63%
R=62.37%
G=35%
B=2.63%

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
Decimal2371331000.440.960.0732.5191.948.43
HexED85A02C607215c30
Octal3552051205414074113460
Binary11101101100001011010010110011000001111000011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED850A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED850A; }

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

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

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

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

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

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

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

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