#E6794A

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

Shades of Jaffa #E6794A

Tints of Jaffa #E6794A

Color information

#E6794A (or 0xE6794A) is unknown color: approx Jaffa. HEX triplet: E6, 79 and 4A. RGB value is (230,121,74). Sum of RGB (Red+Green+Blue) = 230+121+74=425 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.12% from 425); Green value is 121 (47.66% from 255 or 28.47% from 425); Blue value is 74 (29.30% from 255 or 17.41% from 425); Max value from RGB is 230 - color contains mainly: red. Hex color #E6794A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6794A is #1986B5. Grayscale: #949494. Windows color (decimal): -1672886 or 4880870. OLE color: 4880870.

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

Color convert

RGB23012174-
CMYK00.470.680.10
HSL18.08º75.73%59.61%-
HSV(B)18.08º67.83%90.2%-
XYZ40.7130.9910.32-
YUV148.2386.11186.32-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 54.12%
GREEN value IS 121 (47.66% from 255) = 28.47%
BLUE value IS 74 (29.30% from 255) = 17.41%
R=54.12%
G=28.47%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.68
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301217400.470.680.1018.0875.7359.61
HexE6794A02F44A124c3c
Octal346171112057104122211474
Binary1110011011110011001010010111110001001010100101001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6794A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6794A; }

 p { color: rgb(230,121,74); }

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

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

 a { background-color: rgb(230,121,74); }

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

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

 span { border-color: rgb(230,121,74); }

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