Html Css Color HEX #E07140 Jaffa

📋 copy color: '#E07140'

red 224 ◦ green 113 ◦ blue 64

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

Shades of Jaffa #E07140

Tints of Jaffa #E07140

RGB

 RED value IS 224 (87.89% from 255) = 55.86%

 GREEN value IS 113 (44.53% from 255) = 28.18%

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

R = 55.86%
G = 28.18%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E07140 (or 0xE07140) is known color: Jaffa. HEX triplet: E0, 71 and 40. RGB value is (224,113,64). Sum of RGB (Red+Green+Blue) = 224+113+64=401 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.86% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 64 (25.39% from 255 or 15.96% from 401); Max value from RGB is 224 - color contains mainly: red. Hex color #E07140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07140 is #1F8EBF. Grayscale: #8C8C8C. Windows color (decimal): -2068160 or 4223456. OLE color: 4223456.

HSL color Cylindrical-coordinate representation of color #E07140: hue angle of 18.38º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E07140 is Cyan = 0, Magento = 0.50, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 113 64 -
CMYK 0 0.50 0.71 0.12
HSL 18.38º 0.72% 0.56% -
HSV(B) 18.38º 0.71% 0.88% -
XYZ 37.57 28.03 8.28 -
YUV 140.6 84.77 187.48 -
System Red Green Blue C M Y K H S L
Decimal 224 113 64 0 0.50 0.71 0.12 18.38 0.72 0.56
Hex E0 71 40 0 32 47 C 12 48 38
Octal 340 161 100 0 62 107 14 22 110 70
Binary 11100000 1110001 1000000 0 110010 1000111 1100 10010 1001000 111000

Color Harmonies of #E07140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07140

Black with #E07140

Text Example


Text Example

White with #E07140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07140; }

 p { color: rgb(224,113,64); }

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

background-color css

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

 a { background-color: rgb(224,113,64); }

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

border-color css

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

 span { border-color: rgb(224,113,64); }

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