#E0794C

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

Shades of Jaffa #E0794C

Tints of Jaffa #E0794C

Color information

#E0794C (or 0xE0794C) is unknown color: approx Jaffa. HEX triplet: E0, 79 and 4C. RGB value is (224,121,76). Sum of RGB (Red+Green+Blue) = 224+121+76=421 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.21% from 421); Green value is 121 (47.66% from 255 or 28.74% from 421); Blue value is 76 (30.08% from 255 or 18.05% from 421); Max value from RGB is 224 - color contains mainly: red. Hex color #E0794C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0794C is #1F86B3. Grayscale: #929292. Windows color (decimal): -2066100 or 5011936. OLE color: 5011936.

HSL color Cylindrical-coordinate representation of color #E0794C: hue angle of 18.24º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E0794C is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB22412176-
CMYK00.460.660.12
HSL18.24º70.48%58.82%-
HSV(B)18.24º66.07%87.84%-
XYZ38.8830.0410.59-
YUV146.6788.12183.16-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 53.21%
GREEN value IS 121 (47.66% from 255) = 28.74%
BLUE value IS 76 (30.08% from 255) = 18.05%
R=53.21%
G=28.74%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241217600.460.660.1218.2470.4858.82
HexE0794C02E42C12463b
Octal340171114056102142210673
Binary1110000011110011001100010111010000101100100101000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0794C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0794C; }

 p { color: rgb(224,121,76); }

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

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

 a { background-color: rgb(224,121,76); }

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

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

 span { border-color: rgb(224,121,76); }

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