Html Css Color HEX #E17A44 Jaffa

📋 copy color: '#E17A44'

red 225 ◦ green 122 ◦ blue 68

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

Shades of Jaffa #E17A44

Tints of Jaffa #E17A44

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.4%

 BLUE value IS 68 (26.95% from 255) = 16.39%

R = 54.22%
G = 29.4%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E17A44 (or 0xE17A44) is known color: Jaffa. HEX triplet: E1, 7A and 44. RGB value is (225,122,68). Sum of RGB (Red+Green+Blue) = 225+122+68=415 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.22% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 68 (26.95% from 255 or 16.39% from 415); Max value from RGB is 225 - color contains mainly: red. Hex color #E17A44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E17A44 is #1E85BB. Grayscale: #929292. Windows color (decimal): -2000316 or 4487905. OLE color: 4487905.

HSL color Cylindrical-coordinate representation of color #E17A44: hue angle of 20.64º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E17A44 is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 122 68 -
CMYK 0 0.46 0.70 0.12
HSL 20.64º 0.72% 0.57% -
HSV(B) 20.64º 0.7% 0.88% -
XYZ 39.05 30.34 9.27 -
YUV 146.64 83.62 183.89 -
System Red Green Blue C M Y K H S L
Decimal 225 122 68 0 0.46 0.70 0.12 20.64 0.72 0.57
Hex E1 7A 44 0 2E 46 C 15 48 39
Octal 341 172 104 0 56 106 14 25 110 71
Binary 11100001 1111010 1000100 0 101110 1000110 1100 10101 1001000 111001

Color Harmonies of #E17A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17A44

Black with #E17A44

Text Example


Text Example

White with #E17A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17A44; }

 p { color: rgb(225,122,68); }

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

background-color css

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

 a { background-color: rgb(225,122,68); }

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

border-color css

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

 span { border-color: rgb(225,122,68); }

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