Html Css Color HEX #E17242 Jaffa

📋 copy color: '#E17242'

red 225 ◦ green 114 ◦ blue 66

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

Shades of Jaffa #E17242

Tints of Jaffa #E17242

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.15%

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

R = 55.56%
G = 28.15%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E17242 (or 0xE17242) is known color: Jaffa. HEX triplet: E1, 72 and 42. RGB value is (225,114,66). Sum of RGB (Red+Green+Blue) = 225+114+66=405 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.56% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 66 (26.17% from 255 or 16.30% from 405); Max value from RGB is 225 - color contains mainly: red. Hex color #E17242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E17242 is #1E8DBD. Grayscale: #8E8E8E. Windows color (decimal): -2002366 or 4354785. OLE color: 4354785.

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

Color convert

RGB 225 114 66 -
CMYK 0 0.49 0.71 0.12
HSL 18.11º 0.73% 0.57% -
HSV(B) 18.11º 0.71% 0.88% -
XYZ 38.05 28.44 8.64 -
YUV 141.72 85.27 187.4 -
System Red Green Blue C M Y K H S L
Decimal 225 114 66 0 0.49 0.71 0.12 18.11 0.73 0.57
Hex E1 72 42 0 31 47 C 12 49 39
Octal 341 162 102 0 61 107 14 22 111 71
Binary 11100001 1110010 1000010 0 110001 1000111 1100 10010 1001001 111001

Color Harmonies of #E17242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17242

Black with #E17242

Text Example


Text Example

White with #E17242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17242; }

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

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

background-color css

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

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

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

border-color css

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

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

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