Html Css Color HEX #E57340 Jaffa

📋 copy color: '#E57340'

red 229 ◦ green 115 ◦ blue 64

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

Shades of Jaffa #E57340

Tints of Jaffa #E57340

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.19%

 BLUE value IS 64 (25.39% from 255) = 15.69%

R = 56.13%
G = 28.19%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E57340 (or 0xE57340) is known color: Jaffa. HEX triplet: E5, 73 and 40. RGB value is (229,115,64). Sum of RGB (Red+Green+Blue) = 229+115+64=408 (54% of max value = 765). Red value is 229 (89.84% from 255 or 56.13% from 408); Green value is 115 (45.31% from 255 or 28.19% from 408); Blue value is 64 (25.39% from 255 or 15.69% from 408); Max value from RGB is 229 - color contains mainly: red. Hex color #E57340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E57340 is #1A8CBF. Grayscale: #8F8F8F. Windows color (decimal): -1739968 or 4223973. OLE color: 4223973.

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

Color convert

RGB 229 115 64 -
CMYK 0 0.50 0.72 0.10
HSL 18.55º 0.76% 0.57% -
HSV(B) 18.55º 0.72% 0.9% -
XYZ 39.37 29.29 8.43 -
YUV 143.27 83.27 189.15 -
System Red Green Blue C M Y K H S L
Decimal 229 115 64 0 0.50 0.72 0.10 18.55 0.76 0.57
Hex E5 73 40 0 32 48 A 13 4C 39
Octal 345 163 100 0 62 110 12 23 114 71
Binary 11100101 1110011 1000000 0 110010 1001000 1010 10011 1001100 111001

Color Harmonies of #E57340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57340

Black with #E57340

Text Example


Text Example

White with #E57340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57340; }

 p { color: rgb(229,115,64); }

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

background-color css

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

 a { background-color: rgb(229,115,64); }

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

border-color css

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

 span { border-color: rgb(229,115,64); }

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