#EC743C

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

Shades of Jaffa #EC743C

Tints of Jaffa #EC743C

Color information

#EC743C (or 0xEC743C) is unknown color: approx Jaffa. HEX triplet: EC, 74 and 3C. RGB value is (236,116,60). Sum of RGB (Red+Green+Blue) = 236+116+60=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 116 (45.70% from 255 or 28.16% from 412); Blue value is 60 (23.83% from 255 or 14.56% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC743C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC743C is #138BC3. Grayscale: #919191. Windows color (decimal): -1280964 or 3962092. OLE color: 3962092.

HSL color Cylindrical-coordinate representation of color #EC743C: hue angle of 19.09º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC743C is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB23611660-
CMYK00.510.750.07
HSL19.09º82.24%58.04%-
HSV(B)19.09º74.58%92.55%-
XYZ41.6530.658-
YUV145.579.76192.55-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 57.28%
GREEN value IS 116 (45.70% from 255) = 28.16%
BLUE value IS 60 (23.83% from 255) = 14.56%
R=57.28%
G=28.16%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.75
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361166000.510.750.0719.0982.2458.04
HexEC743C0334B713523a
Octal3541647406311372312272
Binary11101100111010011110001100111001011111100111010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC743C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC743C; }

 p { color: rgb(236,116,60); }

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

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

 a { background-color: rgb(236,116,60); }

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

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

 span { border-color: rgb(236,116,60); }

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