#E18048

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

Shades of Jaffa #E18048

Tints of Jaffa #E18048

Color information

#E18048 (or 0xE18048) is unknown color: approx Jaffa. HEX triplet: E1, 80 and 48. RGB value is (225,128,72). Sum of RGB (Red+Green+Blue) = 225+128+72=425 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.94% from 425); Green value is 128 (50.39% from 255 or 30.12% from 425); Blue value is 72 (28.52% from 255 or 16.94% from 425); Max value from RGB is 225 - color contains mainly: red. Hex color #E18048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18048 is #1E7FB7. Grayscale: #969696. Windows color (decimal): -1998776 or 4751585. OLE color: 4751585.

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

Color convert

RGB22512872-
CMYK00.430.680.12
HSL21.96º71.83%58.24%-
HSV(B)21.96º68%88.24%-
XYZ39.9431.9110.19-
YUV150.6283.64181.05-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.94%
GREEN value IS 128 (50.39% from 255) = 30.12%
BLUE value IS 72 (28.52% from 255) = 16.94%
R=52.94%
G=30.12%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.68
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251287200.430.680.1221.9671.8358.24
HexE1804802B44C16483a
Octal341200110053104142611072
Binary11100001100000001001000010101110001001100101101001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18048; }

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

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

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

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

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

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

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

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