#EC8811

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

Shades of Tangerine #EC8811

Tints of Tangerine #EC8811

Color information

#EC8811 (or 0xEC8811) is unknown color: approx Tangerine. HEX triplet: EC, 88 and 11. RGB value is (236,136,17). Sum of RGB (Red+Green+Blue) = 236+136+17=389 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.67% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 17 (7.03% from 255 or 4.37% from 389); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8811 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8811 is #1377EE. Grayscale: #989898. Windows color (decimal): -1275887 or 1149164. OLE color: 1149164.

HSL color Cylindrical-coordinate representation of color #EC8811: hue angle of 32.6º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC8811 is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB23613617-
CMYK00.420.930.07
HSL32.6º86.56%49.61%-
HSV(B)32.6º92.8%92.55%-
XYZ43.535.485.09-
YUV152.3351.63187.68-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 60.67%
GREEN value IS 136 (53.52% from 255) = 34.96%
BLUE value IS 17 (7.03% from 255) = 4.37%
R=60.67%
G=34.96%
B=4.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.93
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361361700.420.930.0732.686.5649.61
HexEC881102A5D7215732
Octal3542102105213574112762
Binary111011001000100010001010101010111011111000011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8811; }

 p { color: rgb(236,136,17); }

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

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

 a { background-color: rgb(236,136,17); }

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

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

 span { border-color: rgb(236,136,17); }

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