Html Css Color HEX #E17C4A Jaffa

📋 copy color: '#E17C4A'

red 225 ◦ green 124 ◦ blue 74

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

Shades of Jaffa #E17C4A

Tints of Jaffa #E17C4A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.31%

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

R = 53.19%
G = 29.31%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E17C4A (or 0xE17C4A) is known color: Jaffa. HEX triplet: E1, 7C and 4A. RGB value is (225,124,74). Sum of RGB (Red+Green+Blue) = 225+124+74=423 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.19% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 74 (29.30% from 255 or 17.49% from 423); Max value from RGB is 225 - color contains mainly: red. Hex color #E17C4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E17C4A is #1E83B5. Grayscale: #949494. Windows color (decimal): -1999798 or 4881633. OLE color: 4881633.

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

Color convert

RGB 225 124 74 -
CMYK 0 0.45 0.67 0.12
HSL 19.87º 0.72% 0.59% -
HSV(B) 19.87º 0.67% 0.88% -
XYZ 39.5 30.92 10.36 -
YUV 148.5 85.96 182.57 -
System Red Green Blue C M Y K H S L
Decimal 225 124 74 0 0.45 0.67 0.12 19.87 0.72 0.59
Hex E1 7C 4A 0 2D 43 C 14 48 3B
Octal 341 174 112 0 55 103 14 24 110 73
Binary 11100001 1111100 1001010 0 101101 1000011 1100 10100 1001000 111011

Color Harmonies of #E17C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17C4A

Black with #E17C4A

Text Example


Text Example

White with #E17C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17C4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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