Html Css Color HEX #E07344 Jaffa

📋 copy color: '#E07344'

red 224 ◦ green 115 ◦ blue 68

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

Shades of Jaffa #E07344

Tints of Jaffa #E07344

RGB

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

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

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

R = 55.04%
G = 28.26%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E07344 (or 0xE07344) is known color: Jaffa. HEX triplet: E0, 73 and 44. RGB value is (224,115,68). Sum of RGB (Red+Green+Blue) = 224+115+68=407 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.04% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 68 (26.95% from 255 or 16.71% from 407); Max value from RGB is 224 - color contains mainly: red. Hex color #E07344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07344 is #1F8CBB. Grayscale: #8E8E8E. Windows color (decimal): -2067644 or 4486112. OLE color: 4486112.

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

Color convert

RGB 224 115 68 -
CMYK 0 0.49 0.70 0.12
HSL 18.08º 0.72% 0.57% -
HSV(B) 18.08º 0.7% 0.88% -
XYZ 37.91 28.53 8.98 -
YUV 142.23 86.11 186.32 -
System Red Green Blue C M Y K H S L
Decimal 224 115 68 0 0.49 0.70 0.12 18.08 0.72 0.57
Hex E0 73 44 0 31 46 C 12 48 39
Octal 340 163 104 0 61 106 14 22 110 71
Binary 11100000 1110011 1000100 0 110001 1000110 1100 10010 1001000 111001

Color Harmonies of #E07344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07344

Black with #E07344

Text Example


Text Example

White with #E07344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07344; }

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

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

background-color css

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

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

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

border-color css

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

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

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