Html Css Color HEX #E1743F Jaffa

📋 copy color: '#E1743F'

red 225 ◦ green 116 ◦ blue 63

#E1743F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jaffa #E1743F

Tints of Jaffa #E1743F

RGB

 RED value IS 225 (88.28% from 255) = 55.69%

 GREEN value IS 116 (45.7% from 255) = 28.71%

 BLUE value IS 63 (25% from 255) = 15.59%

R = 55.69%
G = 28.71%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E1743F (or 0xE1743F) is known color: Jaffa. HEX triplet: E1, 74 and 3F. RGB value is (225,116,63). Sum of RGB (Red+Green+Blue) = 225+116+63=404 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.69% from 404); Green value is 116 (45.70% from 255 or 28.71% from 404); Blue value is 63 (25% from 255 or 15.59% from 404); Max value from RGB is 225 - color contains mainly: red. Hex color #E1743F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1743F is #1E8BC0. Grayscale: #8E8E8E. Windows color (decimal): -2001857 or 4158689. OLE color: 4158689.

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

Color convert

RGB 225 116 63 -
CMYK 0 0.48 0.72 0.12
HSL 19.63º 0.73% 0.56% -
HSV(B) 19.63º 0.72% 0.88% -
XYZ 38.19 28.86 8.26 -
YUV 142.55 83.11 186.81 -
System Red Green Blue C M Y K H S L
Decimal 225 116 63 0 0.48 0.72 0.12 19.63 0.73 0.56
Hex E1 74 3F 0 30 48 C 14 49 38
Octal 341 164 77 0 60 110 14 24 111 70
Binary 11100001 1110100 111111 0 110000 1001000 1100 10100 1001001 111000

Color Harmonies of #E1743F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1743F

Black with #E1743F

Text Example


Text Example

White with #E1743F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1743F; }

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

 H1.HeaderClassName
 {
   color: #E1743F;
 }
 .AnyTagClassName
 {
   color: #E1743F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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