#EC8104

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

Shades of Tangerine #EC8104

Tints of Tangerine #EC8104

Color information

#EC8104 (or 0xEC8104) is unknown color: approx Tangerine. HEX triplet: EC, 81 and 04. RGB value is (236,129,4). Sum of RGB (Red+Green+Blue) = 236+129+4=369 (48% of max value = 765). Red value is 236 (92.58% from 255 or 63.96% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 4 (1.95% from 255 or 1.08% from 369); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8104 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8104 is #137EFB. Grayscale: #939393. Windows color (decimal): -1277692 or 295404. OLE color: 295404.

HSL color Cylindrical-coordinate representation of color #EC8104: hue angle of 32.33º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC8104 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB2361294-
CMYK00.450.980.07
HSL32.33º96.67%47.06%-
HSV(B)32.33º98.31%92.55%-
XYZ42.4633.544.35-
YUV146.7447.45191.66-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 63.96%
GREEN value IS 129 (50.78% from 255) = 34.96%
BLUE value IS 4 (1.95% from 255) = 1.08%
R=63.96%
G=34.96%
B=1.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.98
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236129400.450.980.0732.3396.6747.06
HexEC81402D62720612f
Octal354201405514274014157
Binary1110110010000001100010110111000101111000001100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8104; }

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

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

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

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

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

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

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

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