#E16F43

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

Shades of Jaffa #E16F43

Tints of Jaffa #E16F43

Color information

#E16F43 (or 0xE16F43) is unknown color: approx Jaffa. HEX triplet: E1, 6F and 43. RGB value is (225,111,67). Sum of RGB (Red+Green+Blue) = 225+111+67=403 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.83% from 403); Green value is 111 (43.75% from 255 or 27.54% from 403); Blue value is 67 (26.56% from 255 or 16.63% from 403); Max value from RGB is 225 - color contains mainly: red. Hex color #E16F43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16F43 is #1E90BC. Grayscale: #8C8C8C. Windows color (decimal): -2003133 or 4419553. OLE color: 4419553.

HSL color Cylindrical-coordinate representation of color #E16F43: hue angle of 16.71º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E16F43 is Cyan = 0, Magento = 0.51, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB22511167-
CMYK00.510.700.12
HSL16.71º72.48%57.25%-
HSV(B)16.71º70.22%88.24%-
XYZ37.7527.788.68-
YUV140.0786.77188.58-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 55.83%
GREEN value IS 111 (43.75% from 255) = 27.54%
BLUE value IS 67 (26.56% from 255) = 16.63%
R=55.83%
G=27.54%
B=16.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.70
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251116700.510.700.1216.7172.4857.25
HexE16F4303346C114839
Octal341157103063106142111071
Binary1110000111011111000011011001110001101100100011001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16F43; }

 p { color: rgb(225,111,67); }

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

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

 a { background-color: rgb(225,111,67); }

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

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

 span { border-color: rgb(225,111,67); }

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