Html Css Color HEX #E17440 Jaffa

📋 copy color: '#E17440'

red 225 ◦ green 116 ◦ blue 64

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

Shades of Jaffa #E17440

Tints of Jaffa #E17440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.8%

R = 55.56%
G = 28.64%
B = 15.8%

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

#E17440 (or 0xE17440) is known color: Jaffa. HEX triplet: E1, 74 and 40. RGB value is (225,116,64). Sum of RGB (Red+Green+Blue) = 225+116+64=405 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.56% from 405); Green value is 116 (45.70% from 255 or 28.64% from 405); Blue value is 64 (25.39% from 255 or 15.80% from 405); Max value from RGB is 225 - color contains mainly: red. Hex color #E17440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E17440 is #1E8BBF. Grayscale: #8E8E8E. Windows color (decimal): -2001856 or 4224225. OLE color: 4224225.

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

Color convert

RGB 225 116 64 -
CMYK 0 0.48 0.72 0.12
HSL 19.38º 0.73% 0.57% -
HSV(B) 19.38º 0.72% 0.88% -
XYZ 38.22 28.87 8.41 -
YUV 142.66 83.61 186.73 -
System Red Green Blue C M Y K H S L
Decimal 225 116 64 0 0.48 0.72 0.12 19.38 0.73 0.57
Hex E1 74 40 0 30 48 C 13 49 39
Octal 341 164 100 0 60 110 14 23 111 71
Binary 11100001 1110100 1000000 0 110000 1001000 1100 10011 1001001 111001

Color Harmonies of #E17440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17440

Black with #E17440

Text Example


Text Example

White with #E17440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17440; }

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

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

background-color css

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

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

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

border-color css

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

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

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