#E47448

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

Shades of Jaffa #E47448

Tints of Jaffa #E47448

Color information

#E47448 (or 0xE47448) is unknown color: approx Jaffa. HEX triplet: E4, 74 and 48. RGB value is (228,116,72). Sum of RGB (Red+Green+Blue) = 228+116+72=416 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.81% from 416); Green value is 116 (45.70% from 255 or 27.88% from 416); Blue value is 72 (28.52% from 255 or 17.31% from 416); Max value from RGB is 228 - color contains mainly: red. Hex color #E47448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E47448 is #1B8BB7. Grayscale: #909090. Windows color (decimal): -1805240 or 4748516. OLE color: 4748516.

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

Color convert

RGB22811672-
CMYK00.490.680.11
HSL16.92º74.29%58.82%-
HSV(B)16.92º68.42%89.41%-
XYZ39.4129.459.74-
YUV144.4787.11187.58-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 54.81%
GREEN value IS 116 (45.70% from 255) = 27.88%
BLUE value IS 72 (28.52% from 255) = 17.31%
R=54.81%
G=27.88%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281167200.490.680.1116.9274.2958.82
HexE4744803144B114a3b
Octal344164110061104132111273
Binary1110010011101001001000011000110001001011100011001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E47448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E47448; }

 p { color: rgb(228,116,72); }

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

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

 a { background-color: rgb(228,116,72); }

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

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

 span { border-color: rgb(228,116,72); }

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