#E16F48

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

Shades of Jaffa #E16F48

Tints of Jaffa #E16F48

Color information

#E16F48 (or 0xE16F48) is unknown color: approx Jaffa. HEX triplet: E1, 6F and 48. RGB value is (225,111,72). Sum of RGB (Red+Green+Blue) = 225+111+72=408 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.15% from 408); Green value is 111 (43.75% from 255 or 27.21% from 408); Blue value is 72 (28.52% from 255 or 17.65% from 408); Max value from RGB is 225 - color contains mainly: red. Hex color #E16F48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16F48 is #1E90B7. Grayscale: #8C8C8C. Windows color (decimal): -2003128 or 4747233. OLE color: 4747233.

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

Color convert

RGB22511172-
CMYK00.510.680.12
HSL15.29º71.83%58.24%-
HSV(B)15.29º68%88.24%-
XYZ37.9127.849.51-
YUV140.6489.27188.17-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 55.15%
GREEN value IS 111 (43.75% from 255) = 27.21%
BLUE value IS 72 (28.52% from 255) = 17.65%
R=55.15%
G=27.21%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.68
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251117200.510.680.1215.2971.8358.24
HexE16F4803344Cf483a
Octal341157110063104141711072
Binary111000011101111100100001100111000100110011111001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16F48; }

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

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

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

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

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

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

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

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