#E57B42

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

Shades of Jaffa #E57B42

Tints of Jaffa #E57B42

Color information

#E57B42 (or 0xE57B42) is unknown color: approx Jaffa. HEX triplet: E5, 7B and 42. RGB value is (229,123,66). Sum of RGB (Red+Green+Blue) = 229+123+66=418 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.78% from 418); Green value is 123 (48.44% from 255 or 29.43% from 418); Blue value is 66 (26.17% from 255 or 15.79% from 418); Max value from RGB is 229 - color contains mainly: red. Hex color #E57B42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E57B42 is #1A84BD. Grayscale: #949494. Windows color (decimal): -1737918 or 4357093. OLE color: 4357093.

HSL color Cylindrical-coordinate representation of color #E57B42: hue angle of 20.98º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E57B42 is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.10.

Color convert

RGB22912366-
CMYK00.460.710.10
HSL20.98º75.81%57.84%-
HSV(B)20.98º71.18%89.8%-
XYZ40.3831.229.05-
YUV148.281.62185.63-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 54.78%
GREEN value IS 123 (48.44% from 255) = 29.43%
BLUE value IS 66 (26.17% from 255) = 15.79%
R=54.78%
G=29.43%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.71
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291236600.460.710.1020.9875.8157.84
HexE57B4202E47A154c3a
Octal345173102056107122511472
Binary1110010111110111000010010111010001111010101011001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57B42; }

 p { color: rgb(229,123,66); }

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

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

 a { background-color: rgb(229,123,66); }

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

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

 span { border-color: rgb(229,123,66); }

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