Html Css Color HEX #E07144 Jaffa

📋 copy color: '#E07144'

red 224 ◦ green 113 ◦ blue 68

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

Shades of Jaffa #E07144

Tints of Jaffa #E07144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.79%

R = 55.31%
G = 27.9%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E07144 (or 0xE07144) is known color: Jaffa. HEX triplet: E0, 71 and 44. RGB value is (224,113,68). Sum of RGB (Red+Green+Blue) = 224+113+68=405 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.31% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 68 (26.95% from 255 or 16.79% from 405); Max value from RGB is 224 - color contains mainly: red. Hex color #E07144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07144 is #1F8EBB. Grayscale: #8D8D8D. Windows color (decimal): -2068156 or 4485600. OLE color: 4485600.

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

Color convert

RGB 224 113 68 -
CMYK 0 0.50 0.70 0.12
HSL 17.31º 0.72% 0.57% -
HSV(B) 17.31º 0.7% 0.88% -
XYZ 37.69 28.07 8.9 -
YUV 141.06 86.77 187.16 -
System Red Green Blue C M Y K H S L
Decimal 224 113 68 0 0.50 0.70 0.12 17.31 0.72 0.57
Hex E0 71 44 0 32 46 C 11 48 39
Octal 340 161 104 0 62 106 14 21 110 71
Binary 11100000 1110001 1000100 0 110010 1000110 1100 10001 1001000 111001

Color Harmonies of #E07144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07144

Black with #E07144

Text Example


Text Example

White with #E07144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07144; }

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

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

background-color css

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

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

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

border-color css

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

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

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