Html Css Color HEX #E17146 Jaffa

📋 copy color: '#E17146'

red 225 ◦ green 113 ◦ blue 70

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

Shades of Jaffa #E17146

Tints of Jaffa #E17146

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.7%

 BLUE value IS 70 (27.73% from 255) = 17.16%

R = 55.15%
G = 27.7%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E17146 (or 0xE17146) is known color: Jaffa. HEX triplet: E1, 71 and 46. RGB value is (225,113,70). Sum of RGB (Red+Green+Blue) = 225+113+70=408 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.15% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 70 (27.73% from 255 or 17.16% from 408); Max value from RGB is 225 - color contains mainly: red. Hex color #E17146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E17146 is #1E8EB9. Grayscale: #8D8D8D. Windows color (decimal): -2002618 or 4616673. OLE color: 4616673.

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

Color convert

RGB 225 113 70 -
CMYK 0 0.50 0.69 0.12
HSL 16.65º 0.72% 0.58% -
HSV(B) 16.65º 0.69% 0.88% -
XYZ 38.06 28.26 9.24 -
YUV 141.59 87.61 187.5 -
System Red Green Blue C M Y K H S L
Decimal 225 113 70 0 0.50 0.69 0.12 16.65 0.72 0.58
Hex E1 71 46 0 32 45 C 11 48 3A
Octal 341 161 106 0 62 105 14 21 110 72
Binary 11100001 1110001 1000110 0 110010 1000101 1100 10001 1001000 111010

Color Harmonies of #E17146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17146

Black with #E17146

Text Example


Text Example

White with #E17146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17146; }

 p { color: rgb(225,113,70); }

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

background-color css

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

 a { background-color: rgb(225,113,70); }

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

border-color css

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

 span { border-color: rgb(225,113,70); }

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