Html Css Color HEX #E07C44 Jaffa

📋 copy color: '#E07C44'

red 224 ◦ green 124 ◦ blue 68

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

Shades of Jaffa #E07C44

Tints of Jaffa #E07C44

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.81%

 BLUE value IS 68 (26.95% from 255) = 16.35%

R = 53.85%
G = 29.81%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E07C44 (or 0xE07C44) is known color: Jaffa. HEX triplet: E0, 7C and 44. RGB value is (224,124,68). Sum of RGB (Red+Green+Blue) = 224+124+68=416 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.85% from 416); Green value is 124 (48.83% from 255 or 29.81% from 416); Blue value is 68 (26.95% from 255 or 16.35% from 416); Max value from RGB is 224 - color contains mainly: red. Hex color #E07C44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07C44 is #1F83BB. Grayscale: #939393. Windows color (decimal): -2065340 or 4488416. OLE color: 4488416.

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

Color convert

RGB 224 124 68 -
CMYK 0 0.45 0.70 0.12
HSL 21.54º 0.72% 0.57% -
HSV(B) 21.54º 0.7% 0.88% -
XYZ 38.99 30.68 9.34 -
YUV 147.52 83.13 182.55 -
System Red Green Blue C M Y K H S L
Decimal 224 124 68 0 0.45 0.70 0.12 21.54 0.72 0.57
Hex E0 7C 44 0 2D 46 C 16 48 39
Octal 340 174 104 0 55 106 14 26 110 71
Binary 11100000 1111100 1000100 0 101101 1000110 1100 10110 1001000 111001

Color Harmonies of #E07C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07C44

Black with #E07C44

Text Example


Text Example

White with #E07C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07C44; }

 p { color: rgb(224,124,68); }

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

background-color css

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

 a { background-color: rgb(224,124,68); }

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

border-color css

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

 span { border-color: rgb(224,124,68); }

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