Html Css Color HEX #E07840 Jaffa

📋 copy color: '#E07840'

red 224 ◦ green 120 ◦ blue 64

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

Shades of Jaffa #E07840

Tints of Jaffa #E07840

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.41%

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

R = 54.9%
G = 29.41%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E07840 (or 0xE07840) is known color: Jaffa. HEX triplet: E0, 78 and 40. RGB value is (224,120,64). Sum of RGB (Red+Green+Blue) = 224+120+64=408 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.90% from 408); Green value is 120 (47.27% from 255 or 29.41% from 408); Blue value is 64 (25.39% from 255 or 15.69% from 408); Max value from RGB is 224 - color contains mainly: red. Hex color #E07840 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07840 is #1F87BF. Grayscale: #919191. Windows color (decimal): -2066368 or 4225248. OLE color: 4225248.

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

Color convert

RGB 224 120 64 -
CMYK 0 0.46 0.71 0.12
HSL 21º 0.72% 0.56% -
HSV(B) 21º 0.71% 0.88% -
XYZ 38.38 29.65 8.55 -
YUV 144.71 82.46 184.55 -
System Red Green Blue C M Y K H S L
Decimal 224 120 64 0 0.46 0.71 0.12 21 0.72 0.56
Hex E0 78 40 0 2E 47 C 15 48 38
Octal 340 170 100 0 56 107 14 25 110 70
Binary 11100000 1111000 1000000 0 101110 1000111 1100 10101 1001000 111000

Color Harmonies of #E07840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07840

Black with #E07840

Text Example


Text Example

White with #E07840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07840; }

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

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

background-color css

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

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

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

border-color css

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

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

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