#E07D45

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

Shades of Jaffa #E07D45

Tints of Jaffa #E07D45

Color information

#E07D45 (or 0xE07D45) is unknown color: approx Jaffa. HEX triplet: E0, 7D and 45. RGB value is (224,125,69). Sum of RGB (Red+Green+Blue) = 224+125+69=418 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.59% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 69 (27.34% from 255 or 16.51% from 418); Max value from RGB is 224 - color contains mainly: red. Hex color #E07D45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07D45 is #1F82BA. Grayscale: #949494. Windows color (decimal): -2065083 or 4554208. OLE color: 4554208.

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

Color convert

RGB22412569-
CMYK00.440.690.12
HSL21.68º71.43%57.45%-
HSV(B)21.68º69.2%87.84%-
XYZ39.1530.949.54-
YUV148.2283.3182.05-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 53.59%
GREEN value IS 125 (49.22% from 255) = 29.90%
BLUE value IS 69 (27.34% from 255) = 16.51%
R=53.59%
G=29.90%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.69
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241256900.440.690.1221.6871.4357.45
HexE07D4502C45C164739
Octal340175105054105142610771
Binary1110000011111011000101010110010001011100101101000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07D45; }

 p { color: rgb(224,125,69); }

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

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

 a { background-color: rgb(224,125,69); }

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

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

 span { border-color: rgb(224,125,69); }

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