#EC9101

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

Shades of Tangerine #EC9101

Tints of Tangerine #EC9101

Color information

#EC9101 (or 0xEC9101) is unknown color: approx Tangerine. HEX triplet: EC, 91 and 01. RGB value is (236,145,1). Sum of RGB (Red+Green+Blue) = 236+145+1=382 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.78% from 382); Green value is 145 (57.03% from 255 or 37.96% from 382); Blue value is 1 (0.78% from 255 or 0.26% from 382); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9101 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9101 is #136EFE. Grayscale: #9C9C9C. Windows color (decimal): -1273599 or 102892. OLE color: 102892.

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

Color convert

RGB2361451-
CMYK00.391.000.07
HSL36.77º99.16%46.47%-
HSV(B)36.77º99.58%92.55%-
XYZ44.7238.095.02-
YUV155.7940.65185.21-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 61.78%
GREEN value IS 145 (57.03% from 255) = 37.96%
BLUE value IS 1 (0.78% from 255) = 0.26%
R=61.78%
G=37.96%
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
Decimal236145100.391.000.0736.7799.1646.47
HexEC91102764725632e
Octal354221104714474514356
Binary11101100100100011010011111001001111001011100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9101; }

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

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

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

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

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

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

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

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