#E77745

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

Shades of Jaffa #E77745

Tints of Jaffa #E77745

Color information

#E77745 (or 0xE77745) is unknown color: approx Jaffa. HEX triplet: E7, 77 and 45. RGB value is (231,119,69). Sum of RGB (Red+Green+Blue) = 231+119+69=419 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.13% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 69 (27.34% from 255 or 16.47% from 419); Max value from RGB is 231 - color contains mainly: red. Hex color #E77745 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77745 is #1888BA. Grayscale: #939393. Windows color (decimal): -1607867 or 4552679. OLE color: 4552679.

HSL color Cylindrical-coordinate representation of color #E77745: hue angle of 18.52º 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 #E77745 is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB23111969-
CMYK00.480.700.09
HSL18.52º77.14%58.82%-
HSV(B)18.52º70.13%90.59%-
XYZ40.6330.619.4-
YUV146.7984.11188.07-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 55.13%
GREEN value IS 119 (46.88% from 255) = 28.40%
BLUE value IS 69 (27.34% from 255) = 16.47%
R=55.13%
G=28.40%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.70
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311196900.480.700.0918.5277.1458.82
HexE77745030469134d3b
Octal347167105060106112311573
Binary1110011111101111000101011000010001101001100111001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77745; }

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

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

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

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

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

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

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

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