Html Css Color HEX #E17448 Jaffa

📋 copy color: '#E17448'

red 225 ◦ green 116 ◦ blue 72

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

Shades of Jaffa #E17448

Tints of Jaffa #E17448

RGB

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

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

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

R = 54.48%
G = 28.09%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E17448 (or 0xE17448) is known color: Jaffa. HEX triplet: E1, 74 and 48. RGB value is (225,116,72). Sum of RGB (Red+Green+Blue) = 225+116+72=413 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.48% from 413); Green value is 116 (45.70% from 255 or 28.09% from 413); Blue value is 72 (28.52% from 255 or 17.43% from 413); Max value from RGB is 225 - color contains mainly: red. Hex color #E17448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E17448 is #1E8BB7. Grayscale: #8F8F8F. Windows color (decimal): -2001848 or 4748513. OLE color: 4748513.

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

Color convert

RGB 225 116 72 -
CMYK 0 0.48 0.68 0.12
HSL 17.25º 0.72% 0.58% -
HSV(B) 17.25º 0.68% 0.88% -
XYZ 38.47 28.97 9.69 -
YUV 143.58 87.61 186.08 -
System Red Green Blue C M Y K H S L
Decimal 225 116 72 0 0.48 0.68 0.12 17.25 0.72 0.58
Hex E1 74 48 0 30 44 C 11 48 3A
Octal 341 164 110 0 60 104 14 21 110 72
Binary 11100001 1110100 1001000 0 110000 1000100 1100 10001 1001000 111010

Color Harmonies of #E17448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17448

Black with #E17448

Text Example


Text Example

White with #E17448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17448; }

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

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

background-color css

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

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

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

border-color css

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

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

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