#E2773D

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

Shades of Jaffa #E2773D

Tints of Jaffa #E2773D

Color information

#E2773D (or 0xE2773D) is unknown color: approx Jaffa. HEX triplet: E2, 77 and 3D. RGB value is (226,119,61). Sum of RGB (Red+Green+Blue) = 226+119+61=406 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.67% from 406); Green value is 119 (46.88% from 255 or 29.31% from 406); Blue value is 61 (24.22% from 255 or 15.02% from 406); Max value from RGB is 226 - color contains mainly: red. Hex color #E2773D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2773D is #1D88C2. Grayscale: #909090. Windows color (decimal): -1935555 or 4028386. OLE color: 4028386.

HSL color Cylindrical-coordinate representation of color #E2773D: hue angle of 21.09º 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 #E2773D is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.11.

Color convert

RGB22611961-
CMYK00.470.730.11
HSL21.09º73.99%56.27%-
HSV(B)21.09º73.01%88.63%-
XYZ38.829.78.1-
YUV144.3880.95186.22-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 55.67%
GREEN value IS 119 (46.88% from 255) = 29.31%
BLUE value IS 61 (24.22% from 255) = 15.02%
R=55.67%
G=29.31%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.73
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261196100.470.730.1121.0973.9956.27
HexE2773D02F49B154a38
Octal34216775057111132511270
Binary111000101110111111101010111110010011011101011001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2773D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2773D; }

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

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

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

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

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

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

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

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