#E77640

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

Shades of Jaffa #E77640

Tints of Jaffa #E77640

Color information

#E77640 (or 0xE77640) is unknown color: approx Jaffa. HEX triplet: E7, 76 and 40. RGB value is (231,118,64). Sum of RGB (Red+Green+Blue) = 231+118+64=413 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.93% from 413); Green value is 118 (46.48% from 255 or 28.57% from 413); Blue value is 64 (25.39% from 255 or 15.50% from 413); Max value from RGB is 231 - color contains mainly: red. Hex color #E77640 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77640 is #1889BF. Grayscale: #919191. Windows color (decimal): -1608128 or 4224743. OLE color: 4224743.

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

Color convert

RGB23111864-
CMYK00.490.720.09
HSL19.4º77.67%57.84%-
HSV(B)19.4º72.29%90.59%-
XYZ40.3630.328.57-
YUV145.6381.94188.89-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 55.93%
GREEN value IS 118 (46.48% from 255) = 28.57%
BLUE value IS 64 (25.39% from 255) = 15.50%
R=55.93%
G=28.57%
B=15.50%

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
Decimal2311186400.490.720.0919.477.6757.84
HexE77640031489134e3a
Octal347166100061110112311672
Binary1110011111101101000000011000110010001001100111001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77640; }

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

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

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

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

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

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

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

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