#e76c43

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

Shades of Jaffa #E76C43

Tints of Jaffa #E76C43

Color information

#E76C43 (or 0xE76C43) is unknown color: approx Jaffa. HEX triplet: E7, 6C and 43. RGB value is (231,108,67). Sum of RGB (Red+Green+Blue) = 231+108+67=406 (53% of max value = 765). Red value is 231 (90.62% from 255 or 56.90% from 406); Green value is 108 (42.58% from 255 or 26.60% from 406); Blue value is 67 (26.56% from 255 or 16.50% from 406); Max value from RGB is 231 - color contains mainly: red. Hex color #E76C43 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76C43 is #1893BC. Grayscale: #8C8C8C. Windows color (decimal): -1610685 or 4418791. OLE color: 4418791.

HSL color Cylindrical-coordinate representation of color #E76C43: hue angle of 15º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E76C43 is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.09.

Color convert

RGB23110867-
CMYK00.530.710.09
HSL15º77.36%58.43%-
HSV(B)15º71%90.59%-
XYZ39.3328.128.66-
YUV140.186.75192.83-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 56.90%
GREEN value IS 108 (42.58% from 255) = 26.60%
BLUE value IS 67 (26.56% from 255) = 16.50%
R=56.90%
G=26.60%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.71
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311086700.530.710.091577.3658.43
HexE76C43035479f4d3a
Octal347154103065107111711572
Binary111001111101100100001101101011000111100111111001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e76c43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e76c43; }

 p { color: rgb(231,108,67); }

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

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

 a { background-color: rgb(231,108,67); }

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

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

 span { border-color: rgb(231,108,67); }

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