Html Css Color HEX #E57341 Jaffa

📋 copy color: '#E57341'

red 229 ◦ green 115 ◦ blue 65

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

Shades of Jaffa #E57341

Tints of Jaffa #E57341

RGB

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

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

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

R = 55.99%
G = 28.12%
B = 15.89%

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

#E57341 (or 0xE57341) is known color: Jaffa. HEX triplet: E5, 73 and 41. RGB value is (229,115,65). Sum of RGB (Red+Green+Blue) = 229+115+65=409 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.99% from 409); Green value is 115 (45.31% from 255 or 28.12% from 409); Blue value is 65 (25.78% from 255 or 15.89% from 409); Max value from RGB is 229 - color contains mainly: red. Hex color #E57341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E57341 is #1A8CBE. Grayscale: #8F8F8F. Windows color (decimal): -1739967 or 4289509. OLE color: 4289509.

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

Color convert

RGB 229 115 65 -
CMYK 0 0.50 0.72 0.10
HSL 18.29º 0.76% 0.58% -
HSV(B) 18.29º 0.72% 0.9% -
XYZ 39.4 29.3 8.58 -
YUV 143.39 83.77 189.07 -
System Red Green Blue C M Y K H S L
Decimal 229 115 65 0 0.50 0.72 0.10 18.29 0.76 0.58
Hex E5 73 41 0 32 48 A 12 4C 3A
Octal 345 163 101 0 62 110 12 22 114 72
Binary 11100101 1110011 1000001 0 110010 1001000 1010 10010 1001100 111010

Color Harmonies of #E57341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57341

Black with #E57341

Text Example


Text Example

White with #E57341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57341; }

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

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

background-color css

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

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

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

border-color css

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

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

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