Html Css Color HEX #E17148 Jaffa

📋 copy color: '#E17148'

red 225 ◦ green 113 ◦ blue 72

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

Shades of Jaffa #E17148

Tints of Jaffa #E17148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.56%

R = 54.88%
G = 27.56%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E17148 (or 0xE17148) is known color: Jaffa. HEX triplet: E1, 71 and 48. RGB value is (225,113,72). Sum of RGB (Red+Green+Blue) = 225+113+72=410 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.88% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 72 (28.52% from 255 or 17.56% from 410); Max value from RGB is 225 - color contains mainly: red. Hex color #E17148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E17148 is #1E8EB7. Grayscale: #8E8E8E. Windows color (decimal): -2002616 or 4747745. OLE color: 4747745.

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

Color convert

RGB 225 113 72 -
CMYK 0 0.50 0.68 0.12
HSL 16.08º 0.72% 0.58% -
HSV(B) 16.08º 0.68% 0.88% -
XYZ 38.13 28.29 9.58 -
YUV 141.81 88.61 187.33 -
System Red Green Blue C M Y K H S L
Decimal 225 113 72 0 0.50 0.68 0.12 16.08 0.72 0.58
Hex E1 71 48 0 32 44 C 10 48 3A
Octal 341 161 110 0 62 104 14 20 110 72
Binary 11100001 1110001 1001000 0 110010 1000100 1100 10000 1001000 111010

Color Harmonies of #E17148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17148

Black with #E17148

Text Example


Text Example

White with #E17148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17148; }

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

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

background-color css

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

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

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

border-color css

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

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

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