#E0724A

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

Shades of Jaffa #E0724A

Tints of Jaffa #E0724A

Color information

#E0724A (or 0xE0724A) is unknown color: approx Jaffa. HEX triplet: E0, 72 and 4A. RGB value is (224,114,74). Sum of RGB (Red+Green+Blue) = 224+114+74=412 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.37% from 412); Green value is 114 (44.92% from 255 or 27.67% from 412); Blue value is 74 (29.30% from 255 or 17.96% from 412); Max value from RGB is 224 - color contains mainly: red. Hex color #E0724A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0724A is #1F8DB5. Grayscale: #8E8E8E. Windows color (decimal): -2067894 or 4879072. OLE color: 4879072.

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

Color convert

RGB22411474-
CMYK00.490.670.12
HSL16º70.75%58.43%-
HSV(B)16º66.96%87.84%-
XYZ37.9928.389.95-
YUV142.3389.44186.25-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 54.37%
GREEN value IS 114 (44.92% from 255) = 27.67%
BLUE value IS 74 (29.30% from 255) = 17.96%
R=54.37%
G=27.67%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.67
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241147400.490.670.121670.7558.43
HexE0724A03143C10473a
Octal340162112061103142010772
Binary1110000011100101001010011000110000111100100001000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0724A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0724A; }

 p { color: rgb(224,114,74); }

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

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

 a { background-color: rgb(224,114,74); }

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

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

 span { border-color: rgb(224,114,74); }

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