#E0744B

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

Shades of Jaffa #E0744B

Tints of Jaffa #E0744B

Color information

#E0744B (or 0xE0744B) is unknown color: approx Jaffa. HEX triplet: E0, 74 and 4B. RGB value is (224,116,75). Sum of RGB (Red+Green+Blue) = 224+116+75=415 (54% of max value = 765). Red value is 224 (87.89% from 255 or 53.98% from 415); Green value is 116 (45.70% from 255 or 27.95% from 415); Blue value is 75 (29.69% from 255 or 18.07% from 415); Max value from RGB is 224 - color contains mainly: red. Hex color #E0744B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0744B is #1F8BB4. Grayscale: #8F8F8F. Windows color (decimal): -2067381 or 4945120. OLE color: 4945120.

HSL color Cylindrical-coordinate representation of color #E0744B: hue angle of 16.51º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E0744B is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB22411675-
CMYK00.480.670.12
HSL16.51º70.62%58.63%-
HSV(B)16.51º66.52%87.84%-
XYZ38.2628.8510.21-
YUV143.6289.28185.33-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 53.98%
GREEN value IS 116 (45.70% from 255) = 27.95%
BLUE value IS 75 (29.69% from 255) = 18.07%
R=53.98%
G=27.95%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.67
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241167500.480.670.1216.5170.6258.63
HexE0744B03043C11473b
Octal340164113060103142110773
Binary1110000011101001001011011000010000111100100011000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0744B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0744B; }

 p { color: rgb(224,116,75); }

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

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

 a { background-color: rgb(224,116,75); }

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

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

 span { border-color: rgb(224,116,75); }

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