Html Css Color HEX #E17E4A Jaffa

📋 copy color: '#E17E4A'

red 225 ◦ green 126 ◦ blue 74

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

Shades of Jaffa #E17E4A

Tints of Jaffa #E17E4A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.65%

 BLUE value IS 74 (29.3% from 255) = 17.41%

R = 52.94%
G = 29.65%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E17E4A (or 0xE17E4A) is known color: Jaffa. HEX triplet: E1, 7E and 4A. RGB value is (225,126,74). Sum of RGB (Red+Green+Blue) = 225+126+74=425 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.94% from 425); Green value is 126 (49.61% from 255 or 29.65% from 425); Blue value is 74 (29.30% from 255 or 17.41% from 425); Max value from RGB is 225 - color contains mainly: red. Hex color #E17E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E17E4A is #1E81B5. Grayscale: #959595. Windows color (decimal): -1999286 or 4882145. OLE color: 4882145.

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

Color convert

RGB 225 126 74 -
CMYK 0 0.44 0.67 0.12
HSL 20.66º 0.72% 0.59% -
HSV(B) 20.66º 0.67% 0.88% -
XYZ 39.75 31.42 10.45 -
YUV 149.67 85.3 181.73 -
System Red Green Blue C M Y K H S L
Decimal 225 126 74 0 0.44 0.67 0.12 20.66 0.72 0.59
Hex E1 7E 4A 0 2C 43 C 15 48 3B
Octal 341 176 112 0 54 103 14 25 110 73
Binary 11100001 1111110 1001010 0 101100 1000011 1100 10101 1001000 111011

Color Harmonies of #E17E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17E4A

Black with #E17E4A

Text Example


Text Example

White with #E17E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17E4A; }

 p { color: rgb(225,126,74); }

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

background-color css

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

 a { background-color: rgb(225,126,74); }

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

border-color css

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

 span { border-color: rgb(225,126,74); }

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