#EC820D

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

Shades of Tangerine #EC820D

Tints of Tangerine #EC820D

Color information

#EC820D (or 0xEC820D) is unknown color: approx Tangerine. HEX triplet: EC, 82 and 0D. RGB value is (236,130,13). Sum of RGB (Red+Green+Blue) = 236+130+13=379 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.27% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 13 (5.47% from 255 or 3.43% from 379); Max value from RGB is 236 - color contains mainly: red. Hex color #EC820D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC820D is #137DF2. Grayscale: #949494. Windows color (decimal): -1277427 or 885484. OLE color: 885484.

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

Color convert

RGB23613013-
CMYK00.450.940.07
HSL31.48º89.56%48.82%-
HSV(B)31.48º94.49%92.55%-
XYZ42.6533.834.66-
YUV148.3651.62190.51-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 62.27%
GREEN value IS 130 (51.17% from 255) = 34.30%
BLUE value IS 13 (5.47% from 255) = 3.43%
R=62.27%
G=34.30%
B=3.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.94
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361301300.450.940.0731.4889.5648.82
HexEC82D02D5E71f5a31
Octal3542021505513673713261
Binary1110110010000010110101011011011110111111111011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC820D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC820D; }

 p { color: rgb(236,130,13); }

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

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

 a { background-color: rgb(236,130,13); }

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

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

 span { border-color: rgb(236,130,13); }

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