#EC7444

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

Shades of Jaffa #EC7444

Tints of Jaffa #EC7444

Color information

#EC7444 (or 0xEC7444) is unknown color: approx Jaffa. HEX triplet: EC, 74 and 44. RGB value is (236,116,68). Sum of RGB (Red+Green+Blue) = 236+116+68=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 116 (45.70% from 255 or 27.62% from 420); Blue value is 68 (26.95% from 255 or 16.19% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7444 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7444 is #138BBB. Grayscale: #929292. Windows color (decimal): -1280956 or 4486380. OLE color: 4486380.

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

Color convert

RGB23611668-
CMYK00.510.710.07
HSL17.14º81.55%59.61%-
HSV(B)17.14º71.19%92.55%-
XYZ41.8830.749.2-
YUV146.4183.76191.9-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 56.19%
GREEN value IS 116 (45.70% from 255) = 27.62%
BLUE value IS 68 (26.95% from 255) = 16.19%
R=56.19%
G=27.62%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361166800.510.710.0717.1481.5559.61
HexEC744403347711523c
Octal35416410406310772112274
Binary111011001110100100010001100111000111111100011010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7444; }

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

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

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

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

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

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

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

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