#E18046

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

Shades of Jaffa #E18046

Tints of Jaffa #E18046

Color information

#E18046 (or 0xE18046) is unknown color: approx Jaffa. HEX triplet: E1, 80 and 46. RGB value is (225,128,70). Sum of RGB (Red+Green+Blue) = 225+128+70=423 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.19% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 70 (27.73% from 255 or 16.55% from 423); Max value from RGB is 225 - color contains mainly: red. Hex color #E18046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18046 is #1E7FB9. Grayscale: #969696. Windows color (decimal): -1998778 or 4620513. OLE color: 4620513.

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

Color convert

RGB22512870-
CMYK00.430.690.12
HSL22.45º72.09%57.84%-
HSV(B)22.45º68.89%88.24%-
XYZ39.8831.899.85-
YUV150.3982.64181.22-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.19%
GREEN value IS 128 (50.39% from 255) = 30.26%
BLUE value IS 70 (27.73% from 255) = 16.55%
R=53.19%
G=30.26%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.69
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251287000.430.690.1222.4572.0957.84
HexE1804602B45C16483a
Octal341200106053105142611072
Binary11100001100000001000110010101110001011100101101001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18046; }

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

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

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

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

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

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

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

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