#e17f4a

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

Shades of Jaffa #E17F4A

Tints of Jaffa #E17F4A

Color information

#E17F4A (or 0xE17F4A) is unknown color: approx Jaffa. HEX triplet: E1, 7F and 4A. RGB value is (225,127,74). Sum of RGB (Red+Green+Blue) = 225+127+74=426 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.82% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 74 (29.30% from 255 or 17.37% from 426); Max value from RGB is 225 - color contains mainly: red. Hex color #E17F4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E17F4A is #1E80B5. Grayscale: #969696. Windows color (decimal): -1999030 or 4882401. OLE color: 4882401.

HSL color Cylindrical-coordinate representation of color #E17F4A: hue angle of 21.06º degrees, saturation: 0.72, 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 #E17F4A is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB22512774-
CMYK00.440.670.12
HSL21.06º71.56%58.63%-
HSV(B)21.06º67.11%88.24%-
XYZ39.8831.6810.49-
YUV150.2684.97181.31-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.82%
GREEN value IS 127 (50% from 255) = 29.81%
BLUE value IS 74 (29.30% from 255) = 17.37%
R=52.82%
G=29.81%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.67
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251277400.440.670.1221.0671.5658.63
HexE17F4A02C43C15483b
Octal341177112054103142511073
Binary1110000111111111001010010110010000111100101011001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e17f4a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e17f4a; }

 p { color: rgb(225,127,74); }

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

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

 a { background-color: rgb(225,127,74); }

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

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

 span { border-color: rgb(225,127,74); }

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