Html Css Color HEX #E07447 Jaffa

📋 copy color: '#E07447'

red 224 ◦ green 116 ◦ blue 71

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

Shades of Jaffa #E07447

Tints of Jaffa #E07447

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.22%

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

R = 54.5%
G = 28.22%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E07447 (or 0xE07447) is known color: Jaffa. HEX triplet: E0, 74 and 47. RGB value is (224,116,71). Sum of RGB (Red+Green+Blue) = 224+116+71=411 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.50% from 411); Green value is 116 (45.70% from 255 or 28.22% from 411); Blue value is 71 (28.12% from 255 or 17.27% from 411); Max value from RGB is 224 - color contains mainly: red. Hex color #E07447 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07447 is #1F8BB8. Grayscale: #8F8F8F. Windows color (decimal): -2067385 or 4682976. OLE color: 4682976.

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

Color convert

RGB 224 116 71 -
CMYK 0 0.48 0.68 0.12
HSL 17.65º 0.71% 0.58% -
HSV(B) 17.65º 0.68% 0.88% -
XYZ 38.12 28.79 9.51 -
YUV 143.16 87.28 185.66 -
System Red Green Blue C M Y K H S L
Decimal 224 116 71 0 0.48 0.68 0.12 17.65 0.71 0.58
Hex E0 74 47 0 30 44 C 12 47 3A
Octal 340 164 107 0 60 104 14 22 107 72
Binary 11100000 1110100 1000111 0 110000 1000100 1100 10010 1000111 111010

Color Harmonies of #E07447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07447

Black with #E07447

Text Example


Text Example

White with #E07447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07447; }

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

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

background-color css

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

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

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

border-color css

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

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

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