Html Css Color HEX #E57345 Jaffa

📋 copy color: '#E57345'

red 229 ◦ green 115 ◦ blue 69

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

Shades of Jaffa #E57345

Tints of Jaffa #E57345

RGB

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

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

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

R = 55.45%
G = 27.85%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#E57345 (or 0xE57345) is known color: Jaffa. HEX triplet: E5, 73 and 45. RGB value is (229,115,69). Sum of RGB (Red+Green+Blue) = 229+115+69=413 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.45% from 413); Green value is 115 (45.31% from 255 or 27.85% from 413); Blue value is 69 (27.34% from 255 or 16.71% from 413); Max value from RGB is 229 - color contains mainly: red. Hex color #E57345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E57345 is #1A8CBA. Grayscale: #909090. Windows color (decimal): -1739963 or 4551653. OLE color: 4551653.

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

Color convert

RGB 229 115 69 -
CMYK 0 0.50 0.70 0.10
HSL 17.25º 0.75% 0.58% -
HSV(B) 17.25º 0.7% 0.9% -
XYZ 39.52 29.35 9.21 -
YUV 143.84 85.77 188.74 -
System Red Green Blue C M Y K H S L
Decimal 229 115 69 0 0.50 0.70 0.10 17.25 0.75 0.58
Hex E5 73 45 0 32 46 A 11 4B 3A
Octal 345 163 105 0 62 106 12 21 113 72
Binary 11100101 1110011 1000101 0 110010 1000110 1010 10001 1001011 111010

Color Harmonies of #E57345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57345

Black with #E57345

Text Example


Text Example

White with #E57345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57345; }

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

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

background-color css

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

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

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

border-color css

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

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

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