#EC9201

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

Shades of Tangerine #EC9201

Tints of Tangerine #EC9201

Color information

#EC9201 (or 0xEC9201) is unknown color: approx Tangerine. HEX triplet: EC, 92 and 01. RGB value is (236,146,1). Sum of RGB (Red+Green+Blue) = 236+146+1=383 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.62% from 383); Green value is 146 (57.42% from 255 or 38.12% from 383); Blue value is 1 (0.78% from 255 or 0.26% from 383); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9201 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9201 is #136DFE. Grayscale: #9D9D9D. Windows color (decimal): -1273343 or 103148. OLE color: 103148.

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

Color convert

RGB2361461-
CMYK00.381.000.07
HSL37.02º99.16%46.47%-
HSV(B)37.02º99.58%92.55%-
XYZ44.8838.395.07-
YUV156.3840.32184.79-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 61.62%
GREEN value IS 146 (57.42% from 255) = 38.12%
BLUE value IS 1 (0.78% from 255) = 0.26%
R=61.62%
G=38.12%
B=0.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 1.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236146100.381.000.0737.0299.1646.47
HexEC92102664725632e
Octal354222104614474514356
Binary11101100100100101010011011001001111001011100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9201; }

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

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

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

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

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

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

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

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