Html Css Color HEX #E07347 Jaffa

📋 copy color: '#E07347'

red 224 ◦ green 115 ◦ blue 71

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

Shades of Jaffa #E07347

Tints of Jaffa #E07347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 17.32%

R = 54.63%
G = 28.05%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E07347 (or 0xE07347) is known color: Jaffa. HEX triplet: E0, 73 and 47. RGB value is (224,115,71). Sum of RGB (Red+Green+Blue) = 224+115+71=410 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.63% from 410); Green value is 115 (45.31% from 255 or 28.05% from 410); Blue value is 71 (28.12% from 255 or 17.32% from 410); Max value from RGB is 224 - color contains mainly: red. Hex color #E07347 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07347 is #1F8CB8. Grayscale: #8E8E8E. Windows color (decimal): -2067641 or 4682720. OLE color: 4682720.

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

Color convert

RGB 224 115 71 -
CMYK 0 0.49 0.68 0.12
HSL 17.25º 0.71% 0.58% -
HSV(B) 17.25º 0.68% 0.88% -
XYZ 38.01 28.56 9.47 -
YUV 142.58 87.61 186.08 -
System Red Green Blue C M Y K H S L
Decimal 224 115 71 0 0.49 0.68 0.12 17.25 0.71 0.58
Hex E0 73 47 0 31 44 C 11 47 3A
Octal 340 163 107 0 61 104 14 21 107 72
Binary 11100000 1110011 1000111 0 110001 1000100 1100 10001 1000111 111010

Color Harmonies of #E07347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07347

Black with #E07347

Text Example


Text Example

White with #E07347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07347; }

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

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

background-color css

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

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

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

border-color css

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

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

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