#E1773E

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

Shades of Jaffa #E1773E

Tints of Jaffa #E1773E

Color information

#E1773E (or 0xE1773E) is unknown color: approx Jaffa. HEX triplet: E1, 77 and 3E. RGB value is (225,119,62). Sum of RGB (Red+Green+Blue) = 225+119+62=406 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.42% from 406); Green value is 119 (46.88% from 255 or 29.31% from 406); Blue value is 62 (24.61% from 255 or 15.27% from 406); Max value from RGB is 225 - color contains mainly: red. Hex color #E1773E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1773E is #1E88C1. Grayscale: #909090. Windows color (decimal): -2001090 or 4093921. OLE color: 4093921.

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

Color convert

RGB22511962-
CMYK00.470.720.12
HSL20.98º73.09%56.27%-
HSV(B)20.98º72.44%88.24%-
XYZ38.5229.558.23-
YUV144.281.62185.63-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 55.42%
GREEN value IS 119 (46.88% from 255) = 29.31%
BLUE value IS 62 (24.61% from 255) = 15.27%
R=55.42%
G=29.31%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251196200.470.720.1220.9873.0956.27
HexE1773E02F48C154938
Octal34116776057110142511170
Binary111000011110111111110010111110010001100101011001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1773E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1773E; }

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

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

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

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

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

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

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

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