#E56D45

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

Shades of Jaffa #E56D45

Tints of Jaffa #E56D45

Color information

#E56D45 (or 0xE56D45) is unknown color: approx Jaffa. HEX triplet: E5, 6D and 45. RGB value is (229,109,69). Sum of RGB (Red+Green+Blue) = 229+109+69=407 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.27% from 407); Green value is 109 (42.97% from 255 or 26.78% from 407); Blue value is 69 (27.34% from 255 or 16.95% from 407); Max value from RGB is 229 - color contains mainly: red. Hex color #E56D45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E56D45 is #1A92BA. Grayscale: #8C8C8C. Windows color (decimal): -1741499 or 4550117. OLE color: 4550117.

HSL color Cylindrical-coordinate representation of color #E56D45: hue angle of 15º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E56D45 is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB22910969-
CMYK00.520.700.10
HSL15º75.47%58.43%-
HSV(B)15º69.87%89.8%-
XYZ38.8628.028.99-
YUV140.3287.76191.25-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 56.27%
GREEN value IS 109 (42.97% from 255) = 26.78%
BLUE value IS 69 (27.34% from 255) = 16.95%
R=56.27%
G=26.78%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.70
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291096900.520.700.101575.4758.43
HexE56D4503446Af4b3a
Octal345155105064106121711372
Binary111001011101101100010101101001000110101011111001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56D45; }

 p { color: rgb(229,109,69); }

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

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

 a { background-color: rgb(229,109,69); }

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

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

 span { border-color: rgb(229,109,69); }

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