#E1753C

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

Shades of Jaffa #E1753C

Tints of Jaffa #E1753C

Color information

#E1753C (or 0xE1753C) is unknown color: approx Jaffa. HEX triplet: E1, 75 and 3C. RGB value is (225,117,60). Sum of RGB (Red+Green+Blue) = 225+117+60=402 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.97% from 402); Green value is 117 (46.09% from 255 or 29.10% from 402); Blue value is 60 (23.83% from 255 or 14.93% from 402); Max value from RGB is 225 - color contains mainly: red. Hex color #E1753C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1753C is #1E8AC3. Grayscale: #8F8F8F. Windows color (decimal): -2001604 or 3962337. OLE color: 3962337.

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

Color convert

RGB22511760-
CMYK00.480.730.12
HSL20.73º73.33%55.88%-
HSV(B)20.73º73.33%88.24%-
XYZ38.2329.067.87-
YUV142.7981.28186.63-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 55.97%
GREEN value IS 117 (46.09% from 255) = 29.10%
BLUE value IS 60 (23.83% from 255) = 14.93%
R=55.97%
G=29.10%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251176000.480.730.1220.7373.3355.88
HexE1753C03049C154938
Octal34116574060111142511170
Binary111000011110101111100011000010010011100101011001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1753C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1753C; }

 p { color: rgb(225,117,60); }

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

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

 a { background-color: rgb(225,117,60); }

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

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

 span { border-color: rgb(225,117,60); }

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