#E77740

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

Shades of Jaffa #E77740

Tints of Jaffa #E77740

Color information

#E77740 (or 0xE77740) is unknown color: approx Jaffa. HEX triplet: E7, 77 and 40. RGB value is (231,119,64). Sum of RGB (Red+Green+Blue) = 231+119+64=414 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.80% from 414); Green value is 119 (46.88% from 255 or 28.74% from 414); Blue value is 64 (25.39% from 255 or 15.46% from 414); Max value from RGB is 231 - color contains mainly: red. Hex color #E77740 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77740 is #1888BF. Grayscale: #929292. Windows color (decimal): -1607872 or 4224999. OLE color: 4224999.

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

Color convert

RGB23111964-
CMYK00.480.720.09
HSL19.76º77.67%57.84%-
HSV(B)19.76º72.29%90.59%-
XYZ40.4830.558.61-
YUV146.2281.61188.47-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 55.80%
GREEN value IS 119 (46.88% from 255) = 28.74%
BLUE value IS 64 (25.39% from 255) = 15.46%
R=55.80%
G=28.74%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311196400.480.720.0919.7677.6757.84
HexE77740030489144e3a
Octal347167100060110112411672
Binary1110011111101111000000011000010010001001101001001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77740; }

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

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

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

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

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

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

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

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