Html Css Color HEX #E56E45 Jaffa

📋 copy color: '#E56E45'

red 229 ◦ green 110 ◦ blue 69

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

Shades of Jaffa #E56E45

Tints of Jaffa #E56E45

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.96%

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

R = 56.13%
G = 26.96%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#E56E45 (or 0xE56E45) is known color: Jaffa. HEX triplet: E5, 6E and 45. RGB value is (229,110,69). Sum of RGB (Red+Green+Blue) = 229+110+69=408 (54% of max value = 765). Red value is 229 (89.84% from 255 or 56.13% from 408); Green value is 110 (43.36% from 255 or 26.96% from 408); Blue value is 69 (27.34% from 255 or 16.91% from 408); Max value from RGB is 229 - color contains mainly: red. Hex color #E56E45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E56E45 is #1A91BA. Grayscale: #8D8D8D. Windows color (decimal): -1741243 or 4550373. OLE color: 4550373.

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

Color convert

RGB 229 110 69 -
CMYK 0 0.52 0.70 0.10
HSL 15.38º 0.75% 0.58% -
HSV(B) 15.38º 0.7% 0.9% -
XYZ 38.96 28.24 9.03 -
YUV 140.91 87.42 190.83 -
System Red Green Blue C M Y K H S L
Decimal 229 110 69 0 0.52 0.70 0.10 15.38 0.75 0.58
Hex E5 6E 45 0 34 46 A F 4B 3A
Octal 345 156 105 0 64 106 12 17 113 72
Binary 11100101 1101110 1000101 0 110100 1000110 1010 1111 1001011 111010

Color Harmonies of #E56E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56E45

Black with #E56E45

Text Example


Text Example

White with #E56E45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56E45; }

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

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

background-color css

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

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

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

border-color css

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

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

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