#E77A48

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

Shades of Jaffa #E77A48

Tints of Jaffa #E77A48

Color information

#E77A48 (or 0xE77A48) is unknown color: approx Jaffa. HEX triplet: E7, 7A and 48. RGB value is (231,122,72). Sum of RGB (Red+Green+Blue) = 231+122+72=425 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.35% from 425); Green value is 122 (48.05% from 255 or 28.71% from 425); Blue value is 72 (28.52% from 255 or 16.94% from 425); Max value from RGB is 231 - color contains mainly: red. Hex color #E77A48 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77A48 is #1885B7. Grayscale: #959595. Windows color (decimal): -1607096 or 4750055. OLE color: 4750055.

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

Color convert

RGB23112272-
CMYK00.470.690.09
HSL18.87º76.81%59.41%-
HSV(B)18.87º68.83%90.59%-
XYZ41.0831.3810.02-
YUV148.8984.61186.57-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 54.35%
GREEN value IS 122 (48.05% from 255) = 28.71%
BLUE value IS 72 (28.52% from 255) = 16.94%
R=54.35%
G=28.71%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.69
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311227200.470.690.0918.8776.8159.41
HexE77A4802F459134d3b
Octal347172110057105112311573
Binary1110011111110101001000010111110001011001100111001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77A48; }

 p { color: rgb(231,122,72); }

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

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

 a { background-color: rgb(231,122,72); }

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

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

 span { border-color: rgb(231,122,72); }

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