Html Css Color HEX #E17449 Jaffa

📋 copy color: '#E17449'

red 225 ◦ green 116 ◦ blue 73

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

Shades of Jaffa #E17449

Tints of Jaffa #E17449

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 17.63%

R = 54.35%
G = 28.02%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E17449 (or 0xE17449) is known color: Jaffa. HEX triplet: E1, 74 and 49. RGB value is (225,116,73). Sum of RGB (Red+Green+Blue) = 225+116+73=414 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.35% from 414); Green value is 116 (45.70% from 255 or 28.02% from 414); Blue value is 73 (28.91% from 255 or 17.63% from 414); Max value from RGB is 225 - color contains mainly: red. Hex color #E17449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E17449 is #1E8BB6. Grayscale: #8F8F8F. Windows color (decimal): -2001847 or 4814049. OLE color: 4814049.

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

Color convert

RGB 225 116 73 -
CMYK 0 0.48 0.68 0.12
HSL 16.97º 0.72% 0.58% -
HSV(B) 16.97º 0.68% 0.88% -
XYZ 38.5 28.98 9.87 -
YUV 143.69 88.11 186 -
System Red Green Blue C M Y K H S L
Decimal 225 116 73 0 0.48 0.68 0.12 16.97 0.72 0.58
Hex E1 74 49 0 30 44 C 11 48 3A
Octal 341 164 111 0 60 104 14 21 110 72
Binary 11100001 1110100 1001001 0 110000 1000100 1100 10001 1001000 111010

Color Harmonies of #E17449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17449

Black with #E17449

Text Example


Text Example

White with #E17449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17449; }

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

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

background-color css

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

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

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

border-color css

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

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

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