#E17A4D

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

Shades of Jaffa #E17A4D

Tints of Jaffa #E17A4D

Color information

#E17A4D (or 0xE17A4D) is unknown color: approx Jaffa. HEX triplet: E1, 7A and 4D. RGB value is (225,122,77). Sum of RGB (Red+Green+Blue) = 225+122+77=424 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.07% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 77 (30.47% from 255 or 18.16% from 424); Max value from RGB is 225 - color contains mainly: red. Hex color #E17A4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17A4D is #1E85B2. Grayscale: #939393. Windows color (decimal): -2000307 or 5077729. OLE color: 5077729.

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

Color convert

RGB22512277-
CMYK00.460.660.12
HSL18.24º71.15%59.22%-
HSV(B)18.24º65.78%88.24%-
XYZ39.3530.4610.83-
YUV147.6788.12183.16-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.07%
GREEN value IS 122 (48.05% from 255) = 28.77%
BLUE value IS 77 (30.47% from 255) = 18.16%
R=53.07%
G=28.77%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251227700.460.660.1218.2471.1559.22
HexE17A4D02E42C12473b
Octal341172115056102142210773
Binary1110000111110101001101010111010000101100100101000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17A4D; }

 p { color: rgb(225,122,77); }

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

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

 a { background-color: rgb(225,122,77); }

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

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

 span { border-color: rgb(225,122,77); }

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