#E2763D

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

Shades of Jaffa #E2763D

Tints of Jaffa #E2763D

Color information

#E2763D (or 0xE2763D) is unknown color: approx Jaffa. HEX triplet: E2, 76 and 3D. RGB value is (226,118,61). Sum of RGB (Red+Green+Blue) = 226+118+61=405 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.80% from 405); Green value is 118 (46.48% from 255 or 29.14% from 405); Blue value is 61 (24.22% from 255 or 15.06% from 405); Max value from RGB is 226 - color contains mainly: red. Hex color #E2763D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2763D is #1D89C2. Grayscale: #909090. Windows color (decimal): -1935811 or 4028130. OLE color: 4028130.

HSL color Cylindrical-coordinate representation of color #E2763D: hue angle of 20.73º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E2763D is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.11.

Color convert

RGB22611861-
CMYK00.480.730.11
HSL20.73º73.99%56.27%-
HSV(B)20.73º73.01%88.63%-
XYZ38.6829.468.06-
YUV143.7981.28186.63-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 55.80%
GREEN value IS 118 (46.48% from 255) = 29.14%
BLUE value IS 61 (24.22% from 255) = 15.06%
R=55.80%
G=29.14%
B=15.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.73
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261186100.480.730.1120.7373.9956.27
HexE2763D03049B154a38
Octal34216675060111132511270
Binary111000101110110111101011000010010011011101011001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2763D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2763D; }

 p { color: rgb(226,118,61); }

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

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

 a { background-color: rgb(226,118,61); }

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

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

 span { border-color: rgb(226,118,61); }

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