Html Css Color HEX #E0743F Jaffa

📋 copy color: '#E0743F'

red 224 ◦ green 116 ◦ blue 63

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

Shades of Jaffa #E0743F

Tints of Jaffa #E0743F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.63%

R = 55.58%
G = 28.78%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E0743F (or 0xE0743F) is known color: Jaffa. HEX triplet: E0, 74 and 3F. RGB value is (224,116,63). Sum of RGB (Red+Green+Blue) = 224+116+63=403 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.58% from 403); Green value is 116 (45.70% from 255 or 28.78% from 403); Blue value is 63 (25% from 255 or 15.63% from 403); Max value from RGB is 224 - color contains mainly: red. Hex color #E0743F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0743F is #1F8BC0. Grayscale: #8E8E8E. Windows color (decimal): -2067393 or 4158688. OLE color: 4158688.

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

Color convert

RGB 224 116 63 -
CMYK 0 0.48 0.72 0.12
HSL 19.75º 0.72% 0.56% -
HSV(B) 19.75º 0.72% 0.88% -
XYZ 37.88 28.7 8.25 -
YUV 142.25 83.28 186.31 -
System Red Green Blue C M Y K H S L
Decimal 224 116 63 0 0.48 0.72 0.12 19.75 0.72 0.56
Hex E0 74 3F 0 30 48 C 14 48 38
Octal 340 164 77 0 60 110 14 24 110 70
Binary 11100000 1110100 111111 0 110000 1001000 1100 10100 1001000 111000

Color Harmonies of #E0743F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0743F

Black with #E0743F

Text Example


Text Example

White with #E0743F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0743F; }

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

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

background-color css

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

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

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

border-color css

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

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

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