#E77D4E

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

Shades of Jaffa #E77D4E

Tints of Jaffa #E77D4E

Color information

#E77D4E (or 0xE77D4E) is unknown color: approx Jaffa. HEX triplet: E7, 7D and 4E. RGB value is (231,125,78). Sum of RGB (Red+Green+Blue) = 231+125+78=434 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.23% from 434); Green value is 125 (49.22% from 255 or 28.80% from 434); Blue value is 78 (30.86% from 255 or 17.97% from 434); Max value from RGB is 231 - color contains mainly: red. Hex color #E77D4E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77D4E is #1882B1. Grayscale: #979797. Windows color (decimal): -1606322 or 5144039. OLE color: 5144039.

HSL color Cylindrical-coordinate representation of color #E77D4E: hue angle of 18.43º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E77D4E is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB23112578-
CMYK00.460.660.09
HSL18.43º76.12%60.59%-
HSV(B)18.43º66.23%90.59%-
XYZ41.6632.2111.23-
YUV151.3486.62184.82-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 53.23%
GREEN value IS 125 (49.22% from 255) = 28.80%
BLUE value IS 78 (30.86% from 255) = 17.97%
R=53.23%
G=28.80%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.66
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311257800.460.660.0918.4376.1260.59
HexE77D4E02E429124c3d
Octal347175116056102112211475
Binary1110011111111011001110010111010000101001100101001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77D4E; }

 p { color: rgb(231,125,78); }

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

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

 a { background-color: rgb(231,125,78); }

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

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

 span { border-color: rgb(231,125,78); }

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