Html Css Color HEX #E57445 Jaffa

📋 copy color: '#E57445'

red 229 ◦ green 116 ◦ blue 69

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

Shades of Jaffa #E57445

Tints of Jaffa #E57445

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.02%

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

R = 55.31%
G = 28.02%
B = 16.67%

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

#E57445 (or 0xE57445) is known color: Jaffa. HEX triplet: E5, 74 and 45. RGB value is (229,116,69). Sum of RGB (Red+Green+Blue) = 229+116+69=414 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.31% from 414); Green value is 116 (45.70% from 255 or 28.02% from 414); Blue value is 69 (27.34% from 255 or 16.67% from 414); Max value from RGB is 229 - color contains mainly: red. Hex color #E57445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E57445 is #1A8BBA. Grayscale: #909090. Windows color (decimal): -1739707 or 4551909. OLE color: 4551909.

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

Color convert

RGB 229 116 69 -
CMYK 0 0.49 0.70 0.10
HSL 17.63º 0.75% 0.58% -
HSV(B) 17.63º 0.7% 0.9% -
XYZ 39.63 29.58 9.25 -
YUV 144.43 85.44 188.32 -
System Red Green Blue C M Y K H S L
Decimal 229 116 69 0 0.49 0.70 0.10 17.63 0.75 0.58
Hex E5 74 45 0 31 46 A 12 4B 3A
Octal 345 164 105 0 61 106 12 22 113 72
Binary 11100101 1110100 1000101 0 110001 1000110 1010 10010 1001011 111010

Color Harmonies of #E57445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57445

Black with #E57445

Text Example


Text Example

White with #E57445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57445; }

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

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

background-color css

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

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

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

border-color css

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

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

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