#E17A3F

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

Shades of Jaffa #E17A3F

Tints of Jaffa #E17A3F

Color information

#E17A3F (or 0xE17A3F) is unknown color: approx Jaffa. HEX triplet: E1, 7A and 3F. RGB value is (225,122,63). Sum of RGB (Red+Green+Blue) = 225+122+63=410 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.88% from 410); Green value is 122 (48.05% from 255 or 29.76% from 410); Blue value is 63 (25% from 255 or 15.37% from 410); Max value from RGB is 225 - color contains mainly: red. Hex color #E17A3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E17A3F is #1E85C0. Grayscale: #929292. Windows color (decimal): -2000321 or 4160225. OLE color: 4160225.

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

Color convert

RGB22512263-
CMYK00.460.720.12
HSL21.85º72.97%56.47%-
HSV(B)21.85º72%88.24%-
XYZ38.9130.298.5-
YUV146.0781.12184.3-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 54.88%
GREEN value IS 122 (48.05% from 255) = 29.76%
BLUE value IS 63 (25% from 255) = 15.37%
R=54.88%
G=29.76%
B=15.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251226300.460.720.1221.8572.9756.47
HexE17A3F02E48C164938
Octal34117277056110142611170
Binary111000011111010111111010111010010001100101101001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17A3F; }

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

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

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

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

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

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

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

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