#e2743f

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

Shades of Jaffa #E2743F

Tints of Jaffa #E2743F

Color information

#E2743F (or 0xE2743F) is unknown color: approx Jaffa. HEX triplet: E2, 74 and 3F. RGB value is (226,116,63). Sum of RGB (Red+Green+Blue) = 226+116+63=405 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.80% from 405); Green value is 116 (45.70% from 255 or 28.64% from 405); Blue value is 63 (25% from 255 or 15.56% from 405); Max value from RGB is 226 - color contains mainly: red. Hex color #E2743F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2743F is #1D8BC0. Grayscale: #8F8F8F. Windows color (decimal): -1936321 or 4158690. OLE color: 4158690.

HSL color Cylindrical-coordinate representation of color #E2743F: hue angle of 19.51º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E2743F is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB22611663-
CMYK00.490.720.11
HSL19.51º73.76%56.67%-
HSV(B)19.51º72.12%88.63%-
XYZ38.5129.028.27-
YUV142.8582.94187.31-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 55.80%
GREEN value IS 116 (45.70% from 255) = 28.64%
BLUE value IS 63 (25% from 255) = 15.56%
R=55.80%
G=28.64%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.72
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261166300.490.720.1119.5173.7656.67
HexE2743F03148B144a39
Octal34216477061110132411271
Binary111000101110100111111011000110010001011101001001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2743f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2743f; }

 p { color: rgb(226,116,63); }

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

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

 a { background-color: rgb(226,116,63); }

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

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

 span { border-color: rgb(226,116,63); }

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