#e0793f

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

Shades of Jaffa #E0793F

Tints of Jaffa #E0793F

Color information

#E0793F (or 0xE0793F) is unknown color: approx Jaffa. HEX triplet: E0, 79 and 3F. RGB value is (224,121,63). Sum of RGB (Red+Green+Blue) = 224+121+63=408 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.90% from 408); Green value is 121 (47.66% from 255 or 29.66% from 408); Blue value is 63 (25% from 255 or 15.44% from 408); Max value from RGB is 224 - color contains mainly: red. Hex color #E0793F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0793F is #1F86C0. Grayscale: #919191. Windows color (decimal): -2066113 or 4159968. OLE color: 4159968.

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

Color convert

RGB22412163-
CMYK00.460.720.12
HSL21.61º72.2%56.27%-
HSV(B)21.61º71.88%87.84%-
XYZ38.4829.888.44-
YUV145.1881.62184.22-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 54.90%
GREEN value IS 121 (47.66% from 255) = 29.66%
BLUE value IS 63 (25% from 255) = 15.44%
R=54.90%
G=29.66%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241216300.460.720.1221.6172.256.27
HexE0793F02E48C164838
Octal34017177056110142611070
Binary111000001111001111111010111010010001100101101001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0793f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0793f; }

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

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

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

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

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

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

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

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