#EC8704

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

Shades of Tangerine #EC8704

Tints of Tangerine #EC8704

Color information

#EC8704 (or 0xEC8704) is unknown color: approx Tangerine. HEX triplet: EC, 87 and 04. RGB value is (236,135,4). Sum of RGB (Red+Green+Blue) = 236+135+4=375 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.93% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 4 (1.95% from 255 or 1.07% from 375); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8704 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8704 is #1378FB. Grayscale: #969696. Windows color (decimal): -1276156 or 296940. OLE color: 296940.

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

Color convert

RGB2361354-
CMYK00.430.980.07
HSL33.88º96.67%47.06%-
HSV(B)33.88º98.31%92.55%-
XYZ43.2835.174.62-
YUV150.2645.46189.15-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 62.93%
GREEN value IS 135 (53.12% from 255) = 36%
BLUE value IS 4 (1.95% from 255) = 1.07%
R=62.93%
G=36%
B=1.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.98
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236135400.430.980.0733.8896.6747.06
HexEC87402B62722612f
Octal354207405314274214157
Binary1110110010000111100010101111000101111000101100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8704; }

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

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

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

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

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

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

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

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