Html Css Color HEX #E57740 Jaffa

📋 copy color: '#E57740'

red 229 ◦ green 119 ◦ blue 64

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

Shades of Jaffa #E57740

Tints of Jaffa #E57740

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.88%

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

R = 55.58%
G = 28.88%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E57740 (or 0xE57740) is known color: Jaffa. HEX triplet: E5, 77 and 40. RGB value is (229,119,64). Sum of RGB (Red+Green+Blue) = 229+119+64=412 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.58% from 412); Green value is 119 (46.88% from 255 or 28.88% from 412); Blue value is 64 (25.39% from 255 or 15.53% from 412); Max value from RGB is 229 - color contains mainly: red. Hex color #E57740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E57740 is #1A88BF. Grayscale: #919191. Windows color (decimal): -1738944 or 4224997. OLE color: 4224997.

HSL color Cylindrical-coordinate representation of color #E57740: hue angle of 20º 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 #E57740 is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 119 64 -
CMYK 0 0.48 0.72 0.10
HSL 20º 0.76% 0.57% -
HSV(B) 20º 0.72% 0.9% -
XYZ 39.84 30.22 8.58 -
YUV 145.62 81.94 187.47 -
System Red Green Blue C M Y K H S L
Decimal 229 119 64 0 0.48 0.72 0.10 20 0.76 0.57
Hex E5 77 40 0 30 48 A 14 4C 39
Octal 345 167 100 0 60 110 12 24 114 71
Binary 11100101 1110111 1000000 0 110000 1001000 1010 10100 1001100 111001

Color Harmonies of #E57740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57740

Black with #E57740

Text Example


Text Example

White with #E57740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57740; }

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

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

background-color css

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

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

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

border-color css

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

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

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