#E27745

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

Shades of Jaffa #E27745

Tints of Jaffa #E27745

Color information

#E27745 (or 0xE27745) is unknown color: approx Jaffa. HEX triplet: E2, 77 and 45. RGB value is (226,119,69). Sum of RGB (Red+Green+Blue) = 226+119+69=414 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.59% from 414); Green value is 119 (46.88% from 255 or 28.74% from 414); Blue value is 69 (27.34% from 255 or 16.67% from 414); Max value from RGB is 226 - color contains mainly: red. Hex color #E27745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E27745 is #1D88BA. Grayscale: #919191. Windows color (decimal): -1935547 or 4552674. OLE color: 4552674.

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

Color convert

RGB22611969-
CMYK00.470.690.11
HSL19.11º73.02%57.84%-
HSV(B)19.11º69.47%88.63%-
XYZ39.0429.799.32-
YUV145.2984.95185.57-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 54.59%
GREEN value IS 119 (46.88% from 255) = 28.74%
BLUE value IS 69 (27.34% from 255) = 16.67%
R=54.59%
G=28.74%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.69
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261196900.470.690.1119.1173.0257.84
HexE2774502F45B13493a
Octal342167105057105132311172
Binary1110001011101111000101010111110001011011100111001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27745; }

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

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

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

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

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

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

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

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