#E26E47

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

Shades of Jaffa #E26E47

Tints of Jaffa #E26E47

Color information

#E26E47 (or 0xE26E47) is unknown color: approx Jaffa. HEX triplet: E2, 6E and 47. RGB value is (226,110,71). Sum of RGB (Red+Green+Blue) = 226+110+71=407 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.53% from 407); Green value is 110 (43.36% from 255 or 27.03% from 407); Blue value is 71 (28.12% from 255 or 17.44% from 407); Max value from RGB is 226 - color contains mainly: red. Hex color #E26E47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26E47 is #1D91B8. Grayscale: #8C8C8C. Windows color (decimal): -1937849 or 4681442. OLE color: 4681442.

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

Color convert

RGB22611071-
CMYK00.510.690.11
HSL15.1º72.77%58.24%-
HSV(B)15.1º68.58%88.63%-
XYZ38.0827.789.32-
YUV140.2488.93189.17-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 55.53%
GREEN value IS 110 (43.36% from 255) = 27.03%
BLUE value IS 71 (28.12% from 255) = 17.44%
R=55.53%
G=27.03%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.69
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261107100.510.690.1115.172.7758.24
HexE26E4703345Bf493a
Octal342156107063105131711172
Binary111000101101110100011101100111000101101111111001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26E47; }

 p { color: rgb(226,110,71); }

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

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

 a { background-color: rgb(226,110,71); }

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

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

 span { border-color: rgb(226,110,71); }

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