#E77541

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

Shades of Jaffa #E77541

Tints of Jaffa #E77541

Color information

#E77541 (or 0xE77541) is unknown color: approx Jaffa. HEX triplet: E7, 75 and 41. RGB value is (231,117,65). Sum of RGB (Red+Green+Blue) = 231+117+65=413 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.93% from 413); Green value is 117 (46.09% from 255 or 28.33% from 413); Blue value is 65 (25.78% from 255 or 15.74% from 413); Max value from RGB is 231 - color contains mainly: red. Hex color #E77541 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77541 is #188ABE. Grayscale: #919191. Windows color (decimal): -1608383 or 4290023. OLE color: 4290023.

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

Color convert

RGB23111765-
CMYK00.490.720.09
HSL18.8º77.57%58.04%-
HSV(B)18.8º71.86%90.59%-
XYZ40.2730.098.69-
YUV145.1682.77189.23-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 55.93%
GREEN value IS 117 (46.09% from 255) = 28.33%
BLUE value IS 65 (25.78% from 255) = 15.74%
R=55.93%
G=28.33%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311176500.490.720.0918.877.5758.04
HexE77541031489134e3a
Octal347165101061110112311672
Binary1110011111101011000001011000110010001001100111001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77541; }

 p { color: rgb(231,117,65); }

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

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

 a { background-color: rgb(231,117,65); }

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

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

 span { border-color: rgb(231,117,65); }

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