#E77749

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

Shades of Jaffa #E77749

Tints of Jaffa #E77749

Color information

#E77749 (or 0xE77749) is unknown color: approx Jaffa. HEX triplet: E7, 77 and 49. RGB value is (231,119,73). Sum of RGB (Red+Green+Blue) = 231+119+73=423 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.61% from 423); Green value is 119 (46.88% from 255 or 28.13% from 423); Blue value is 73 (28.91% from 255 or 17.26% from 423); Max value from RGB is 231 - color contains mainly: red. Hex color #E77749 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77749 is #1888B6. Grayscale: #939393. Windows color (decimal): -1607863 or 4814823. OLE color: 4814823.

HSL color Cylindrical-coordinate representation of color #E77749: hue angle of 17.47º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E77749 is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB23111973-
CMYK00.480.680.09
HSL17.47º76.7%59.61%-
HSV(B)17.47º68.4%90.59%-
XYZ40.7530.6610.07-
YUV147.2486.11187.74-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 54.61%
GREEN value IS 119 (46.88% from 255) = 28.13%
BLUE value IS 73 (28.91% from 255) = 17.26%
R=54.61%
G=28.13%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.68
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311197300.480.680.0917.4776.759.61
HexE77749030449114d3c
Octal347167111060104112111574
Binary1110011111101111001001011000010001001001100011001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77749; }

 p { color: rgb(231,119,73); }

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

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

 a { background-color: rgb(231,119,73); }

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

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

 span { border-color: rgb(231,119,73); }

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