#E26F47

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

Shades of Jaffa #E26F47

Tints of Jaffa #E26F47

Color information

#E26F47 (or 0xE26F47) is unknown color: approx Jaffa. HEX triplet: E2, 6F and 47. RGB value is (226,111,71). Sum of RGB (Red+Green+Blue) = 226+111+71=408 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.39% from 408); Green value is 111 (43.75% from 255 or 27.21% from 408); Blue value is 71 (28.12% from 255 or 17.40% from 408); Max value from RGB is 226 - color contains mainly: red. Hex color #E26F47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26F47 is #1D90B8. Grayscale: #8D8D8D. Windows color (decimal): -1937593 or 4681698. OLE color: 4681698.

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

Color convert

RGB22611171-
CMYK00.510.690.11
HSL15.48º72.77%58.24%-
HSV(B)15.48º68.58%88.63%-
XYZ38.1927.999.35-
YUV140.8288.6188.75-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 55.39%
GREEN value IS 111 (43.75% from 255) = 27.21%
BLUE value IS 71 (28.12% from 255) = 17.40%
R=55.39%
G=27.21%
B=17.40%

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
Decimal2261117100.510.690.1115.4872.7758.24
HexE26F4703345Bf493a
Octal342157107063105131711172
Binary111000101101111100011101100111000101101111111001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26F47; }

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

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

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

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

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

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

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

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