#E1763E

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

Shades of Jaffa #E1763E

Tints of Jaffa #E1763E

Color information

#E1763E (or 0xE1763E) is unknown color: approx Jaffa. HEX triplet: E1, 76 and 3E. RGB value is (225,118,62). Sum of RGB (Red+Green+Blue) = 225+118+62=405 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.56% from 405); Green value is 118 (46.48% from 255 or 29.14% from 405); Blue value is 62 (24.61% from 255 or 15.31% from 405); Max value from RGB is 225 - color contains mainly: red. Hex color #E1763E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1763E is #1E89C1. Grayscale: #8F8F8F. Windows color (decimal): -2001346 or 4093665. OLE color: 4093665.

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

Color convert

RGB22511862-
CMYK00.480.720.12
HSL20.61º73.09%56.27%-
HSV(B)20.61º72.44%88.24%-
XYZ38.429.318.19-
YUV143.6181.95186.05-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 55.56%
GREEN value IS 118 (46.48% from 255) = 29.14%
BLUE value IS 62 (24.61% from 255) = 15.31%
R=55.56%
G=29.14%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251186200.480.720.1220.6173.0956.27
HexE1763E03048C154938
Octal34116676060110142511170
Binary111000011110110111110011000010010001100101011001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1763E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1763E; }

 p { color: rgb(225,118,62); }

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

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

 a { background-color: rgb(225,118,62); }

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

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

 span { border-color: rgb(225,118,62); }

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