#EC8F01

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

Shades of Tangerine #EC8F01

Tints of Tangerine #EC8F01

Color information

#EC8F01 (or 0xEC8F01) is unknown color: approx Tangerine. HEX triplet: EC, 8F and 01. RGB value is (236,143,1). Sum of RGB (Red+Green+Blue) = 236+143+1=380 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.11% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 1 (0.78% from 255 or 0.26% from 380); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8F01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8F01 is #1370FE. Grayscale: #9B9B9B. Windows color (decimal): -1274111 or 102380. OLE color: 102380.

HSL color Cylindrical-coordinate representation of color #EC8F01: hue angle of 36.26º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC8F01 is Cyan = 0, Magento = 0.39, Yellow = 1.00 and Black (K on CMYK) = 0.07.

Color convert

RGB2361431-
CMYK00.391.000.07
HSL36.26º99.16%46.47%-
HSV(B)36.26º99.58%92.55%-
XYZ44.4237.484.92-
YUV154.6241.31186.05-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 62.11%
GREEN value IS 143 (56.25% from 255) = 37.63%
BLUE value IS 1 (0.78% from 255) = 0.26%
R=62.11%
G=37.63%
B=0.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 1.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236143100.391.000.0736.2699.1646.47
HexEC8F102764724632e
Octal354217104714474414356
Binary11101100100011111010011111001001111001001100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8F01; }

 p { color: rgb(236,143,1); }

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

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

 a { background-color: rgb(236,143,1); }

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

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

 span { border-color: rgb(236,143,1); }

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