#E27945

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

Shades of Jaffa #E27945

Tints of Jaffa #E27945

Color information

#E27945 (or 0xE27945) is unknown color: approx Jaffa. HEX triplet: E2, 79 and 45. RGB value is (226,121,69). Sum of RGB (Red+Green+Blue) = 226+121+69=416 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.33% from 416); Green value is 121 (47.66% from 255 or 29.09% from 416); Blue value is 69 (27.34% from 255 or 16.59% from 416); Max value from RGB is 226 - color contains mainly: red. Hex color #E27945 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E27945 is #1D86BA. Grayscale: #929292. Windows color (decimal): -1935035 or 4553186. OLE color: 4553186.

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

Color convert

RGB22612169-
CMYK00.460.690.11
HSL19.87º73.02%57.84%-
HSV(B)19.87º69.47%88.63%-
XYZ39.2830.279.4-
YUV146.4784.29184.73-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 54.33%
GREEN value IS 121 (47.66% from 255) = 29.09%
BLUE value IS 69 (27.34% from 255) = 16.59%
R=54.33%
G=29.09%
B=16.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.69
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261216900.460.690.1119.8773.0257.84
HexE2794502E45B14493a
Octal342171105056105132411172
Binary1110001011110011000101010111010001011011101001001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27945; }

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

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

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

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

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

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

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

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