Html Css Color HEX #E17442 Jaffa

📋 copy color: '#E17442'

red 225 ◦ green 116 ◦ blue 66

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

Shades of Jaffa #E17442

Tints of Jaffa #E17442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.22%

R = 55.28%
G = 28.5%
B = 16.22%

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

#E17442 (or 0xE17442) is known color: Jaffa. HEX triplet: E1, 74 and 42. RGB value is (225,116,66). Sum of RGB (Red+Green+Blue) = 225+116+66=407 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.28% from 407); Green value is 116 (45.70% from 255 or 28.50% from 407); Blue value is 66 (26.17% from 255 or 16.22% from 407); Max value from RGB is 225 - color contains mainly: red. Hex color #E17442 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E17442 is #1E8BBD. Grayscale: #8F8F8F. Windows color (decimal): -2001854 or 4355297. OLE color: 4355297.

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

Color convert

RGB 225 116 66 -
CMYK 0 0.48 0.71 0.12
HSL 18.87º 0.73% 0.57% -
HSV(B) 18.87º 0.71% 0.88% -
XYZ 38.28 28.89 8.71 -
YUV 142.89 84.61 186.57 -
System Red Green Blue C M Y K H S L
Decimal 225 116 66 0 0.48 0.71 0.12 18.87 0.73 0.57
Hex E1 74 42 0 30 47 C 13 49 39
Octal 341 164 102 0 60 107 14 23 111 71
Binary 11100001 1110100 1000010 0 110000 1000111 1100 10011 1001001 111001

Color Harmonies of #E17442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17442

Black with #E17442

Text Example


Text Example

White with #E17442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17442; }

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

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

background-color css

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

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

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

border-color css

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

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

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