#EC810D

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

Shades of Tangerine #EC810D

Tints of Tangerine #EC810D

Color information

#EC810D (or 0xEC810D) is unknown color: approx Tangerine. HEX triplet: EC, 81 and 0D. RGB value is (236,129,13). Sum of RGB (Red+Green+Blue) = 236+129+13=378 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.43% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 13 (5.47% from 255 or 3.44% from 378); Max value from RGB is 236 - color contains mainly: red. Hex color #EC810D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC810D is #137EF2. Grayscale: #949494. Windows color (decimal): -1277683 or 885228. OLE color: 885228.

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

Color convert

RGB23612913-
CMYK00.450.940.07
HSL31.21º89.56%48.82%-
HSV(B)31.21º94.49%92.55%-
XYZ42.5133.564.62-
YUV147.7751.95190.93-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 62.43%
GREEN value IS 129 (50.78% from 255) = 34.13%
BLUE value IS 13 (5.47% from 255) = 3.44%
R=62.43%
G=34.13%
B=3.44%

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
Decimal2361291300.450.940.0731.2189.5648.82
HexEC81D02D5E71f5a31
Octal3542011505513673713261
Binary1110110010000001110101011011011110111111111011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC810D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC810D; }

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

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

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

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

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

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

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

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