Html Css Color HEX #E17441 Jaffa

📋 copy color: '#E17441'

red 225 ◦ green 116 ◦ blue 65

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

Shades of Jaffa #E17441

Tints of Jaffa #E17441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.01%

R = 55.42%
G = 28.57%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E17441 (or 0xE17441) is known color: Jaffa. HEX triplet: E1, 74 and 41. RGB value is (225,116,65). Sum of RGB (Red+Green+Blue) = 225+116+65=406 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.42% from 406); Green value is 116 (45.70% from 255 or 28.57% from 406); Blue value is 65 (25.78% from 255 or 16.01% from 406); Max value from RGB is 225 - color contains mainly: red. Hex color #E17441 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E17441 is #1E8BBE. Grayscale: #8F8F8F. Windows color (decimal): -2001855 or 4289761. OLE color: 4289761.

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

Color convert

RGB 225 116 65 -
CMYK 0 0.48 0.71 0.12
HSL 19.13º 0.73% 0.57% -
HSV(B) 19.13º 0.71% 0.88% -
XYZ 38.25 28.88 8.56 -
YUV 142.78 84.11 186.65 -
System Red Green Blue C M Y K H S L
Decimal 225 116 65 0 0.48 0.71 0.12 19.13 0.73 0.57
Hex E1 74 41 0 30 47 C 13 49 39
Octal 341 164 101 0 60 107 14 23 111 71
Binary 11100001 1110100 1000001 0 110000 1000111 1100 10011 1001001 111001

Color Harmonies of #E17441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17441

Black with #E17441

Text Example


Text Example

White with #E17441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17441; }

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

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

background-color css

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

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

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

border-color css

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

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

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