#E77C46

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

Shades of Jaffa #E77C46

Tints of Jaffa #E77C46

Color information

#E77C46 (or 0xE77C46) is unknown color: approx Jaffa. HEX triplet: E7, 7C and 46. RGB value is (231,124,70). Sum of RGB (Red+Green+Blue) = 231+124+70=425 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.35% from 425); Green value is 124 (48.83% from 255 or 29.18% from 425); Blue value is 70 (27.73% from 255 or 16.47% from 425); Max value from RGB is 231 - color contains mainly: red. Hex color #E77C46 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77C46 is #1883B9. Grayscale: #969696. Windows color (decimal): -1606586 or 4619495. OLE color: 4619495.

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

Color convert

RGB23112470-
CMYK00.460.700.09
HSL20.12º77.03%59.02%-
HSV(B)20.12º69.7%90.59%-
XYZ41.2731.859.77-
YUV149.8482.95185.89-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 54.35%
GREEN value IS 124 (48.83% from 255) = 29.18%
BLUE value IS 70 (27.73% from 255) = 16.47%
R=54.35%
G=29.18%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.70
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311247000.460.700.0920.1277.0359.02
HexE77C4602E469144d3b
Octal347174106056106112411573
Binary1110011111111001000110010111010001101001101001001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77C46; }

 p { color: rgb(231,124,70); }

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

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

 a { background-color: rgb(231,124,70); }

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

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

 span { border-color: rgb(231,124,70); }

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