Html Css Color HEX #E17049 Jaffa

📋 copy color: '#E17049'

red 225 ◦ green 112 ◦ blue 73

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

Shades of Jaffa #E17049

Tints of Jaffa #E17049

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.32%

 BLUE value IS 73 (28.91% from 255) = 17.8%

R = 54.88%
G = 27.32%
B = 17.8%

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

#E17049 (or 0xE17049) is known color: Jaffa. HEX triplet: E1, 70 and 49. RGB value is (225,112,73). Sum of RGB (Red+Green+Blue) = 225+112+73=410 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.88% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 73 (28.91% from 255 or 17.80% from 410); Max value from RGB is 225 - color contains mainly: red. Hex color #E17049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E17049 is #1E8FB6. Grayscale: #8D8D8D. Windows color (decimal): -2002871 or 4813025. OLE color: 4813025.

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

Color convert

RGB 225 112 73 -
CMYK 0 0.50 0.68 0.12
HSL 15.39º 0.72% 0.58% -
HSV(B) 15.39º 0.68% 0.88% -
XYZ 38.05 28.08 9.72 -
YUV 141.34 89.44 187.67 -
System Red Green Blue C M Y K H S L
Decimal 225 112 73 0 0.50 0.68 0.12 15.39 0.72 0.58
Hex E1 70 49 0 32 44 C F 48 3A
Octal 341 160 111 0 62 104 14 17 110 72
Binary 11100001 1110000 1001001 0 110010 1000100 1100 1111 1001000 111010

Color Harmonies of #E17049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17049

Black with #E17049

Text Example


Text Example

White with #E17049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17049; }

 p { color: rgb(225,112,73); }

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

background-color css

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

 a { background-color: rgb(225,112,73); }

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

border-color css

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

 span { border-color: rgb(225,112,73); }

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