#E57A4B

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

Shades of Jaffa #E57A4B

Tints of Jaffa #E57A4B

Color information

#E57A4B (or 0xE57A4B) is unknown color: approx Jaffa. HEX triplet: E5, 7A and 4B. RGB value is (229,122,75). Sum of RGB (Red+Green+Blue) = 229+122+75=426 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.76% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 75 (29.69% from 255 or 17.61% from 426); Max value from RGB is 229 - color contains mainly: red. Hex color #E57A4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E57A4B is #1A85B4. Grayscale: #949494. Windows color (decimal): -1738165 or 4946661. OLE color: 4946661.

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

Color convert

RGB22912275-
CMYK00.470.670.10
HSL18.31º74.76%59.61%-
HSV(B)18.31º67.25%89.8%-
XYZ40.5431.0910.52-
YUV148.6486.45185.32-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 53.76%
GREEN value IS 122 (48.05% from 255) = 28.64%
BLUE value IS 75 (29.69% from 255) = 17.61%
R=53.76%
G=28.64%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291227500.470.670.1018.3174.7659.61
HexE57A4B02F43A124b3c
Octal345172113057103122211374
Binary1110010111110101001011010111110000111010100101001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57A4B; }

 p { color: rgb(229,122,75); }

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

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

 a { background-color: rgb(229,122,75); }

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

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

 span { border-color: rgb(229,122,75); }

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