Html Css Color HEX #E17141 Jaffa

📋 copy color: '#E17141'

red 225 ◦ green 113 ◦ blue 65

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

Shades of Jaffa #E17141

Tints of Jaffa #E17141

RGB

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

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

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

R = 55.83%
G = 28.04%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E17141 (or 0xE17141) is known color: Jaffa. HEX triplet: E1, 71 and 41. RGB value is (225,113,65). Sum of RGB (Red+Green+Blue) = 225+113+65=403 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.83% from 403); Green value is 113 (44.53% from 255 or 28.04% from 403); Blue value is 65 (25.78% from 255 or 16.13% from 403); Max value from RGB is 225 - color contains mainly: red. Hex color #E17141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E17141 is #1E8EBE. Grayscale: #8D8D8D. Windows color (decimal): -2002623 or 4288993. OLE color: 4288993.

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

Color convert

RGB 225 113 65 -
CMYK 0 0.50 0.71 0.12
HSL 18º 0.73% 0.57% -
HSV(B) 18º 0.71% 0.88% -
XYZ 37.91 28.2 8.45 -
YUV 141.02 85.11 187.9 -
System Red Green Blue C M Y K H S L
Decimal 225 113 65 0 0.50 0.71 0.12 18 0.73 0.57
Hex E1 71 41 0 32 47 C 12 49 39
Octal 341 161 101 0 62 107 14 22 111 71
Binary 11100001 1110001 1000001 0 110010 1000111 1100 10010 1001001 111001

Color Harmonies of #E17141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17141

Black with #E17141

Text Example


Text Example

White with #E17141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17141; }

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

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

background-color css

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

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

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

border-color css

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

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

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