Html Css Color HEX #E07240 Jaffa

📋 copy color: '#E07240'

red 224 ◦ green 114 ◦ blue 64

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

Shades of Jaffa #E07240

Tints of Jaffa #E07240

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.36%

 BLUE value IS 64 (25.39% from 255) = 15.92%

R = 55.72%
G = 28.36%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E07240 (or 0xE07240) is known color: Jaffa. HEX triplet: E0, 72 and 40. RGB value is (224,114,64). Sum of RGB (Red+Green+Blue) = 224+114+64=402 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.72% from 402); Green value is 114 (44.92% from 255 or 28.36% from 402); Blue value is 64 (25.39% from 255 or 15.92% from 402); Max value from RGB is 224 - color contains mainly: red. Hex color #E07240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07240 is #1F8DBF. Grayscale: #8D8D8D. Windows color (decimal): -2067904 or 4223712. OLE color: 4223712.

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

Color convert

RGB 224 114 64 -
CMYK 0 0.49 0.71 0.12
HSL 18.75º 0.72% 0.56% -
HSV(B) 18.75º 0.71% 0.88% -
XYZ 37.68 28.25 8.32 -
YUV 141.19 84.44 187.07 -
System Red Green Blue C M Y K H S L
Decimal 224 114 64 0 0.49 0.71 0.12 18.75 0.72 0.56
Hex E0 72 40 0 31 47 C 13 48 38
Octal 340 162 100 0 61 107 14 23 110 70
Binary 11100000 1110010 1000000 0 110001 1000111 1100 10011 1001000 111000

Color Harmonies of #E07240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07240

Black with #E07240

Text Example


Text Example

White with #E07240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07240; }

 p { color: rgb(224,114,64); }

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

background-color css

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

 a { background-color: rgb(224,114,64); }

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

border-color css

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

 span { border-color: rgb(224,114,64); }

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