Html Css Color HEX #E17445 Jaffa

📋 copy color: '#E17445'

red 225 ◦ green 116 ◦ blue 69

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

Shades of Jaffa #E17445

Tints of Jaffa #E17445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.83%

R = 54.88%
G = 28.29%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E17445 (or 0xE17445) is known color: Jaffa. HEX triplet: E1, 74 and 45. RGB value is (225,116,69). Sum of RGB (Red+Green+Blue) = 225+116+69=410 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.88% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 69 (27.34% from 255 or 16.83% from 410); Max value from RGB is 225 - color contains mainly: red. Hex color #E17445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E17445 is #1E8BBA. Grayscale: #8F8F8F. Windows color (decimal): -2001851 or 4551905. OLE color: 4551905.

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

Color convert

RGB 225 116 69 -
CMYK 0 0.48 0.69 0.12
HSL 18.08º 0.72% 0.58% -
HSV(B) 18.08º 0.69% 0.88% -
XYZ 38.37 28.93 9.19 -
YUV 143.23 86.11 186.32 -
System Red Green Blue C M Y K H S L
Decimal 225 116 69 0 0.48 0.69 0.12 18.08 0.72 0.58
Hex E1 74 45 0 30 45 C 12 48 3A
Octal 341 164 105 0 60 105 14 22 110 72
Binary 11100001 1110100 1000101 0 110000 1000101 1100 10010 1001000 111010

Color Harmonies of #E17445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17445

Black with #E17445

Text Example


Text Example

White with #E17445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17445; }

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

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

background-color css

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

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

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

border-color css

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

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

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