Html Css Color HEX #E57545 Jaffa

📋 copy color: '#E57545'

red 229 ◦ green 117 ◦ blue 69

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

Shades of Jaffa #E57545

Tints of Jaffa #E57545

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.19%

 BLUE value IS 69 (27.34% from 255) = 16.63%

R = 55.18%
G = 28.19%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#E57545 (or 0xE57545) is known color: Jaffa. HEX triplet: E5, 75 and 45. RGB value is (229,117,69). Sum of RGB (Red+Green+Blue) = 229+117+69=415 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.18% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 69 (27.34% from 255 or 16.63% from 415); Max value from RGB is 229 - color contains mainly: red. Hex color #E57545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E57545 is #1A8ABA. Grayscale: #919191. Windows color (decimal): -1739451 or 4552165. OLE color: 4552165.

HSL color Cylindrical-coordinate representation of color #E57545: hue angle of 18º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E57545 is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 117 69 -
CMYK 0 0.49 0.70 0.10
HSL 18º 0.75% 0.58% -
HSV(B) 18º 0.7% 0.9% -
XYZ 39.75 29.81 9.29 -
YUV 145.02 85.11 187.9 -
System Red Green Blue C M Y K H S L
Decimal 229 117 69 0 0.49 0.70 0.10 18 0.75 0.58
Hex E5 75 45 0 31 46 A 12 4B 3A
Octal 345 165 105 0 61 106 12 22 113 72
Binary 11100101 1110101 1000101 0 110001 1000110 1010 10010 1001011 111010

Color Harmonies of #E57545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57545

Black with #E57545

Text Example


Text Example

White with #E57545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57545; }

 p { color: rgb(229,117,69); }

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

background-color css

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

 a { background-color: rgb(229,117,69); }

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

border-color css

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

 span { border-color: rgb(229,117,69); }

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