Html Css Color HEX #E57A41 Jaffa

📋 copy color: '#E57A41'

red 229 ◦ green 122 ◦ blue 65

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

Shades of Jaffa #E57A41

Tints of Jaffa #E57A41

RGB

 RED value IS 229 (89.84% from 255) = 55.05%

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

 BLUE value IS 65 (25.78% from 255) = 15.63%

R = 55.05%
G = 29.33%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E57A41 (or 0xE57A41) is known color: Jaffa. HEX triplet: E5, 7A and 41. RGB value is (229,122,65). Sum of RGB (Red+Green+Blue) = 229+122+65=416 (55% of max value = 765). Red value is 229 (89.84% from 255 or 55.05% from 416); Green value is 122 (48.05% from 255 or 29.33% from 416); Blue value is 65 (25.78% from 255 or 15.62% from 416); Max value from RGB is 229 - color contains mainly: red. Hex color #E57A41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E57A41 is #1A85BE. Grayscale: #939393. Windows color (decimal): -1738175 or 4291301. OLE color: 4291301.

HSL color Cylindrical-coordinate representation of color #E57A41: hue angle of 20.85º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E57A41 is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 122 65 -
CMYK 0 0.47 0.72 0.10
HSL 20.85º 0.76% 0.58% -
HSV(B) 20.85º 0.72% 0.9% -
XYZ 40.23 30.96 8.86 -
YUV 147.5 81.45 186.13 -
System Red Green Blue C M Y K H S L
Decimal 229 122 65 0 0.47 0.72 0.10 20.85 0.76 0.58
Hex E5 7A 41 0 2F 48 A 15 4C 3A
Octal 345 172 101 0 57 110 12 25 114 72
Binary 11100101 1111010 1000001 0 101111 1001000 1010 10101 1001100 111010

Color Harmonies of #E57A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57A41

Black with #E57A41

Text Example


Text Example

White with #E57A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57A41; }

 p { color: rgb(229,122,65); }

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

background-color css

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

 a { background-color: rgb(229,122,65); }

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

border-color css

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

 span { border-color: rgb(229,122,65); }

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