#E58048

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

Shades of Jaffa #E58048

Tints of Jaffa #E58048

Color information

#E58048 (or 0xE58048) is unknown color: approx Jaffa. HEX triplet: E5, 80 and 48. RGB value is (229,128,72). Sum of RGB (Red+Green+Blue) = 229+128+72=429 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.38% from 429); Green value is 128 (50.39% from 255 or 29.84% from 429); Blue value is 72 (28.52% from 255 or 16.78% from 429); Max value from RGB is 229 - color contains mainly: red. Hex color #E58048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E58048 is #1A7FB7. Grayscale: #989898. Windows color (decimal): -1736632 or 4751589. OLE color: 4751589.

HSL color Cylindrical-coordinate representation of color #E58048: hue angle of 21.4º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E58048 is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.10.

Color convert

RGB22912872-
CMYK00.440.690.10
HSL21.4º75.12%59.02%-
HSV(B)21.4º68.56%89.8%-
XYZ41.232.5610.24-
YUV151.8282.96183.05-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 53.38%
GREEN value IS 128 (50.39% from 255) = 29.84%
BLUE value IS 72 (28.52% from 255) = 16.78%
R=53.38%
G=29.84%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.69
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291287200.440.690.1021.475.1259.02
HexE5804802C45A154b3b
Octal345200110054105122511373
Binary11100101100000001001000010110010001011010101011001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58048; }

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

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

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

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

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

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

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

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