#ed800c

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

Shades of Tangerine #ED800C

Tints of Tangerine #ED800C

Color information

#ED800C (or 0xED800C) is unknown color: approx Tangerine. HEX triplet: ED, 80 and 0C. RGB value is (237,128,12). Sum of RGB (Red+Green+Blue) = 237+128+12=377 (49% of max value = 765). Red value is 237 (92.97% from 255 or 62.86% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 12 (5.08% from 255 or 3.18% from 377); Max value from RGB is 237 - color contains mainly: red. Hex color #ED800C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED800C is #127FF3. Grayscale: #939393. Windows color (decimal): -1212404 or 819437. OLE color: 819437.

HSL color Cylindrical-coordinate representation of color #ED800C: hue angle of 30.93º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED800C is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB23712812-
CMYK00.460.950.07
HSL30.93º90.36%48.82%-
HSV(B)30.93º94.94%92.94%-
XYZ42.7133.474.56-
YUV147.3751.61191.93-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 62.86%
GREEN value IS 128 (50.39% from 255) = 33.95%
BLUE value IS 12 (5.08% from 255) = 3.18%
R=62.86%
G=33.95%
B=3.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.95
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371281200.460.950.0730.9390.3648.82
HexED80C02E5F71f5a31
Octal3552001405613773713261
Binary1110110110000000110001011101011111111111111011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed800c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed800c; }

 p { color: rgb(237,128,12); }

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

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

 a { background-color: rgb(237,128,12); }

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

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

 span { border-color: rgb(237,128,12); }

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