#E47249

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

Shades of Jaffa #E47249

Tints of Jaffa #E47249

Color information

#E47249 (or 0xE47249) is unknown color: approx Jaffa. HEX triplet: E4, 72 and 49. RGB value is (228,114,73). Sum of RGB (Red+Green+Blue) = 228+114+73=415 (54% of max value = 765). Red value is 228 (89.45% from 255 or 54.94% from 415); Green value is 114 (44.92% from 255 or 27.47% from 415); Blue value is 73 (28.91% from 255 or 17.59% from 415); Max value from RGB is 228 - color contains mainly: red. Hex color #E47249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E47249 is #1B8DB6. Grayscale: #8F8F8F. Windows color (decimal): -1805751 or 4813540. OLE color: 4813540.

HSL color Cylindrical-coordinate representation of color #E47249: hue angle of 15.87º 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 #E47249 is Cyan = 0, Magento = 0.50, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB22811473-
CMYK00.500.680.11
HSL15.87º74.16%59.02%-
HSV(B)15.87º67.98%89.41%-
XYZ39.2129.019.84-
YUV143.4188.27188.33-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 54.94%
GREEN value IS 114 (44.92% from 255) = 27.47%
BLUE value IS 73 (28.91% from 255) = 17.59%
R=54.94%
G=27.47%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281147300.500.680.1115.8774.1659.02
HexE4724903244B104a3b
Octal344162111062104132011273
Binary1110010011100101001001011001010001001011100001001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E47249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E47249; }

 p { color: rgb(228,114,73); }

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

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

 a { background-color: rgb(228,114,73); }

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

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

 span { border-color: rgb(228,114,73); }

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